Quickstart
Get LocusGraph running in under five minutes: install, store a knowledge event, retrieve it.
Prerequisites
You need an agent secret from the LocusGraph dashboard. See Authentication if you do not have one yet.
Install
1
Install the SDK
2
Initialize the client
3
Store a knowledge event
Send an event to LocusGraph. The admission pipeline types it, scopes it, and turns it into a node in your structured agent knowledge graph.
4
Retrieve validated knowledge
Query the graph to pull back the most relevant knowledge for the current task.
Start with fact for stable knowledge. Reach for action, decision, observation, and feedback as your agent learns more nuanced experience.