Examples showcasing Agentuity platform capabilities: sandboxes, cron jobs, KV storage, durable streams, and port exposure.
| Example | Features | Description |
|---|---|---|
| code-runner | Sandbox, Evals | Parallel sandbox execution across runtimes with LLM-as-judge evals |
| scheduled-digest | Cron, KV, Streams | Cron-powered content digest published to shareable URLs |
| web-explorer | Sandbox (interactive), KV, Object Storage | Tool-calling web explorer with screenshots, KV visit memory, and in-process session resume |
| opencode-assistant | Sandbox, SSE, KV | Ask questions about any GitHub repo via OpenCode in a sandbox |
| research-agent | Tool Calling | Autonomous research agent using the Anthropic SDK with Wikipedia |
cd code-runner
bun install
bun run devEach example includes setup instructions in its README.
- Step-by-step tutorials: training/
- Add agents to an existing app (e.g., Next.js, TanStack Start): existing-apps/
- Integrations with other SDKs (e.g., Mastra, LangChain): integrations/