每日 Harness 开源 · Source
返回本期 · Back to 2026-07-09

开源 / 项目 · Projects2026-07-09 · Thursday, July 9, 2026

Tarit - Self-host sandbox cloud and hypervisor for AI agents

github.com原文 ↗

Tarit - Self-host sandbox cloud and hypervisor for AI agents
Tarit 是面向 AI agent 和 RL environment 的 microVM sandbox cloud,底层是 rust-vmm/KVM,仓库分成 `vmm/` 和 orchestrator `orch/` 两层。`taritd` 负责 multi-node placement、warm pools、networking、snapshots、SSH/PTY access、per-key usage stats 和 audit trail,VMM 与 orchestrator 通过 Unix socket protocol 通信。README 给出 bare-metal p50 指标:snapshot ready-to-exec 83ms、snapshot restore 到 running VM 2.9ms、warm-pool handout 12.3ms、running VM exec round trip 0.6ms;它的定位比普通容器沙箱更接近可自托管的 E2B/Firecracker 替代。
浏览

评论 · Comments