Skip to main content

Intelligent Orchestration Architecture Core - Open-source platform for orchestrating modular AI agents with memory-driven collaboration and governance mechanisms

Project description

IOA Core v2.6.0

License Python Build Docs

IOA Core is an open-source governance kernel for AI workflows.

It focuses on policy enforcement, evidence capture, immutable audit trails, memory-backed orchestration, and multi-model review patterns.

Release Status

ioa-core is currently documented here as a public release candidate, not a fully polished stable OSS release.

That means:

  • the core governance primitives are real and usable
  • the examples below are limited to commands verified in this checkout
  • some deeper docs still describe roadmap or partially implemented CLI surfaces
  • broad stable marketing should wait until the checklist in docs/OSS_LAUNCH_READINESS_CHECKLIST.md is complete

What Is In Scope

  • hash-chained audit logging
  • evidence bundle generation
  • policy and system-law framing
  • memory fabric primitives
  • offline and live provider smoke testing
  • local examples for governed workflow and quorum-style review

For the current public feature boundary, see FEATURE_MATRIX.md.

Quick Start

The commands below were verified in this repository checkout on 2026-03-07.

git clone https://github.com/orchintel/ioa-core.git
cd ioa-core
pip install -e ".[dev]"

# Check the CLI entrypoint
python -m ioa_core.cli --help
python -m ioa_core.cli --version

# Scaffold a minimal project
python examples/00_bootstrap/boot_project.py /tmp/ioa-core-demo-project

# Run a governed workflow example
python examples/10_workflows/run_workflow.py

# Run an offline multi-model roundtable example
python examples/20_roundtable/roundtable_quorum.py "Analyze this code for security issues (ok)"

# Check environment health
python examples/30_doctor/doctor_check.py

# Smoke test the provider layer in offline mode
IOA_PROVIDER=mock python examples/40_providers/provider_smoketest.py

# Run the Ollama turbo-mode demo
python examples/50_ollama/turbo_mode_demo.py turbo_cloud

Examples run offline by default unless you explicitly enable live mode and set provider credentials.

Example Outputs

Governed workflow example:

{
  "task": "Analyze code for security issues",
  "policy": "demo-governed",
  "result": "OK",
  "evidence_id": "ev-0001",
  "audit_chain_verified": true,
  "system_laws_applied": ["Law 1", "Law 5", "Law 7"]
}

Roundtable example:

{
  "quorum_approved": true,
  "approve_count": 3,
  "total_votes": 3,
  "evidence_id": "ev-rt-0001"
}

Core Components

Audit and Evidence

  • immutable audit chain with hash continuity
  • redaction support for sensitive values
  • append-only JSONL logging with rotation and replay protection
  • evidence bundle object for validations, metadata, and signatures

Governance

  • system-law framing for governed execution
  • policy hooks and validation paths
  • support for audit-linked governance events

Provider and Review Layer

  • multi-provider abstractions
  • offline mock mode for repeatable examples
  • provider smoke testing
  • quorum-style review examples for multi-model workflows

Memory

  • memory fabric package with hot and persistent stores
  • SQLite, S3, and local JSONL backends
  • encryption support for memory storage

Recommended Docs

Live Provider Usage

Live provider tests are optional and require real API keys.

export OPENAI_API_KEY=your-key
IOA_LIVE=1 IOA_PROVIDER=openai python examples/40_providers/provider_smoketest.py

If live keys are not configured, stay in offline mode and treat results as simulation/demo outputs rather than provider validation.

Current Gaps

Before positioning IOA Core as a polished stable OSS product, the project still needs:

  • aligned release metadata and version reporting
  • removal of roadmap-style commands from deeper onboarding docs
  • clean test collection and supported-version CI proof
  • consistent model provenance rollout across evidence and audit-producing call sites
  • clearer governance observability surfaces

Why IOA Core Exists

Most AI orchestration stacks optimize for routing and output generation.

IOA Core is built around a different requirement: important AI workflows should also emit policy context, evidence, and auditable traces that can be inspected later.

That core substrate is intended to support higher-level OrchIntel products without forcing each downstream product to reinvent governance separately.

Contributing

See CONTRIBUTING.md for development workflow and SECURITY.md for vulnerability reporting.

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

ioa_core-2.6.0.tar.gz (215.2 kB view details)

Uploaded Source

Built Distribution

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

ioa_core-2.6.0-py3-none-any.whl (156.1 kB view details)

Uploaded Python 3

File details

Details for the file ioa_core-2.6.0.tar.gz.

File metadata

  • Download URL: ioa_core-2.6.0.tar.gz
  • Upload date:
  • Size: 215.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for ioa_core-2.6.0.tar.gz
Algorithm Hash digest
SHA256 3c2dce96e7c14c3e2da794ccb4ecbe75505343524094815526e7a8138ed0d89b
MD5 cda81f255d033ea0c6f1214d084cc1c0
BLAKE2b-256 65acbec17963a6fc560f73819394b6b338f7ca0bf5af3fc09a4828a08c9f9a9b

See more details on using hashes here.

File details

Details for the file ioa_core-2.6.0-py3-none-any.whl.

File metadata

  • Download URL: ioa_core-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 156.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for ioa_core-2.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c472cf948729e8fa0247f7d7645e3eb352a36a0db6b65f5a25584a57e4918b28
MD5 7b500caf1efa5ec4edadba0f70bdd6e7
BLAKE2b-256 4af859487bac31d54972e7b7b19fae92b5b91327682f56e3a0ce2b88fb07c9da

See more details on using hashes here.

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