Skip to main content

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


Download files

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

Source Distribution

monkeybrain_cerebellum-1.0.0.tar.gz (27.0 kB view details)

Uploaded Source

Built Distribution

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

monkeybrain_cerebellum-1.0.0-py3-none-any.whl (44.0 kB view details)

Uploaded Python 3

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

Hashes for monkeybrain_cerebellum-1.0.0.tar.gz
Algorithm Hash digest
SHA256 ab79a427edb7e9bb09ff00bfbc2ae7f76b6d471e899b355f640fc3d70b101e62
MD5 817fc4703168f49712860c41a3ba1542
BLAKE2b-256 fcd119543d4ba439bf83ed16ad5c2b384d299a7569afd5bb138916c0212b987f

See more details on using hashes here.

File details

Details for the file monkeybrain_cerebellum-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for monkeybrain_cerebellum-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 80afe0bcc7944d0ec562ecc9268fb0aad4b99850a4d6eb117f0b7bece955c7d3
MD5 5f417445c37ebc7be02e11f8c58b113e
BLAKE2b-256 fe27340ebd414e071570888c8a1fa8f9bc62936f7a2641e8766a095fa7a24a2f

See more details on using hashes here.

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