Search shared memory using semantic embedding to find entries by meaning, not exact keywords. Use before starting work to avoid duplication and discover prior decisions.
Inspect a node in the knowledge graph to reveal its kind, typed edges, and viability. Trustworthiness is derived from connectivity: fresh connections increase trust.
Mark a claimed task as completed by providing a summary of what was accomplished. Use this only when the task's expected outcome has been fully achieved.
Record session progress and next steps to resume work across agent sessions. Saves summary, incomplete tasks, and priorities for continued collaboration.
Retrieve the complete text and metadata of a specific memory entry by its ID. Resolves truncated entries from search results with unambiguous short prefixes.
Update your existing memory entries by modifying content, confidence, tags, type, scope, or project. Supports optimistic locking with expected version to prevent overwrites.