archive_episode
Record a conversation episode with a summary, keywords, and resolution status for persistent memory. Use channel and project scoping to organize recollections.
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 |
|---|---|---|---|
| channel | No | v2.4.22 conversation-channel tag (e.g. a Discord channel id). Default '' (= unscoped). Channel-scoped recall returns episodes whose channel matches; this powers the per-channel episodic loop. | |
| history | No | Original conversation messages (used for timestamp extraction and embedding) | |
| summary | Yes | Episode summary (pre-computed by caller) | |
| agent_id | Yes | Agent identifier | |
| keywords | No | Space-separated keywords (pre-computed by caller) | |
| resolved | No | Whether the topic was completed/concluded | |
| project_id | No | v2.4.17 isolation axis. Omit or pass '' for the global pool. |