archive_episode
Archive a conversation episode by providing a pre-computed summary and optional keywords. Mark the topic as resolved to enable efficient retrieval.
Instructions
Archive a conversation episode with pre-computed summary, keywords, and resolved status. All LLM processing is performed by the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier | |
| history | No | Original conversation messages (used for timestamp extraction and embedding) | |
| summary | Yes | Episode summary (pre-computed by caller) | |
| keywords | No | Space-separated keywords (pre-computed by caller) | |
| resolved | No | Whether the topic was completed/concluded |