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.0.tar.gz
(788.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 monkeybrain_runtime-1.0.0.tar.gz.
File metadata
- Download URL: monkeybrain_runtime-1.0.0.tar.gz
- Upload date:
- Size: 788.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 |
9145f09d967677e90b536b1e8711096f08a8ddaeaf3c5fe05ab3e2eb19be8791
|
|
| MD5 |
bfe96aa1109583c5a7a1fc92a11683bb
|
|
| BLAKE2b-256 |
876d7c8ebb33c8ecab2406a094966fd0040dc75dda1f935206d5bb03f3eb4b58
|
File details
Details for the file monkeybrain_runtime-1.0.0-py3-none-any.whl.
File metadata
- Download URL: monkeybrain_runtime-1.0.0-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 |
281f0e861a6b0026c65f5297b856d6dd53497c47144102355c95f7ed6455b893
|
|
| MD5 |
06e3a51ccbd817f49278d5e75243b6c8
|
|
| BLAKE2b-256 |
f5cdb901804dc906c642c0ac340d1a58dd41fb98c89839d147f91f40bb98369c
|