Files
dify/dify-agent/docs/dify-agent/index.md
盐粒 Yanli 55f95dbc36 feat(agent): init agent server (#36087)
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-14 06:04:44 +00:00

368 B

Dify Agent runtime

Dify Agent hosts Agenton-composed Pydantic AI runs behind a FastAPI API. Its source code stays under src/dify_agent, while framework-neutral Agenton code stays under src/agenton and src/agenton_collections.

See the operations guide for local server behavior and the run API for request and event schemas.