Directories
¶
| Path | Synopsis |
|---|---|
|
Command basic demonstrates the smallest stateful agent: one tool, one prompt.
|
Command basic demonstrates the smallest stateful agent: one tool, one prompt. |
|
Command hooks demonstrates the agent's interception points: a policy gate that blocks a tool (BeforeToolCall), an annotation applied to results (AfterToolCall), a model switch between turns across wire protocols (PrepareNextTurn), and a turn guard (ShouldStopAfterTurn).
|
Command hooks demonstrates the agent's interception points: a policy gate that blocks a tool (BeforeToolCall), an annotation applied to results (AfterToolCall), a model switch between turns across wire protocols (PrepareNextTurn), and a turn guard (ShouldStopAfterTurn). |
|
Command tool demonstrates an interactive stateful agent with tool use.
|
Command tool demonstrates an interactive stateful agent with tool use. |
Click to show internal directories.
Click to hide internal directories.