Skip to main content

Coreason MACO: A Multi-Agent Collaborative Orchestrator for robust strategic reasoning and graph-based execution.

Project description

CoReason Runtime Engine ("The General")

Multi-Agent Collaborative Orchestrator (MACO)

License: Prosperity 3.0 CI/Status Ruff Documentation

Overview

coreason-maco is the runtime engine designed to transform AI from a "Chatbot" into a "Strategic Simulator." It executes pre-defined, deterministic workflows ("Recipes") where multiple specialized AI agents collaborate, debate, and verify each other's work.

As the Orchestrator, it manages a team of specialized agents to:

  • Break down complex problems into steps.
  • Execute parallel research streams.
  • Debate findings using a "Council of Models" (Architectural Triangulation).
  • Visualize the entire thought process in real-time.

Features

  • "Glass Box" Visualization: Exposes internal state in real-time. Users can see exactly which agent is working, what data they are accessing, and where they are in the process.
  • Architectural Triangulation ("The Council"): Automatically "triangulates" answers by asking three distinct models (e.g., OpenAI, Anthropic, DeepSeek) and having a fourth "Judge" agent synthesize the consensus.
  • Counterfactual Simulation ("What-If" Analysis): Allows users to "Fork" the reasoning process to explore different scenarios without losing original data.
  • GxP Compliance & Determinism: Ensures workflows are reproducible. Running the same "Recipe" with the same inputs and "Seed" yields the exact same result.

Installation

pip install coreason_maco

Usage

Here is how to initialize and execute a workflow using coreason-maco:

import asyncio
from coreason_maco.core.controller import WorkflowController
from coreason_maco.infrastructure.server_defaults import ServerRegistry

async def main():
    # 1. Initialize Services (Dependency Injection)
    services = ServerRegistry()

    # 2. Initialize Controller
    controller = WorkflowController(services=services)

    # 3. Define a Simple Manifest (Recipe)
    manifest = {
        "name": "Simple Greeting",
        "nodes": [
            {"id": "node_1", "type": "LLM", "config": {"prompt": "Say hello!"}}
        ],
        "edges": []
    }

    # 4. Define Inputs
    inputs = {
        "user_id": "test_user",
        "trace_id": "trace_123",
        "secrets_map": {}
    }

    # 5. Execute Workflow
    print("Starting Workflow...")
    async for event in controller.execute_recipe(manifest, inputs):
        print(f"Event: {event.event_type} | Node: {event.node_id} | Payload: {event.payload}")

if __name__ == "__main__":
    asyncio.run(main())

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

coreason_maco-0.1.0.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coreason_maco-0.1.0-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

Details for the file coreason_maco-0.1.0.tar.gz.

File metadata

  • Download URL: coreason_maco-0.1.0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coreason_maco-0.1.0.tar.gz
Algorithm Hash digest
SHA256 488a21cbbba015dc8d4a1ab309283b1a451c87c282671fa7bc166acc0f02aed0
MD5 c6b4b99618b6ffd4da8a360497740171
BLAKE2b-256 24e9b44e95265063f0e472e62eb5dc529635bd5a187a7645bfd303ec98f24b2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_maco-0.1.0.tar.gz:

Publisher: publish.yml on CoReason-AI/coreason-maco

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coreason_maco-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: coreason_maco-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coreason_maco-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 72739cdbcf0128b086399235fc36c9afe5df53e68173712fca0f12b43c824eb7
MD5 06a23ca64f81f1d3203cd43744302e85
BLAKE2b-256 feaf2afe678b7f55ee6ba7746fdc6545a7a1cc27b6748242bf1e1f0ff5343d87

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_maco-0.1.0-py3-none-any.whl:

Publisher: publish.yml on CoReason-AI/coreason-maco

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page