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.1.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.1.tar.gz.
File metadata
- Download URL: monkeybrain_runtime-1.0.1.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 |
af2fc8c851601a3816b71a0d562aa1b878acb79c59b9cbb509a7cc006c59fd2c
|
|
| MD5 |
be2e4f86dde4a598e06168ad5fb4c136
|
|
| BLAKE2b-256 |
12399a5f07d12b2ab47fda8ca5885d5ddc69b1ca741ec98119ade74f80f0d6f6
|
File details
Details for the file monkeybrain_runtime-1.0.1-py3-none-any.whl.
File metadata
- Download URL: monkeybrain_runtime-1.0.1-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 |
55c9ab4b1e9f994efc92906c98dbf091097a0d131e8eb525f4c175012161df87
|
|
| MD5 |
898617469469dc2539125ac45dc238af
|
|
| BLAKE2b-256 |
15e122efbc6885f2ef17f81da8b919ad27469fea29bfaa3dc65cd20343b435b5
|