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.1.0.tar.gz
(15.0 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.1.0.tar.gz.
File metadata
- Download URL: brainos_cli-1.1.0.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2ad812d84fe336129b941e2b443dd3e2ae9510eb9d8cf885a182192dbab5289
|
|
| MD5 |
84105fb9de5a2123c6e1dd3527e00caa
|
|
| BLAKE2b-256 |
5c644bdfd8993092e20c385cf106af18815c5ad4f3e8178efb161844358fc503
|
File details
Details for the file brainos_cli-1.1.0-py3-none-any.whl.
File metadata
- Download URL: brainos_cli-1.1.0-py3-none-any.whl
- Upload date:
- Size: 14.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 |
ad19e498bfa727e6b38c8c740df199ef06a40d93f54cecfcdfa5bca1f6d10227
|
|
| MD5 |
91e505fd5435d076cf039267ceb97cb6
|
|
| BLAKE2b-256 |
6b3c47da6f7607099d70db9c0977c2a043abc9bf6b3b887874c962f27f07c363
|