zerodb_store_memory
Store conversation context in agent memory with automatic importance scoring and embedding, enabling multi-session tracking and memory decay.
Instructions
Store conversation context in agent memory with automatic importance scoring and embedding. Supports multi-session tracking and memory decay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role of the speaker (affects importance scoring) | user |
| tags | No | Optional tags for categorization (e.g., ["important", "preference", "health"]) | |
| content | Yes | The content to store in memory (conversation text, facts, preferences, etc.) | |
| user_id | No | Optional user identifier for cross-session memory | |
| metadata | No | Additional metadata to store with the memory | |
| session_id | Yes | Session identifier to organize memories by conversation |