sandbox-agent/factory
Nathan Flurry 3022bce2ad feat: dev env bootstrap, deferred sessions, and mock agent fallback
- Add dotenv loader for NODE_ENV=development with .env.development.example
- Add factory self-hosting deployment docs
- Defer agent session creation in handoff init (create on first prompt)
- Fall back to mock agent when Claude/Codex credentials are missing
- Replace stub mock agent launcher with real ACP JSON-RPC Node.js script
- Fix React useEffect dependency array in org settings
- Clean up tracked .context cache/temp files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 22:50:26 -07:00
..
docker chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
e2e Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
memory Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
packages feat: dev env bootstrap, deferred sessions, and mock agent fallback 2026-03-09 22:50:26 -07:00
research chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
scripts Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
AGENTS.md Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
CLAUDE.md chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
compose.dev.yaml chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
compose.preview.yaml chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
CONTRIBUTING.md chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
Dockerfile chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
railway.toml Integrate OpenHandoff factory workspace (#212) 2026-03-09 14:00:20 -07:00
README.md chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00
tsconfig.base.json chore: recover bogota workspace state 2026-03-09 19:57:56 -07:00

Sandbox Agent Factory

TypeScript workspace handoff system powered by RivetKit actors, SQLite/Drizzle state, and OpenTUI.

Quick Install

curl -fsSL https://bun.sh/install | bash
pnpm install
pnpm -w build

Project Goals

  • Simple: There's one screen. It has everything you need. You can use it blindfolded.
  • Fast: No waiting around.
  • Collaborative: Built for fast moving teams that need code reviewed & shipped fast.
  • Pluggable: Works for small side projects to enterprise teams.

License

MIT