Practical Notes
- Quant: the README positions prebuilt autonomous agents as ready-to-run assets, shortening time to first useful run.
- Quant: path traversal and dangerous shell operations are explicitly blocked to the declared
workspaceboundary.
Rollout pattern
- Start with one autonomous task that reads files or logs inside a disposable workspace.
- Adopt prebuilt agents only after you inspect the prompt, tools, and initial message they package.
- Add MCP tools and cloud sandboxes as separate steps so you can measure what each capability changes.
Watchouts
Because the framework makes it easy to move fast, teams should still review prebuilt agents and external tools instead of treating them as trusted defaults.
FAQ
Q: Is it only for autonomous agents?
A: No. The README shows both AutonomousAgent and traditional Agent flows.
Q: What is the main built-in guardrail? A: Workspace-scoped file and shell operations with path-traversal and dangerous-command blocking.
Q: What is a good first use case? A: Internal log analysis or structured triage in a disposable workspace with one model and no external tools.