Expand description
Compiler session state for conversational mode.
A CompilerSession tracks the incremental construction of an agent
descriptor through multi-turn conversation. It holds:
- A
PartialAgentDescriptorIRbeing progressively filled. - Conversation history for the LLM.
- A log of section updates for auditability.
Modules§
Structs§
- Compiler
Session - A multi-turn compiler session.
- Conversation
Turn - A single conversation turn.
Enums§
- Session
Status - Session lifecycle status.
- Turn
Role - Who sent this turn.