feat: refresh docs and agent schema

This commit is contained in:
Nathan Flurry 2026-01-25 03:04:12 -08:00
parent a49ea094f3
commit 0fbf6272b1
39 changed files with 3127 additions and 1806 deletions

20
docs/frontend.mdx Normal file
View file

@ -0,0 +1,20 @@
---
title: "Frontend Demo"
description: "Run the Vite + React UI for testing the daemon."
---
The demo frontend lives at `frontend/packages/web`.
## Run locally
```bash
pnpm install
pnpm --filter @sandbox-agent/web dev
```
The UI expects:
- Endpoint (e.g. `http://127.0.0.1:8787`)
- Optional token
If you see CORS errors, enable CORS on the daemon with `--cors-allow-origin` and related flags.