dify/dify-agent
Stephen Zhou cd86ffd6f8
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/controllers/console/app/completion.py
#	api/core/app/apps/agent_app/app_generator.py
#	api/services/agent/composer_service.py
#	api/services/agent/roster_service.py
#	api/tests/unit_tests/controllers/console/agent/test_agent_controllers.py
#	api/tests/unit_tests/core/agent/test_publish_visibility.py
#	api/tests/unit_tests/core/app/apps/agent_app/test_resolve_agent.py
#	api/tests/unit_tests/core/workflow/nodes/agent_v2/test_binding_resolver.py
#	api/tests/unit_tests/services/agent/test_agent_services.py
2026-07-29 10:58:29 +08:00
..
docs feat(agent): make home snapshots optional and use backend defaults (#39702) 2026-07-29 02:01:12 +00:00
examples feat(dify-agent): sync shell and back proxy updates (#37159) 2026-06-10 03:04:32 +00:00
proto/dify/agent/stub/v1 feat(agent): shellctl rewritten in go (#38841) 2026-07-15 01:58:36 +00:00
src Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-07-29 10:58:29 +08:00
tests Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-07-29 10:58:29 +08:00
.example.env refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +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 refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
README.md feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
uv.lock chore(deps): bump starlette, soupsieve, cryptography for CVE fixes (#39716) 2026-07-29 01:47:29 +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.