Expand description
Session management and persistence for CodeI.
Structs§
- Context
Builder - Builds the message list sent to the LLM from a session.
- Session
- Session
Store - Stored
Message - Token
Budget - Token budget for context window management.
- Tool
Call Record
Enums§
Functions§
- compact_
messages - Truncate older messages when over budget. Keeps system prompt and recent turns.
- estimate_
tokens - Rough token estimate (chars / 4).