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
Observability.
OpenTelemetry traces, metrics, and structured logs out of the box.
OTLP exporter
toml
[telemetry]
enabled = true
exporter = "otlp"
endpoint = "http://localhost:4317"
service = "iris-agent"Prometheus scrape
shell
# Exposed at :9090/metrics
iris_tasks_total{status="ok"} 1287
iris_tasks_total{status="error"} 14
iris_sandbox_spawn_seconds_bucket ...