mirror of
https://github.com/langgenius/dify.git
synced 2026-05-26 04:00:39 -04:00
Co-authored-by: Copilot <copilot@github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
20 lines
463 B
Markdown
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"}
|
|
```
|