save_memory
Store information to short-term memory with automatic enrichment for later recall and reinforcement.
Instructions
Save memory to short-term storage with auto-enrichment.
Args: content: Memory content (max 50k chars). tags: Tags (max 50). entities: Named entities (max 100, auto-extracted if None). source: Source (max 500 chars). context: Context (max 1k chars). meta: Custom metadata dict. strength: Base strength (1.0-2.0, auto-calculated if None).
Returns: Dict with: success, memory_id, message, has_embedding, enrichment_applied.
Raises: ValueError: Invalid input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| tags | No | ||
| source | No | ||
| content | Yes | ||
| context | No | ||
| entities | No | ||
| strength | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||