Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Structured relationships between memories
updates
contradicts
related_to
caused_by
part_of
curl -X POST http://localhost:4360/api/memory/link \ -H "Authorization: Bearer $TOKEN" \ -d '{"from": 42, "to": 17, "type": "updates"}'
// Get what a memory updates const links = await getLinksFrom(memoryId) // Get what updates a memory const links = await getLinksTo(memoryId)