This repository is now split into two nested monorepos:
assistant/: assistant-side code and integrations.executor/: executor infrastructure (sandbox runtime, approvals API, task history, web UI).
The active prototype work is in executor/.
bun install --cwd executorTerminal 1:
bun run --cwd executor dev:convexTerminal 2:
bun run --cwd executor devTerminal 3:
bun run --cwd executor dev:workerTerminal 4:
bun run --cwd executor dev:webThis starts:
- Local Convex backend
- Executor API server (control plane + internal runtime callbacks)
- Executor worker (queued task execution)
- Executor web UI (pending approvals + task history)