Core concepts
Understand Events, Episodes, Goals, Memory, and Strategies.
Quickstart
Get up and running in under 5 minutes.
TypeScript SDK
Install the SDK and start logging events immediately.
API Reference
Explore every endpoint with full request and response schemas.
How it works
Log events
Send structured events — actions, observations, messages, reasoning — to the
POST /api/events endpoint or via the SDK.Automatic graph construction
EventGraphDB builds a knowledge graph in real time: nodes for events, goals, actions, and contexts — connected by typed edges.
Episode detection
Events sharing the same goal are grouped into Episodes. When a goal reaches
progress: 1.0, the episode is completed.Memory & strategy extraction
Completed episodes become searchable Memories. Successful patterns are extracted as reusable Strategies.
