Skip to main content

Module core

Module core 

Source
Expand description

Agent core components.

This module contains the core building blocks of the Agent:

  • config: Configuration constants (max iterations, retries, etc.)
  • state: State management (messages, token counts, pending inputs)
  • [executor]: Execution engine (main loop logic) - TODO

Re-exports§

pub use config::AgentConfig;
pub use config::MAX_ITERATIONS;
pub use state::AgentState;

Modules§

config
Agent configuration constants.
state
Agent state management.