Skip to main content

Repo-scoped Shellbrain CLI with explicit evidence-backed writes.

Project description

ShellBrain logo

ShellBrain

Long-term Memory for AI Agents.

Agents forget across sessions. They rediscover the same problems, repeat the same mistakes, and relearn what you already taught them. ShellBrain makes their work compound.

Install

curl -L shellbrain.ai/install | bash

Works for Codex, Claude Code, and Cursor. The installer runs shellbrain init for you. Repos register themselves on first use.

Requirements.

  • macOS or Linux, Python 3.11+, Docker for the managed local Postgres+pgvector runtime.

Upgrade for latest capabilities

shellbrain upgrade

The install script also works as an upgrade path: curl -L shellbrain.ai/upgrade | bash. Manual alternative: pipx upgrade shellbrain && shellbrain init.


Recall in one command.

Episodic, empirical, conceptual. Three categories, one retrieval surface.


Architecture

Episodic knowledge is the evidence layer.

  • What actually happened in the session: your prompts, the agent's steps, tool calls, and outputs.

Empirical knowledge is the concrete extracted layer.

  • An ontology of problems, solutions, failed tactics, facts, preferences, changes.
  • This is case-based reasoning in a semantic graph.

Conceptual knowledge is the abstractive layer.

  • A higher-level concept graph with claims, relations, and implementations that link back to the concrete layer.
  • Progressive disclosure. agents get oriented first, then ask for depth only where tasks require it.

The episodic layer is truth. Empirical memory extracts. Concept memory abstracts. Each layer is grounded in the one beneath it.


How Agents Use ShellBrain

Recall

Working agents call shellbrain recall. That is the normal interface they have to think about. One command, one carefully curated compact brief, with sources cited.

shellbrain recall --json '{"query":"What is ShellBrain and how does it help a working coding agent?","current_problem":{"goal":"understand ShellBrain","surface":"README","obstacle":"new readers do not know the product yet","hypothesis":"a real recall brief should show what agents get back"}}'

Response shape:

{
  "status": "ok",
  "data": {
    "brief": {
      "summary": "...",
      "constraints": ["..."],
      "known_traps": ["..."],
      "prior_cases": ["..."],
      "concept_orientation": ["..."],
      "anchors": ["`README.md`"],
      "conflicts": ["..."],
      "gaps": ["..."],
      "next_checks": ["..."],
      "sources": [
        {
          "kind": "memory",
          "id": "...",
          "section": "direct"
        }
      ]
    },
    "fallback_reason": null
  },
  "errors": []
}

Working agents focus on only their work.

Teach

Working agents call shellbrain teach for explicit teaching. You can tell an agent to remember important ideas.


Principled and Disciplined

Memory that is grounded in evidence, small in scope, and asked for rather than pushed is memory that compounds. Everything else is noise for working agents.

A memory layer that cannot justify itself should not persist.


How to Use ShellBrain

Use Shellbrain in your agent of choice. Then, just work normally.

Claude Code: Use /shellbrain to remember Shellbrain recall at the right task boundaries.

Codex: Use $shellbrain to remember Shellbrain recall at the right task boundaries.

Cursor: Use /shellbrain to remember Shellbrain recall at the right task boundaries.


Repair

shellbrain admin doctor to inspect. shellbrain init to repair if doctor flags it. Do not rerun init every session.


Docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shellbrain-0.1.45.tar.gz (558.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shellbrain-0.1.45-py3-none-any.whl (751.7 kB view details)

Uploaded Python 3

File details

Details for the file shellbrain-0.1.45.tar.gz.

File metadata

  • Download URL: shellbrain-0.1.45.tar.gz
  • Upload date:
  • Size: 558.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for shellbrain-0.1.45.tar.gz
Algorithm Hash digest
SHA256 2f4eff01cca65399bde9c5aacfbeb5f3bec5717e41a1bf640d873acb2ec8648e
MD5 d49d472c5dcc01248973c84039fa9249
BLAKE2b-256 44dfaf257d8f8cf5df07650315e5d1e014b4844ecbff1ecba1f20e1b90effe41

See more details on using hashes here.

Provenance

The following attestation bundles were made for shellbrain-0.1.45.tar.gz:

Publisher: release.yml on cucupac/shellbrain

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shellbrain-0.1.45-py3-none-any.whl.

File metadata

  • Download URL: shellbrain-0.1.45-py3-none-any.whl
  • Upload date:
  • Size: 751.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for shellbrain-0.1.45-py3-none-any.whl
Algorithm Hash digest
SHA256 4b207542b84c32b7ac350ae6e4276bc01121ad4a13728f2216634065f184839d
MD5 2cc60a3dae5eefc3d96a9cfa917e3bd8
BLAKE2b-256 240b0f4e93bf8d746c727823569502e50f9e2453736030ddbc70df51ea30b15a

See more details on using hashes here.

Provenance

The following attestation bundles were made for shellbrain-0.1.45-py3-none-any.whl:

Publisher: release.yml on cucupac/shellbrain

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page