brainos CLI
Install brain-inspired memory plugins into your AI agent project.
Install
pip install brainos
Or install from source:
cd cli/
pip install -e .
Usage
# List all plugins
brainos list
# Initialize project structure
brainos init
# Add a plugin
brainos add sensory-gate
brainos add hippocampal-index --with-config --with-tests
# Add all plugins
brainos add all
# Plugin details
brainos info attention-filter
What gets generated
your-project/
brainos_plugins/
__init__.py
sensory_gate.py <- Working Python class
attention_filter.py
config/
sensory_gate.yaml <- Config template
tests/
test_sensory_gate.py <- Test skeleton
Plugins
| Name | Brain Analog | Saves |
|---|---|---|
| sensory-gate | Thalamic Filter | 50-80% tokens |
| attention-filter | Selective Attention | 40-70% tokens |
| working-memory | Prefrontal WM | 25-45% tokens |
| hippocampal-index | Hippocampus | 20-40% tokens |
| consolidator | Sleep Consolidation | 60-80% storage |
| episodic-store | Episodic Memory | - |
| semantic-store | Knowledge Graph | - |
| procedural-cache | Basal Ganglia | 30-50% tokens |
| salience-tagger | Amygdala | 20-40% tokens |
| forgetting-engine | Active Forgetting | Prevents bloat |
| dmn-incubator | Default Mode Network | - |
| metacognition | Prefrontal Monitor | Compounds |
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brainos_cli-1.0.0.tar.gz
(8.6 kB
view details)
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 brainos_cli-1.0.0.tar.gz.
File metadata
- Download URL: brainos_cli-1.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3441422d01b3a85f25e681f1a3988c2d6b66b35283fa335eec8f1bb4d42c6fa3
|
|
| MD5 |
25a86017df4dbd6f196cb7c6d8d3c68c
|
|
| BLAKE2b-256 |
68c68a4e116d50f370758039bf9e3753d059fc4c113727c7538edc0b52888f25
|
File details
Details for the file brainos_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: brainos_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
555d38aab0f214173502150903832fcb30d8ca22f4893e618aeb538b633bf996
|
|
| MD5 |
1f85de9e9fd1d80f134211c40aa90a77
|
|
| BLAKE2b-256 |
864a4cda87a0b7342c6d4ef6fa312c57f184010924bb61b1f4ef31ffa5cd654e
|