Spaces:
Build error
Build error
OpenEnv — 60-second demo script
Prereqs: Postgres + Redis up (docker compose up -d), backend on :8000, frontend on :3000, OPENAI_API_KEY set.
- Open the UI at http://localhost:3000 — dark inbox, “Startup support inbox” header.
- Seed data: click Seed demo (three threads: VIP urgency, billing dispute, spam/injection).
- Knowledge: optional — paste support policy in the RAG box → Ingest to vector index (grounds replies with
[1]citations). - Run autopilot: select an email → Run autopilot — show Draft reply, Diff vs original, and toast with action + HITL flag.
- Trust: open Actions tab — expand a Decision trace JSON (
classification,safety.injection_risk,rag_citations,agent_tool_results). - Metrics: Metrics tab — processed count, auto-handled %, escalation %, time saved estimate; optional Run golden evaluation.
- OAuth (optional live): Connect Google or Connect Microsoft in the footer — completes OAuth and enables Fetch from real mail (
POST /api/v1/emails/fetchwithsource=auto).
One-liner for judges: “OpenEnv reads the inbox, scores risk and priority, retrieves our FAQ, drafts cited replies, calls tools when needed, and logs every decision for audit.”