Tech Stack
The stack behind Iris.Md.
A Rust core, a Python skill layer, and battle-tested infrastructure for memory, messaging, telemetry, and isolation.
Tech Stack
Runtime.
Rust core with a Python extension layer for skills and plugins.
Why Rust + Python
The agent loop, sandbox supervisor, and channel router are written in Rust for safety and throughput. Skills, plugins, and tool definitions are Python so users can iterate in seconds.
shell
# Core Iris.md
iris-core 0.1.0 (rustc 1.82, tokio 1.40)
# Skill runtime
iris-skills 0.1.0 (cpython 3.12, pyo3 0.22)