dify/dify-agent
2026-05-25 04:28:17 +00:00
..
docs feat(dify-agent): add history layer and structural output layer (#36600) 2026-05-25 04:28:17 +00:00
examples feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
src feat(dify-agent): add history layer and structural output layer (#36600) 2026-05-25 04:28:17 +00:00
tests feat(dify-agent): add history layer and structural output layer (#36600) 2026-05-25 04:28:17 +00:00
.example.env feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
.gitignore feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
AGENTS.md feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
Makefile feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
mkdocs.yml feat(dify-agent): add history layer and structural output layer (#36600) 2026-05-25 04:28:17 +00:00
pyproject.toml chore(api): cap non-dev dependency major versions (#36429) 2026-05-20 07:25:50 +00:00
README.md feat(agent): init agent server (#36087) 2026-05-14 06:04:44 +00:00
uv.lock chore(api): cap non-dev dependency major versions (#36429) 2026-05-20 07:25:50 +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.