room-sandbox 1.2.0

Dockerized multi-agent sandbox for room
1
2
3
4
5
6
7
8
9
10
pub mod agent;
pub mod apply;
pub mod claude;
pub mod clean;
pub mod down;
pub mod init;
pub mod logs;
pub mod shell;
pub mod tui;
pub mod up;