sgo / web /app.py

Commit History

Add SSE keepalive pings every 15s to prevent proxy timeout disconnects
cc9ff58
Running
unverified

Eric Xu commited on

Fix: use custom X-LLM headers instead of Authorization (HF proxy intercepts it)
dff6d17
unverified

Eric Xu commited on

Two-model approach: 7B for setup calls, 72B for evaluation
c5a1119
unverified

Eric Xu commited on

Add 45s timeout + 2 retries on LLM client to prevent Space restarts
8a25fc1
unverified

Eric Xu commited on

Use /data/nemotron for persistent storage on HF Spaces
4798be2
unverified

Eric Xu commited on

Fix port binding: start.sh kills zombie, add app logging
618f739
unverified

Eric Xu commited on

Fix port binding: simplify startup, remove timeout on segments, clean SIGTERM
b4e9b32
unverified

Eric Xu commited on

Fix port binding crash: kill zombie process and enable SO_REUSEADDR
2a7b950
unverified

Eric Xu commited on

Remove session restore — was only for debugging
b6efc9e
unverified

Eric Xu commited on

Fix startup: use lifespan instead of deprecated on_event
bf0d091
unverified

Eric Xu commited on

Set rate limit to 2 runs per hour
d81d8b6
unverified

Eric Xu commited on

Rate limit by pipeline runs (10/hr), not individual LLM calls
815de7e
unverified

Eric Xu commited on

Security hardening: rate limiting, no creds in URLs, path traversal fix
9ea2205
unverified

Eric Xu commited on

Pass LLM credentials per-request, never store server-side
2f01b87
unverified

Eric Xu commited on

Add HuggingFace Spaces deployment support
c9d61d3
unverified

Eric Xu commited on

Fix XSS, VJP contract, binding, session security, name collisions, and error handling
ff413e9
unverified

Eric Xu commited on

Fix production issues: session overwrite, error handling, memory leaks
6dcf8e5
unverified

Eric Xu commited on

Remove personal/dating examples from all placeholders and prompts
560bae5
unverified

Eric Xu commited on

Fix 422 on counterfactual stream — remove **kwargs from endpoint
4958ab7
unverified

Eric Xu commited on

Move counterfactual params from GET query to POST+ticket to avoid log leakage
a08e54e
unverified

Eric Xu commited on

Fix missing compute_goal_weights import
33a4f71
unverified

Eric Xu commited on

Make entity, goal, and audience first-class inputs
ca21edb
unverified

Eric Xu commited on

Extract demographic filters from audience context for Nemotron cohorts
61872af
unverified

Eric Xu commited on

Restore saved sessions from disk on server startup
a81335f
unverified

Eric Xu commited on

Auto-generate changes from concerns, one-click directions flow
95b845b
unverified

Eric Xu commited on

Add goal-weighted gradient (VJP) — optimize toward objectives, not universal appeal
9198e06
unverified

Eric Xu commited on

Fix panel size overflow — hard cap Nemotron cohort to requested total
15f45fd
unverified

Eric Xu commited on

Lazy-load HuggingFace datasets to fix slow startup
f981a6b
unverified

Eric Xu commited on

Use Nemotron personas when available, add dataset setup UI
d94e0d2
unverified

Eric Xu commited on

Remove dating/relationship references from all files
92cf501
unverified

Eric Xu commited on

Auto-suggest context-aware segments from entity via LLM
0694cd1
unverified

Eric Xu commited on

Add bias audit to web interface, make web the primary entry point, switch to MIT license
8b7e05d
unverified

Eric Xu commited on

Add web interface for SGO pipeline
25a1f95
unverified

Eric Xu commited on