Agent core components.
This module contains the core building blocks of the Agent:
config
state
executor
pub use config::AgentConfig;
pub use config::MAX_ITERATIONS;
pub use state::AgentState;