Skip to main content

Module agent

Module agent 

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

ActuatorAgent
Actuator agent - handles code generation
ArchitectAgent
Architect agent - handles planning and DAG construction
SpeculatorAgent
Speculator agent - handles fast lookahead for exploration
VerifierAgent
Verifier agent - handles stability verification and contract checking

Traits§

Agent
The Agent trait defines the interface for SRBN agents.