write_project_memory
Store persistent project memory entries with provenance and metadata, so agents can retrieve past decisions, resume workflows, and maintain coherent context across orchestrated runs.
Instructions
Write a durable memory entry with provenance to the backing store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| kind | Yes | ||
| run_id | Yes | ||
| status | No | active | |
| node_id | Yes | ||
| confidence | No | medium | |
| supersedes | No | ||
| value_json | Yes | ||
| artifact_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||