dify/dify-agent
Stephen Zhou cc3f901598
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/extensions/ext_celery.py
#	api/tests/unit_tests/controllers/console/auth/test_oauth_server.py
#	lint.config.ts
#	packages/contracts/knowledge-fs-contract.test.mjs
#	vite.config.ts
#	web/features/new-rag/__tests__/document-detail-page.spec.tsx
#	web/features/new-rag/__tests__/knowledge-space-shell.spec.tsx
#	web/features/new-rag/__tests__/processing-task-events.spec.ts
#	web/features/new-rag/create-knowledge-page.tsx
#	web/features/new-rag/document-detail-page.tsx
#	web/features/new-rag/knowledge-space-shell.tsx
2026-08-17 09:50:10 +08:00
..
docs feat(dify-agent): expand and enforce agent run limits (#40641) 2026-08-14 08:27:19 +00:00
examples fix(agent): meter internal LLM calls through API (#40613) 2026-08-13 12:15:44 +00:00
src Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-17 09:50:10 +08:00
tests Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-17 09:50:10 +08:00
.example.env fix(agent): authenticate agent control plane (#40737) 2026-08-14 04:32:09 +00:00
.gitignore refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
AGENTS.md refactor(agents): simplify repository context (#39583) 2026-07-26 06:13:37 +00:00
Dockerfile feat: daily sync (#38593) 2026-07-09 10:35:15 +00:00
Makefile chore(api): Upgrade graphon to v0.5.1 (#37168) 2026-06-11 07:37:27 +00:00
mkdocs.yml refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
pyproject.toml chore(deps): bump pydantic-ai-slim from 1.102.0 to 1.106.0 in /dify-agent (#40736) 2026-08-14 06:26:00 +00:00
README.md feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
uv.lock chore(deps): bump pydantic-ai-slim from 1.102.0 to 1.106.0 in /dify-agent (#40736) 2026-08-14 06:26:00 +00:00

Dify Agent

Agenton documentation lives in docs/agenton/guide/index.md and docs/agenton/api/index.md.

Dify Agent runtime documentation lives in docs/dify-agent/index.md. Build all docs with make docs from this directory.