Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

1. What is LocusGraph?

LocusGraph is a typed knowledge graph with an admission pipeline, confidence scoring, and semantic retrieval. It is designed to sit between an AI agent and its LLM, replacing dumb chat-history or vector-search memory with structured knowledge that compounds.

LocusGraph sits between the agent and the LLM as a Structured Agent Knowledge layer.

In One Line

LocusGraph turns what your agents learn into structured knowledge that compounds, so events become patterns, patterns become skills, and every session starts smarter.

What It Actually Does

Every useful event your agent produces — a fact, action, decision, observation, or feedback — enters LocusGraph and is admitted, typed, scoped, linked to related knowledge, and given a confidence score. Once admitted, that knowledge is permanent and retrievable across sessions.

LocusGraph exposes five operations:

  • Store typed events from agents, users, systems, validators, and executors.
  • Retrieve validated knowledge with semantic search and context filters.
  • Connect knowledge through reinforces, contradicts, extends, and related_to links.
  • Organize knowledge into contexts and isolated graph workspaces.
  • Reason over accumulated knowledge to generate insights and recommendations.

What LocusGraph Is Not

It is not...Because...
A chat history bufferChat history is recall. LocusGraph stores understanding.
A plain vector storeVector stores retrieve similar text. LocusGraph retrieves validated knowledge.
A new LLM providerLocusGraph is LLM agnostic — it works behind any model.
Just "agent memory"Memory means recall. Knowledge means understanding. LocusGraph delivers the latter.

The category is Structured Agent Knowledge. "Structured" separates LocusGraph from dump-everything vector stores. "Agent" says exactly who it is for. "Knowledge" is a step above memory.

Next

2. Agent Structured Knowledge
The shape of what LocusGraph stores.
Quickstart
Store and retrieve your first knowledge event.