MonkeyBrain Broca — Autonomous agent for the Cognitive Operating System
Project description
MonkeyBrain Broca
Autonomous agent for the MonkeyBrain Cognitive Operating System.
Features
- Agent — autonomous query handler with capability discovery
- AgentResponse — structured response with intent, confidence, and metrics
- Capability discovery — automatic discovery of available capabilities
- Pipeline routing — intent classification and pipeline selection
- Fallback engine — graceful degradation with document/web search
- Policy learning — Bellman Q-learning for pipeline optimization
Installation
pip install monkeybrain-broca
# With full dependencies
pip install monkeybrain-broca[full]
Quick Start
from broca import Agent, AgentResponse
agent = Agent(runtime=my_runtime)
response = await agent.handle("What is the status of line 1?")
print(response.answer)
License
Proprietary
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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_broca-1.0.0.tar.gz.
File metadata
- Download URL: monkeybrain_broca-1.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41a34a786722af251bce50444b5f4fe8d1a6cebb365b4b67cc1b30fb4ee6a5b0
|
|
| MD5 |
3f67bbd41f66e549a14faad7b8a62e7d
|
|
| BLAKE2b-256 |
498926a644f2017fdb98a63019b8eb27170a1b17f8d7f28ae2f1d8238037f09f
|
File details
Details for the file monkeybrain_broca-1.0.0-py3-none-any.whl.
File metadata
- Download URL: monkeybrain_broca-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
785f312097fef5fb0228045569acbfe1e0f9456ddc9a0500b298fccfd03d8993
|
|
| MD5 |
b9df2f819a383b14f26e1da5018a0297
|
|
| BLAKE2b-256 |
012e5246e70dda8c381e2b1d19de15ee99c66dc338058054a906ebccc4708693
|