Module builder

Module builder 

Source
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§

AgentBuilder
Copy-on-write immutable builder for agent construction.

Enums§

ToolEntry
An entry in the builder’s tool list — either a runtime ToolKind or a declaration.

Traits§

ToolEntryTrait
Trait for tool entries that can provide a name (for dedup/inspection).

Type Aliases§

Agent
Alias for AgentBuilder — matches upstream Python Agent("name") naming.