Expand description
AgentBuilder — copy-on-write immutable builder for fluent agent construction.
Every mutation returns a new builder (original unchanged), so builders are safely shareable as templates.
Structs§
- Agent
Builder - Copy-on-write immutable builder for agent construction.
Enums§
- Tool
Entry - An entry in the builder’s tool list — either a runtime ToolKind or a declaration.
Traits§
- Tool
Entry Trait - Trait for tool entries that can provide a name (for dedup/inspection).
Type Aliases§
- Agent
- Alias for
AgentBuilder— matches upstream PythonAgent("name")naming.