AgentOrch - Autonomous Multi-Agent AI System: 30+ agents with cognitive architecture
Project description
agent_orch
Multi-Agent Orchestration Framework
30 autonomous agents with:
- Cognitive Architecture (metacognition, memory, self-reflection)
- Treasury Economy (internal bounties, job board, replication)
- Batch Scheduler (priority queue, circuit breaker, concurrency control)
- Evolution Engine (auto-dreaming for low-confidence agents)
- Self-Heal (ledger integrity checks)
Agents
| # | Agent | Role |
|---|---|---|
| 01 | strategist | Strategic planning & analysis |
| 02 | analyst | Data analysis & insights |
| 03 | innovator | Creative innovation |
| 04 | critic | Critical assessment |
| 05 | executor | Task execution |
| 06 | philosopher | Deep thinking & ethics |
| 07 | scientist | Scientific method |
| 08 | artist | Aesthetic design |
| 09 | coach | Guidance & mentoring |
| 10 | observer | System observation |
| ... | ... (30 total) | ... |
Quick Start
from agent_orch import discover_all, get_cognitive_architecture
import asyncio
async def main():
agents = discover_all()
print(f"Found {len(agents)} agents")
ca = get_cognitive_architecture("strategist")
result = await ca.full_cognitive_cycle("Analyze current trends")
print(result["response"][:200])
asyncio.run(main())
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
agentorch_core-1.0.1.tar.gz
(141.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 agentorch_core-1.0.1.tar.gz.
File metadata
- Download URL: agentorch_core-1.0.1.tar.gz
- Upload date:
- Size: 141.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abc6fc2a7e4cccdc48c24dad82a9372905bd9b5a03656f81227f3b77976d7f72
|
|
| MD5 |
157fd030cfd1e23032ae7e7913dc2572
|
|
| BLAKE2b-256 |
bb48c84cd38eb20b300f56899c54991698d1a81cb8c0c3b0ad6336c2480b614c
|
File details
Details for the file agentorch_core-1.0.1-py3-none-any.whl.
File metadata
- Download URL: agentorch_core-1.0.1-py3-none-any.whl
- Upload date:
- Size: 183.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeaabe6424e60b018bcdb7ebb7ac476f43fa3f51e627777914bc44310bc401d0
|
|
| MD5 |
7491a596abcf77d123596cdcc21202ae
|
|
| BLAKE2b-256 |
b0fe5ef8085f560819e33629a845261b0232737c10990755935cf60fb91d1171
|