record_trace
Record an append-only memory trace to preserve raw observations from AI agents for later consolidation into durable memories.
Instructions
Record an append-only memory trace for shared agent experience. Traces are raw observations that agents can later consolidate into durable memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Raw trace content or observation to preserve. | |
| type | No | Trace event type such as observed, recalled, remembered, or consolidated. | observed |
| agent | No | Agent identity writing the trace, for example codex or claude. | |
| scope | No | Structured scope for the trace, such as project or repository. | |
| memory_id | No | Related memory id, if this trace concerns an existing memory. | |
| salience | No | Optional importance from 0 to 1. | |
| metadata | No | Additional structured trace metadata. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||