Skip to main content

Module agent

Module agent 

Source
Expand description

Agent core: the main agentic loop with interrupt handling, tool execution, and memory compaction.

Modules§

state
Conversation state management for the agent loop.

Structs§

AgentLoop
The main agent struct — holds all subsystems and drives the loop.

Enums§

UserInterrupt
User interrupt injected mid-loop.