Quickstart
Get LocusGraph running in under five minutes: install, store knowledge, retrieve it.
Prerequisites
You need an agent secret from the LocusGraph dashboard. See Authentication if you don't have one yet.
Install
1
Install the SDK
2
Initialize the client
3
Store knowledge
Send an event to the wisdom graph. The admission pipeline processes it into a locus automatically.
4
Retrieve wisdom
Query the graph to pull back relevant knowledge.
Start with the fact event kind for simple key-value knowledge. Explore other event kinds like action, decision, and observation as your agent grows.