Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.2 KB

File metadata and controls

43 lines (32 loc) · 1.2 KB

Public Alpha Local Runtime

The alpha runtime is local and technical. It runs Postgres, Redis, API, web, and the optional scheduler daemon on the user machine.

Commands

make setup
make migrate
make doctor
make dev
make alpha-check
alicebot vnext alpha check --headless
alicebot vnext smoke headless-ubuntu

Equivalent explicit commands:

./scripts/dev_up.sh
./scripts/migrate.sh
alicebot vnext doctor --fix-safe --ci
APP_RELOAD=false ./scripts/api_dev.sh
pnpm --dir apps/web dev
alicebot vnext scheduler daemon start --foreground

Runtime URLs

  • API: http://localhost:8000
  • vNext operator console: http://localhost:3000/vnext
  • MCP server: stdio process via alicebot-mcp

For Ubuntu systemd service setup, use headless-ubuntu-install.md. The default headless posture binds API and web services to 127.0.0.1 and expects /vnext access through an SSH tunnel.

Alpha Readiness

alicebot vnext alpha check
alicebot vnext alpha check --headless

The readiness check summarizes migrations, doctor, scheduler posture, connector settings/state storage, core vNext smokes, agent integration smoke, and the eval command expected for release evidence.