MonkeyBrain — Cognitive Operating System for industrial decision intelligence
Project description
MonkeyBrain Cerberus SDK
Capability framework for the MonkeyBrain Cognitive Operating System.
Installation
pip install monkeypatched-cerberus-sdk
Quick Start
from monkeypatched_cerberus_sdk import Capability, Registry
# Create a capability
class MyCapability(Capability):
async def execute(self, state, **kwargs):
return {"result": "executed"}
# Register
registry = Registry()
await registry.publish({"name": "my_capability", "version": "1.0.0"})
Features
- Capability base classes
- Capability registry
- Secure keystore
- 46+ pre-built capabilities
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_runtime-1.0.3.tar.gz
(788.2 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 monkeybrain_runtime-1.0.3.tar.gz.
File metadata
- Download URL: monkeybrain_runtime-1.0.3.tar.gz
- Upload date:
- Size: 788.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
345c7560a01ff36f79c99ffa7328944795616c64cc3d3a30fef8e738423bb405
|
|
| MD5 |
aacbd71724a6bdecb6342b98ebde0193
|
|
| BLAKE2b-256 |
b766ef5a418849307742b833bcdfffe31fb3ec3138321c798c2b684b2b451d2e
|
File details
Details for the file monkeybrain_runtime-1.0.3-py3-none-any.whl.
File metadata
- Download URL: monkeybrain_runtime-1.0.3-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
055c98a39a5199aeaec8443102d77d1f167c86f9bea0203b41d3f77dc70eea5e
|
|
| MD5 |
7e6e252814883fddfc009988043d4623
|
|
| BLAKE2b-256 |
5d8a586ec503523b5dc06fce4ec6bea2a6e8c4e66c929aa678fb8eadd9344b4e
|