MonkeyBrain Cerebellum — Capability framework for the Cognitive Operating System
Project description
MonkeyBrain Cerebellum
Capability framework for the MonkeyBrain Cognitive Operating System.
Features
- Capability base class for execution primitives
- CapabilityRegistry for discovery and management
- Peripheral abstraction for I/O
- Lifecycle management
- FallbackEngine for graceful degradation
- SecureKeystore for API keys
- 24 capability categories across AI, databases, enterprise, and more
Installation
pip install monkeybrain-cerebellum
# With optional dependencies
pip install monkeybrain-cerebellum[ai] # AI providers
pip install monkeybrain-cerebellum[databases] # Database drivers
pip install monkeybrain-cerebellum[enterprise] # Elasticsearch
pip install monkeybrain-cerebellum[all] # Everything
Quick Start
from cerebellum import Capability, CapabilityRegistry
class MyCapability(Capability):
name = "my-capability"
async def execute(self, state, inputs):
return {"result": "done"}
registry = CapabilityRegistry()
registry.register(MyCapability())
License
Proprietary
Project details
Release history Release notifications | RSS feed
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 monkeybrain_cerebellum-1.0.0.tar.gz.
File metadata
- Download URL: monkeybrain_cerebellum-1.0.0.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab79a427edb7e9bb09ff00bfbc2ae7f76b6d471e899b355f640fc3d70b101e62
|
|
| MD5 |
817fc4703168f49712860c41a3ba1542
|
|
| BLAKE2b-256 |
fcd119543d4ba439bf83ed16ad5c2b384d299a7569afd5bb138916c0212b987f
|
File details
Details for the file monkeybrain_cerebellum-1.0.0-py3-none-any.whl.
File metadata
- Download URL: monkeybrain_cerebellum-1.0.0-py3-none-any.whl
- Upload date:
- Size: 44.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80afe0bcc7944d0ec562ecc9268fb0aad4b99850a4d6eb117f0b7bece955c7d3
|
|
| MD5 |
5f417445c37ebc7be02e11f8c58b113e
|
|
| BLAKE2b-256 |
fe27340ebd414e071570888c8a1fa8f9bc62936f7a2641e8766a095fa7a24a2f
|