Cobrain CLI helps AI agents gather, organize and visualize owner's knowledge locally on device. Use it to back up and organize your knowledge, help AI agents read your mind, or map and track your learning progress.
Project description
Cobrain
Overview
Cobrain CLI helps AI agents gather, organize and visualize owner's knowledge in a local vault: files (topics, sources) + graph (structured metadata).
- Vault locally stores and organizes knowledge, tracks learning, and creates persistant shared context between owner/user/agent for collaboration and decisions
- Agent manages vault autonomously
- Cobrain CLI performs deterministic tasks and helps AI agent perform vault-related tasks reliably and token-efficiently
Installation & Setup
Install agent skill skills/cobrain-vault. Agent does the rest.
Alternative:
pip install cobrain
Vault
vault/
├── vault.html # Visual graph with search/filters for human user
├── topics/ # Topic files (.md), source of truth for CLI
├── sources/
│ ├── chats/ # ChatGPT conversations (.md)
│ ├── x/ # X conversations (.yaml)
│ └── ... # Add more for other sources
└── .cobrain/ # App internals, read but never edit directly
├── vault.yaml # Derived graph of topics, with metadata
├── categories.yaml # Customizable topic category colors / titles
├── backups/ # Rolling backups
├── diffs/ # Diffs from backups
└── logs/ # Ingest logs
├── chatgpt/
└── x/
vault/sources/: raw content ingested from external systems (ChatGPT, X, user-provided documents, your own chat with user), users never read this.
vault/topics/: curated summaries users read, source of truth for everything.
CLI reference
brn version # show version
brn vault --dir <path> # initialize new/existing vault, write config
brn sync [--warnings] # build graph from files + show warnings
brn show # build and open vault.html in browser
brn vault [--ids <ids>] [--minimal | --full | --full+] [--flow | --block] # get graph as YAML (select ids, topic metadata fields, YAML format)
brn vault --ids <ids> --set field=value... # update topic frontmatter + sync
brn vault --from <id> [--depth N] # subtree
brn vault --from <id> --to <id2> # shortest path (parent links only)
brn sources [--warnings] # view source stats + warnings
brn sources --ingest chatgpt --paths <path...> [--since <dt>] [--until <dt>] [--titles <titles]> # ingest ChatGPT conversations.json
brn sources --ingest x --ids <post_ids> # ingest X posts by ID/URL/xurl
brn sources --ingest x --own [--count <N> | --new | --since-id <id> --until-id <id>] # fetch own posts (default 10, count, all new until hit existing, or target range)
brn sources --ingest x --own --authorization-code <code> # first-time X auth
brn sources --ingest x --likes [--count <N> | --new] # ingest liked posts
brn sources --ingest x --bookmarks [--count <N> | --new] # ingest bookmarked posts
brn backup # copy vault.yaml + categories.yaml (up to 20)
All --ingest x commands pull full conversation above the target post, and minimize API credits spent by always checking locally stored posts first.
Topics
Sources
X and ChatGPT: integrated, agent ingests with CLI command. Other sources (webpage, file, chat): agent reads directly.
X
- Built with XDK (official X SDK), with their affordable pay-per-use pricing and 24h retrieved post caching to save your credits.
- Uses your own app's OAuth2.0 credentials.
- Ingest your bookmarks, likes, posts and replies, or any post by id/url. Official endpoint filters supported as flags.
- CLI automatically builds coherent conversations (one per file) from target post up to original (root) post. Locally stored posts are re-used whenever possible to save your credits. New posts from an existing conversation merge into the same file seamlessly.
- Output:
vault/x/<conversation_author>_<conversation_id>.yaml.
ChatGPT
- Request data export from your ChatGPT app and run ingest command on
conversations.json. - Filter by dates and title supported as flags.
- Output:
vault/chats/<title>.md.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cobrain-0.1.0.tar.gz.
File metadata
- Download URL: cobrain-0.1.0.tar.gz
- Upload date:
- Size: 47.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03dd8df4cf7ecc9e81421c3fb64e213befb58c828eacafe7f68316629e90a4fd
|
|
| MD5 |
0be7feec45e140f8febb70ea719c78be
|
|
| BLAKE2b-256 |
5e0abeabe0c373ef7eb817ab32ba63ee29e2c929890aa68083e7237935f5fb1e
|
File details
Details for the file cobrain-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cobrain-0.1.0-py3-none-any.whl
- Upload date:
- Size: 52.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afbb29aa87a6bd20eb77499408e9e5f44ffa4457ca5f9cc8df7bb3669df06d18
|
|
| MD5 |
0f172337bb45982a5b2a8a2036328f03
|
|
| BLAKE2b-256 |
948cbda652a9fe2ca896a886f018c4af0b565d604fc0053908934a5993d1d3ca
|