KB Propose Memory
kb_propose_memoryPropose a new memory: high-confidence proposals auto-commit, while low-confidence ones enter a pending queue for operator review. Supports optional evidence strings.
Instructions
Propose a new memory file. High confidence auto-commits and enqueues for push; low confidence enters the pending queue for operator review.
evidence: optional supporting-context strings (max 10 items, 500 chars each), rendered into the memory's frontmatter and surfaced by kb_pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Short tags for the proposed memory. | |
| text | Yes | Markdown memory text to propose. | |
| evidence | No | Optional supporting evidence strings, max 10 items of 500 chars each. | |
| confidence | Yes | Caller confidence in the proposal, from 0.0 to 1.0. | |
| agent_identity | Yes | Human-readable agent identity for audit events. | |
| source_session | Yes | Stable id of the agent session making the call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||