dify/dify-agent
Stephen Zhou 38457f27fb
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.agents/skills/how-to-write-component/references/data.md
#	.agents/skills/how-to-write-component/references/ownership.md
#	api/controllers/inner_api/__init__.py
#	api/tests/test_containers_integration_tests/services/test_account_service.py
#	api/tests/unit_tests/services/test_account_service.py
#	packages/iconify-collections/custom-public/icons.json
#	packages/iconify-collections/custom-public/info.json
#	web/features/new-rag/__tests__/new-knowledge-list.spec.tsx
#	web/features/new-rag/components/knowledge-space-card.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/features/tag-management/components/tag-search-content.tsx
#	web/features/tag-management/components/tag-selector.tsx
#	web/service/client.spec.ts
2026-09-04 19:42:31 +08:00
..
docs fix(agent): bound Redis run event streams (#41566) 2026-09-01 06:47:16 +00:00
examples feat(dify-agent): add context-aware history compaction (#40872) 2026-08-17 09:36:21 +00:00
src Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-09-04 19:42:31 +08:00
tests Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-09-04 19:42:31 +08:00
.example.env fix(agent): bound Redis run event streams (#41566) 2026-09-01 06:47:16 +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: run dify-agent typecheck in python-style (#41701) 2026-09-04 02:40:55 +00:00
mkdocs.yml refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
pyproject.toml chore: run dify-agent typecheck in python-style (#41701) 2026-09-04 02:40:55 +00:00
README.md docs: fix dead anchors in localized READMEs and stale dify-agent link (#41101) 2026-08-24 01:53:59 +00:00
uv.lock chore(deps-dev): bump mkdocs-material from 9.7.6 to 9.7.7 in /dify-agent (#41767) 2026-09-04 15:22:59 +08:00

Dify Agent

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

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