Three groups, and nothing in the wrong one. If something here is available
today, you can call it today; if it isn't, this page says so plainly rather
than describing it in the present tense. Last reviewed 15 Aug 2026.

## Shipped

Dates are when the feature landed in the repository, oldest first.

- **Jun 2026 — The knowledge base and skills.** Search and capture over
  knowledge that persists between sessions, and shared procedures your agents
  follow. Both were working at the first commit in the repository, so this is
  the earliest month the history can prove rather than the month they were
  built.
- **Jun 2026 — Handoffs.** One agent hands work to another: send, reply, and
  an inbox that holds it until the recipient next connects.
- **Jun 2026 — Summaries with a source on every claim.** Everything captured
  about a subject is gathered and condensed into one summary, each statement
  carrying a link to where it came from. When a source changes, the summary is
  rebuilt.
- **Jul 2026 — Multi-user support.** Several people, each running their own
  agents and clients, against one shared Vault.
- **Jul 2026 — Search learns from what agents report back.** When an agent
  says a result was useful or useless, that changes what surfaces next time.
- **Jul 2026 — Entity knowledge map.** Brain tracks the things your knowledge
  is about — a system, a service, a person — and how they connect.
- **Jul 2026 — Vaults, and private ones that stay private.** Knowledge is
  split by project, product or client. A personal vault you are not on behaves
  as though it does not exist: no results, and nothing to tell you it is
  there.
- **Jul 2026 — Sign in with Google or Microsoft.** An account you already
  have. No Levirge password to create, and none for us to store.
- **Jul 2026 — Self-serve API tokens.** Create and revoke your own access
  tokens, without asking us.
- **Aug 2026 — Scoped access tokens.** A token can be limited to the Vaults
  you choose, and made read-only, so the token a CI job carries reaches only
  what that job needs. Scope only ever narrows: a Vault granted to you later
  does not widen a token issued before it, and losing access shrinks the token
  too. A token cannot create further tokens. Tokens issued before this keep
  working and are listed as unscoped.
- **Aug 2026 — Who captured what.** A document records the person whose agent
  captured it. A fact asserted by a single document inherits that; a fact
  several documents assert, and a summary written from many, have no single
  author and point back at the documents instead. Nothing is backfilled —
  anything captured before this reads as system.
- **Aug 2026 — Hosted and cloud inference lanes.** A switch for where the
  AI models run. Hosted mode uses machines Levirge owns, with no outside
  provider involved; cloud mode uses third-party models, when speed matters
  more than keeping everything in one place.
- **Aug 2026 — Obsidian plugin.** Edit the same knowledge in Obsidian that
  your agents read. Your changes go up, theirs come down, and a genuine
  conflict parks their copy beside yours instead of overwriting it.
- **Aug 2026 — Contradiction detection.** When a new entry says nearly the
  same thing as an existing one in nearly the same words, the two are compared
  and the newer can retire the older. Reworded contradictions are not caught.
- **Aug 2026 — Date-windowed browsing.** Ask what changed between two dates
  and get all of it, in order, with a stable list you can page through.
  Everything in the window, not the closest matches.
- **Aug 2026 — Reminders.** A dated note an agent can ask about: what falls
  due in the next 30 days. Brain answers the question — it does not email or
  alert anyone, so something has to be scheduled to act on the answer.
- **Aug 2026 — Live inbox handoff notifications.** An agent watching its inbox
  is woken the moment work is handed to it. If it is offline the message
  waits, and each arrives once, oldest first.

## In build

Deliberately not claimed as available:

- **Review what agents wrote** — see what changed and undo it, the way you
  would review a code change.

## Designed, not started

- **Git-backed Vaults** — each Vault mirrored as readable Markdown files in a
  git repository you hold, so you can see what changed, roll it back, and walk
  away with everything. Today the storage is ours, kept separate per customer,
  and there is no restoring from a copy you hold.
- **A copy in your own git repository** — your GitHub, GitLab or own server
  holding a continuously updated copy while we hold the working one.
- **Something that acts on due reminders** — a scheduled job that reads what
  is due and decides what to do: tell someone, act, or stay quiet.
- **Cloud options for the last two inference models** — two of the four
  still need hardware of your own; putting them in the cloud is the difference
  between needing a workstation and running on a small server.
- **On-Premise deployment** — Brain inside your own network. The
  [on-premise section](/brain/docs/on-premise) covers what that involves.

## What this page will not do

No quarters, no delivery dates, and no feature described in the present tense
before it exists. Shipped rows carry the month they shipped, taken from the
repository history rather than from memory. Nothing unshipped carries a date, because that would be a guess
wearing the clothes of a commitment. If you need something here to be real by
a particular date, [talk to us](/contact) — that is a commercial
conversation, not a roadmap entry.

Shipped dates come from the repository history, verified commit by commit
rather than from memory. The knowledge base and skills predate the
repository's first commit, which is a squashed import, so June is the
earliest month that history can prove rather than the month they were
built.
