← Back to Tech Stack
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.

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