Inspired by OpenClaw, Agent Octo adds some practical features:
- Agent Octo is multi-user and multi-tenant, so you can run it for your team, family, or as your own SaaS.
- It includes a multi-threaded, async Python sandbox written in Rust for AI workloads, powered by Monty.
- The sandbox supports Code Mode to reduce token usage.
- Agent Octo uses OpenAPI (Swagger) specs, letting you add integrations at runtime.
- Tools are discoverable and lightweight in context; in the Tool Definition section, the only tool is
exec_python. - Agent Octo supports OAuth2 for configuring API integrations (for example, Google and Microsoft).
Built with the Rust on Nails architecture for secure full stack web applications.
Download the docker-compose.yaml file.
curl -LO https://raw.githubusercontent.com/purton-tech/agent-octo/main/infra-as-code/docker-compose.yamlthen
docker compose upThen open http://localhost:3000.