Documentation
README
Sandboxed.sh Missions
Delegate coding/automation tasks to isolated containerised missions via the mcp_sandboxed_assistant_* MCP. Each mission runs in a chosen workspace (a fresh container with a known set of init scripts and pre-installed tools) and executes the prompt autonomously via a configured agent. Intermediate tool calls stay in the mission's own context.
A conversational start_mission is a worker of this chat. Hermes stamps origin_session_id, enrolls the mission, and the terminal webhook folds the result back here. End the turn after dispatch — do not poll, and do not invent a cron just to wait. Controller/cron ticks are different: they pass project and report on the next tick / project route.
This is the opening of the README. Read the full README on GitHub.