Expand description
Agent builders and execution loops for agentrs.
Structs§
- Agent
- User-facing entrypoint for agent construction.
- Agent
Builder - Typestate builder for
AgentRunner. - Agent
Config - Runtime agent configuration.
- Agent
Runner - Runnable agent implementation.
- NoLlm
- Typestate marker indicating no LLM has been configured.
- WithLlm
- Typestate marker indicating an LLM has been configured.
Enums§
- Loop
Strategy - Built-in loop strategies.