Module core

Module core 

Source
Expand description

Agent Core Execution Loop

The heart of the agent system - orchestrates reasoning, memory, and model interaction.

Re-exports§

pub use crate::agent::output::AgentOutput;
pub use crate::agent::output::GraphDebugInfo;
pub use crate::agent::output::GraphDebugNode;
pub use crate::agent::output::MemoryRecallMatch;
pub use crate::agent::output::MemoryRecallStats;
pub use crate::agent::output::MemoryRecallStrategy;
pub use crate::agent::output::ToolInvocation;

Structs§

AgentCore
Core agent execution engine