Expand description
Agent Trait and Implementations
Defines the interface for all agent implementations and provides LLM-integrated implementations for Architect, Actuator, and Verifier roles.
Structs§
- Actuator
Agent - Actuator agent - handles code generation
- Architect
Agent - Architect agent - handles planning and DAG construction
- Speculator
Agent - Speculator agent - handles fast lookahead for exploration
- Verifier
Agent - Verifier agent - handles stability verification and contract checking
Traits§
- Agent
- The Agent trait defines the interface for SRBN agents.