feat(gateway): load conversation history on session resume (M1-004, M1-005) #301
Reference in New Issue
Block a user
Delete Branch "feat/m1-context-loading"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Loads prior conversation messages from DB and injects them into the agent session system prompt on resume. Implements context window management (M1-005) with 80% token budget threshold and simple extractive summarization for older messages.
Fixes #300