Files
dify/dify-agent/docs/agenton/examples/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

20 lines
463 B
Markdown

# Agenton examples
The Agenton examples live under `examples/agenton/agenton_examples` and are kept
importable as a package so documentation can reference real source files.
## Basics
```snippet {path="/examples/agenton/agenton_examples/basics.py"}
```
## Pydantic AI bridge
```snippet {path="/examples/agenton/agenton_examples/pydantic_ai_bridge.py"}
```
## Session snapshots
```snippet {path="/examples/agenton/agenton_examples/session_snapshot.py"}
```