Agent6
Agent6 is a coding agent that jails every model-chosen command in a Landlock+seccomp sandbox with restricted filesystem and network access, making it safe to run untrusted LLM-generated code. Long-running workflows are expressed as editable, declarative state machines that can be reviewed, resumed, forked, and replayed—instead of open-ended agent loops. Features include per-step git commits on a detached ref, snapshot-resumable runs with per-turn checkpoints, a hard metered USD budget with token fallback, and multiple modes: plan, run, review, and ask. It works with Anthropic and any OpenAI-compatible endpoint (OpenRouter, Ollama, vLLM, llama.cpp, LM Studio). Interfaces include a streaming terminal UI (`agent6 run`), a full terminal dashboard (`agent6 tui`), a zero-dependency browser UI (`agent6 web`) that binds to localhost for Tailscale remote access, and an editor-driven ACP agent (`agent6 acp`). Sessions build on each other via `--from` to seed new runs from prior context. Background jobs (`run_background`) don't hold turns open. Transparent context compaction shows what left the model's window. Installable via `uv tool install agent6` or `pipx install agent6`. Apache-2.0 licensed.
Reader rating
No ratings yet