dify/dify-agent
2026-08-20 10:11:26 +08:00
..
docs fix(dify-agent): persist interrupted run history (#40972) 2026-08-19 10:35:13 +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-08-20 10:11:26 +08:00
tests Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-20 10:11:26 +08:00
.example.env refactor(agent): remove Agent Drive (#40887) 2026-08-19 06:34:36 +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 feat(dify-agent): add context-aware history compaction (#40872) 2026-08-17 09:36:21 +00:00
README.md feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
uv.lock feat(dify-agent): add context-aware history compaction (#40872) 2026-08-17 09:36:21 +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.