Expand description
Builder pattern for Agent and backend construction.
v0.1 exposed public fields on Agent (stream, max_steps, max_window,
etc.) which was ergonomic but leaky — users had to know the internals to
configure the agent. v0.2 adds AgentBuilder as the preferred
construction path while keeping the public fields accessible for backward
compatibility and advanced use.
Structs§
- Agent
Builder - Fluent builder for
Agent.