archive_exchange
Archive verbatim AI drafts and outputs that would otherwise be lost when context windows close. Content-addressed and hash-verified, grouped by conversation for iterative analysis.
Instructions
Archive verbatim bytes that would otherwise die when the context window closes: your own in-conversation drafts and iterations, intermediate work, or an external model's full delivered output. Content-addressed and hash-verified, stored separate from the curated chronicle. Group an iterative trajectory with a shared conversation_id (e.g. ten drafts of one paper) so a future instance can fine-tooth the whole build, not just the endpoint. Reference the returned archive_id from a record_insight summary. A summary is not the artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The verbatim text to preserve exactly | |
| source | Yes | Origin, e.g. 'gemini-3.5-flash', 'chatgpt', 'claude-web', 'human-relay' | |
| descriptor | No | Short human label (e.g. 'v3 admission record'); drives the readable filename | |
| vector_id | No | Artifact/vector this belongs to (e.g. 'prompt_source_tokens'); becomes the grouping folder | |
| conversation_id | No | Optional id tying related exchanges together | |
| source_id | No | Optional seat/conversation id at the source | |
| tags | No | Optional domain tags for retrieval |