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

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

This checkout targets ioa-core v2.9.0. The release is held for the final GATE0 checks before publication to 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
  • operator-provided Ed25519 evidence signatures with offline verification
  • 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.9.0.tar.gz (338.4 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.9.0-py3-none-any.whl (330.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ioa_core-2.9.0.tar.gz
Algorithm Hash digest
SHA256 01e5c1229cefb75252b4b240c0015e5ca61fc4d4a2b4711e283fdeab5115c455
MD5 14404d7e72360a0251e0e6ead668ed89
BLAKE2b-256 7e6bcb7effd0e316f151f3f0e87de2601dbe53d79a94635081199f290d7dbab1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ioa_core-2.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f36ff436bc3010c9f50e946a1ba8cd0f221c55a698e83cdd200483f31acec02
MD5 23cec7543c651e585ebba818e90ae07b
BLAKE2b-256 7a4d9a569ec6fb064e951d463e6bfa7fefb6d558bfb161574c5a241f0b3971a9

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