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.2.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.2.tar.gz.
File metadata
- Download URL: monkeybrain_runtime-1.0.2.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 |
0745e62864e92362546140a8e2b7756c4db83a379ffab87c056ce3e41115c9be
|
|
| MD5 |
8a2be04543037a9528b2d67a5dbdbb8d
|
|
| BLAKE2b-256 |
84ba65f040e45e9ecf940e3de96fd18b42a34bdd235d8f6f4d281418b0a7bb46
|
File details
Details for the file monkeybrain_runtime-1.0.2-py3-none-any.whl.
File metadata
- Download URL: monkeybrain_runtime-1.0.2-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 |
0246c2d9345783e949116c54f904d80aaccf2a5cb1f6f5451f75642264045b45
|
|
| MD5 |
2c047754ccde9f0fbd738bf838bb9605
|
|
| BLAKE2b-256 |
6bef0be8950eb73ac4c76a144dce4ea2e6e97caa2df6ec43243a43feac204cad
|