mirror of
https://github.com/langgenius/dify.git
synced 2026-06-10 01:41:16 +08:00
8 lines
306 B
Markdown
8 lines
306 B
Markdown
# 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](guide/index.md) for local server behavior.
|