> ## Documentation Index
> Fetch the complete documentation index at: https://preetham.org/llms.txt
> Use this file to discover all available pages before exploring further.

# brainbase + graphbrain

> a knowledge-graph api for ai agents, backed by a neo4j graph database

# brainbase + graphbrain

<p className="pk-keepcase">
  <img src="https://img.shields.io/github/stars/pkyanam/brainbase?style=for-the-badge&logo=github&label=brainbase&color=0d1117&labelColor=000000&logoColor=ffffff" alt="brainbase stars" />

  {" "}

  <img src="https://img.shields.io/github/stars/pkyanam/graphbrain?style=for-the-badge&logo=github&label=graphbrain&color=0d1117&labelColor=000000&logoColor=ffffff" alt="graphbrain stars" />
</p>

a knowledge-graph api for ai agents, backed by **graphbrain** — a neo4j-powered graph database with one-click provisioning.

<div className="pk-actions" style={{ margin: "1rem 0 1.5rem" }}>
  <a className="pk-btn" href="https://github.com/pkyanam/brainbase">brainbase ↗</a>
  <a className="pk-btn" href="https://github.com/pkyanam/graphbrain">graphbrain ↗</a>
</div>

<div className="pk-tags">
  <span className="pk-tag">typescript</span>
  <span className="pk-tag">neo4j</span>
  <span className="pk-tag">knowledge graph</span>
  <span className="pk-tag">agent memory</span>
  <span className="pk-tag">belweave</span>
</div>

## what it is

**brainbase** is the api layer — a way for agents to store and query structured knowledge as a graph instead of flat text. **graphbrain** is the backend that sits underneath it: a neo4j graph database with one-click provisioning, designed to drop into the gbrain agent stack.

together they're my exploration of giving agents real, queryable memory — relationships and entities rather than a pile of embeddings.

## links

* brainbase: [github.com/pkyanam/brainbase](https://github.com/pkyanam/brainbase)
* graphbrain: [github.com/pkyanam/graphbrain](https://github.com/pkyanam/graphbrain)
