Practical Notes
- Quant: the README supports Python 3.10-3.13 and starts on
http://localhost:8081. - Quant: it documents at least three runtime modes out of the box: Docker-backed UI,
--run-without-docker, and themagentic-clipath.
Rollout pattern
- Use the default Docker-backed path first so you validate the intended execution environment.
- Pilot low-risk web tasks such as monitoring or read-only extraction before approving form submissions or purchases.
- Add MCP agents only after you understand what the core UI agent already does well on its own.
Watchouts
The no-Docker mode is explicitly limited, so teams should not assume it offers the same execution guarantees as the full default setup.
FAQ
Q: Can I run it without Docker?
A: Yes, but the README marks --run-without-docker as limited because code execution is unavailable.
Q: Why is this safer than a black-box browser agent? A: It exposes the plan and asks for approval on sensitive operations.
Q: What is the first real test? A: Open the UI, inspect the proposed steps, and approve a low-risk browsing or monitoring task.