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.1

PyPI version 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 v2.6.1 is the current stable public release, available on PyPI.

The core governance primitives (audit chains, evidence bundles, policy enforcement, memory fabric, multi-model quorum) are real and production-tested. Some advanced CLI surfaces and deeper docs continue to evolve — see docs/OSS_LAUNCH_READINESS_CHECKLIST.md for the current status.

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

pip install ioa-core

Then clone the examples and run them:

git clone https://github.com/orchintel/ioa-core.git
cd ioa-core

# Check the CLI entrypoint
ioa --help

# 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.

For development (editable install with dev tools):

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

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.1.tar.gz (323.3 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.1-py3-none-any.whl (315.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ioa_core-2.6.1.tar.gz
Algorithm Hash digest
SHA256 2a94b2b03f63fe046641165bf8b00ddd6232e4652e88551ecb5576ba54a304eb
MD5 5fbd86d0e4dc9c9f40f49c81705a33a3
BLAKE2b-256 4295055771e13739a775bb4b8f8fb1e7bd2e85d74aa50e8740ed2b52107c5f66

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ioa_core-2.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c0bc286406e172d70eaa122f0aa526ed39a11b6f5f3f3ff7a48ac6eff4ea6158
MD5 78dfba2334e2bba1d5f02a40180dd870
BLAKE2b-256 6706142ff5a508abebe305ab8d263af2149111b4badf9c678e2dad957ffccbd5

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