mentedb 0.7.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -96,9 +96,9 @@ const next = tracker.predictNextTopics();
|
|
|
96
96
|
| `recall(query)` | Recall memories via an MQL query. Returns `RecallResult`. |
|
|
97
97
|
| `search(embedding, k)` | Vector similarity search. Returns `SearchResult[]`. |
|
|
98
98
|
| `relate(source, target, edgeType?, weight?)` | Create a typed edge between two memories. |
|
|
99
|
-
| `processTurn(userMessage, assistantResponse?, turnId?, projectContext?, agentId?)` | Process a conversation turn through the full cognitive pipeline. Returns context, actions, sentiment, predictions, and more. |
|
|
99
|
+
| `processTurn(userMessage, assistantResponse?, turnId?, projectContext?, agentId?)` | **Primary API.** Process a conversation turn through the full cognitive pipeline. Returns context, actions, sentiment, predictions, and more. |
|
|
100
100
|
| `forget(memoryId)` | Remove a memory by ID. |
|
|
101
|
-
| `ingest(conversation, provider?, agentId?)` | Extract and store memories from a conversation via LLM. |
|
|
101
|
+
| `ingest(conversation, provider?, agentId?)` | **Deprecated** — use `processTurn` instead. Extract and store memories from a conversation via LLM. |
|
|
102
102
|
| `close()` | Flush and close the database. |
|
|
103
103
|
|
|
104
104
|
### `CognitionStream`
|
|
Binary file
|
package/mentedb.darwin-x64.node
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|