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.
  • Secure Identity Propagation: Propagates UserContext (Identity Passport) securely to all workers and tools, ensuring "On-Behalf-Of" execution without leaking tokens in UI events.

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

# Optional: Import UserContext if available
try:
    from coreason_identity.models import UserContext
except ImportError:
    UserContext = None

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...")
    # Pass user_context (Optional)
    async for event in controller.execute_recipe(manifest, inputs, user_context=None):
        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.3.0.tar.gz (24.3 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.3.0-py3-none-any.whl (34.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coreason_maco-0.3.0.tar.gz
  • Upload date:
  • Size: 24.3 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.3.0.tar.gz
Algorithm Hash digest
SHA256 c1ce89a50a9a0222805d36c499cd4cdfaf92dbb608d7101abd43cd8ead32db60
MD5 2ec8cbba0abab2444a2e55da1de7a8ce
BLAKE2b-256 677eda103edb279fc2d11ed11427b8d0abf00219d042b0ee7752146f5970862c

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_maco-0.3.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.3.0-py3-none-any.whl.

File metadata

  • Download URL: coreason_maco-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 34.5 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6fda49b926b698f7f38f896c32e01c2f744aa764a8813c31beb80e50a100fedb
MD5 e41412797de70d423cdfe2237b78de6e
BLAKE2b-256 1a4d5ef6a2b7d49d9a7e85f794f104ec2d1705b40978f5bdc0bd246bfca284a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_maco-0.3.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