add_conversation
Accepts raw conversation history to automatically extract and store useful memories, facts, and decisions using LLM processing.
Instructions
Accept raw conversation messages and automatically extract memories. USE THIS WHEN: you want to dump your recent conversation context so Lore can identify and store useful knowledge (facts, decisions, preferences, lessons). Unlike 'remember' which requires you to decide what to save, this tool accepts raw conversation history and uses LLM processing to extract what's worth keeping. Requires enrichment to be enabled (LORE_ENRICHMENT_ENABLED=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | ||
| user_id | No | ||
| session_id | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |