dakera_store
Store persistent memories for AI agents with configurable importance and tags. Use to save critical facts and context that survive decay.
Instructions
Persist a new memory for an agent with importance weighting and optional tags. Use to save facts, decisions, or context for future retrieval. importance defaults to 0.5; set 0.8–1.0 for critical memories that must survive decay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for filtering | |
| content | Yes | Memory content text | |
| agent_id | Yes | ||
| expires_at | No | Expiry Unix timestamp (seconds) | |
| importance | No | Importance 0.0-1.0 | |
| session_id | No | Session to associate with | |
| memory_type | No | Memory type (episodic|semantic|procedural|working) |