Antikythera MCP Framework v1.0.0
Antikythera MCP Framework is a Rust workspace for building MCP-capable agent runtimes, host-integrated orchestration flows, and portable WASM agent components.
System Overview
flowchart TD
Host[Host Application] --> CLI[antikythera-cli]
Host --> SDK[antikythera-sdk]
CLI --> Core[antikythera-core]
SDK --> Core
Core --> Session[antikythera-session]
Core --> Log[antikythera-log]
Core --> MCP[MCP Servers]
Core --> LLM[LLM Providers via Host]
What Is Included in 1.0.0
- Stable workspace crates for CLI, SDK, core runtime, session, and logging.
- Multi-agent orchestration with guardrails, resilience, and observability hooks.
- Streaming support for token/event output and buffered delivery policies.
- WASM component integration path for host-controlled execution.
- Consolidated documentation under
documentation/.
Workspace Layout
antikythera-core: protocol/runtime, orchestration, transport, resilience, streaming.antikythera-sdk: high-level API, component-facing integration layer.antikythera-cli: interactive and scripted entry binaries.antikythera-session: structured session state and export helpers.antikythera-log: structured logging and subscriber support.tests: integration and module-level validation suites.
Build and Validate
cargo build --workspace
cargo test --workspace
cargo fmt --all -- --check
cargo clippy --workspace --lib --bins -- -D warnings -D deprecated
Documentation Index
- Architecture
- Build
- Config
- Context Management
- Guardrails
- Hooks
- Observability
- Resilience
- Streaming
- Testing
- WASM Agent
Version
- Workspace release:
1.0.0 - Documentation baseline:
1.0.0