GitDeployHub

disler/pi-agent-observability

github.com/disler/pi-agent-observability ↗
Unknown stack
8 environment variables found in .env.sample

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OBS_AUTH_TOKEN secret ── Observability server + extension ──────────────────────────────────────── Shared bearer token across the obs server, the pi extension,…
  • OBS_PORT Port + host the obs server listens on.
  • OBS_HOST
  • OBS_SERVER_URL URL the extension + Steelman backend POST events to (keep in sync with OBS_PORT).
  • STEELMAN_PORT ── Steelman product demo ──────────────────────────────────────────────────── Backend API port + the Vite dev-server port.
  • STEELMAN_WEB_PORT
  • STEELMAN_AGENT_MODEL
  • STEELMAN_AGENT_MODEL_PROVIDER
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/disler/pi-agent-observability
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/disler/pi-agent-observability
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/disler/pi-agent-observability
Or deploy to a different host
← Try another repo