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§
- Agent
Loop - The main agent struct — holds all subsystems and drives the loop.
Enums§
- User
Interrupt - User interrupt injected mid-loop.