Module core

Module core 

Source
Expand description

Agent Core Execution Loop

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

Structs§

AgentCore
Core agent execution engine
AgentOutput
Output from an agent execution step
GraphDebugInfo
Debug information about the graph state captured for run stats
GraphDebugNode
Minimal snapshot of a recent graph node for debugging output
MemoryRecallMatch
Summary of an individual recalled memory
MemoryRecallStats
Telemetry about memory recall for a single turn
ToolInvocation
A single tool invocation, including arguments and outcome metadata

Enums§

MemoryRecallStrategy
Strategy used for memory recall