Spaces:
Running
Running
File size: 27,674 Bytes
a464cc6 4fa8b9b 6c420e2 a464cc6 6c420e2 a464cc6 6c420e2 4fa8b9b a464cc6 4fa8b9b a464cc6 4fa8b9b a464cc6 4fa8b9b a464cc6 0a1f495 a464cc6 0a1f495 a464cc6 6c420e2 a464cc6 4fa8b9b 8d45054 4fa8b9b 8d45054 a464cc6 8d45054 a464cc6 4fa8b9b 07bad0d a464cc6 07bad0d a464cc6 0a1f495 a464cc6 4fa8b9b 027ca33 4fa8b9b 6c420e2 a464cc6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 | """FastAPI HTTP wrapper for the APEX backend (Phase 5 task 5.2).
Exposes:
- POST /api/audit-log (task 4.M3a)
- POST /api/what-if-replay (task 4.M3b)
- GET /api/session-context (task 4.M3c)
- GET /api/orchestration (wave-47 cascade-#53; frontend V14 wire-flip)
- POST /api/analyze (Sarah end-to-end pipeline; JSON file paths)
- POST /api/analyze-upload (wave-48 multipart fix; driver-supplied files)
- GET /api/tspulse/anomaly (wave-48 Tier-2; IBM TSPulse r1 polyphase)
- GET /api/projector-stage-a (wave-49 V12 Pacejka 8-tier linearization)
- GET /api/projector-stage-b (wave-49 V13 SCP 3-iterate outer loop)
- GET /api/lips-harness (wave-49 V15 LIPS 4-axis ablation)
- GET /api/judges/coa-diff (wave-49 V14 paired COA verdict diff)
- GET /api/tire-degradation (wave-49 Phase 7.2 wear extrapolation)
- POST /api/critics/verdict (wave-49 D-018 tri-agent Mellea IVR critic)
- GET /api/observability/summary (wave-53 live OTel telemetry cockpit)
- GET /healthz (container readiness probe)
Deploy target: any Docker host (Modal / Fly.io / Vercel functions /
container registry). Backed by the deterministic Python modules
landed in Phase 3 + Phase 4; HTTP surface is a thin wrapper.
Production routing per D-052: Stephen-side `/api/openrouter-stream`
remains the production Granite 4.1 8B path (frontend route at Vercel
Edge). This backend service is the Vinh-lane swap-target for the
LangGraph runtime + Stream M.3 endpoints + analyze pipeline.
"""
from __future__ import annotations
import json
import os
import shutil
import tempfile
import time
from pathlib import Path
from typing import Any, Final
from fastapi import FastAPI, File, HTTPException, Request, UploadFile
from fastapi.middleware.cors import CORSMiddleware
from apex import observability_metrics
from apex.critics import run_tri_agent_critics
from apex.instruct.narrator import Narrator
from apex.instruct.openrouter_generator import build_openrouter_generator
from apex.judges import compute_coa_diff
from apex.lips import compute_lips_4_axis
from apex.observability import setup_observability
from apex.orchestration.audit_log import (
AuditLogLineTooLarge,
AuditLogStore,
)
from apex.orchestration.langgraph_runtime import run_langgraph
from apex.orchestration.session_context import SessionContextProvider
from apex.orchestration.what_if_replay import (
UnknownFixtureError,
UnknownMutationError,
run_what_if_replay,
)
from apex.physics.projection_pacejka import compute_pacejka_8_tier
from apex.physics.projection_scp import compute_scp_3_iterate
from apex.pipelines.sarah_e2e import coaching_report_to_dict
from apex.pipelines.telemetry_to_log import load_telemetry_csv
from apex.schemas import (
AuditLogResp,
HealthzResp,
OrchestrationResp,
SessionContextResp,
TSPulseResp,
WhatIfReplayResp,
)
from apex.tire_degradation import predict_tire_degradation
from apex.tspulse import detect_anomaly
# ---- Upload constraints ------------------------------------------------
# wave-48 multipart fix: /api/analyze-upload accepts driver-supplied
# telemetry + COA + debrief as multipart files. Caps are deliberately
# tight to keep the CPU-only HF Spaces deploy responsive + within the
# free-tier RAM budget.
_MAX_TELEMETRY_BYTES: int = 10 * 1024 * 1024 # 10 MiB CSV
_MAX_COA_BYTES: int = 4 * 1024 * 1024 # 4 MiB (JSON COA or PDF COA; wave-74)
_MAX_DEBRIEF_BYTES: int = 256 * 1024 # 256 KiB markdown
_ALLOWED_TELEMETRY_SUFFIX: set[str] = {".csv"}
# Wave-74: PDF accepted + bridged to canonical COA JSON via the Granite-Docling
# bridge (apex/instruct/docling_bridge.py) before pipeline execution.
_ALLOWED_COA_SUFFIX: set[str] = {".json", ".pdf"}
_ALLOWED_DEBRIEF_SUFFIX: set[str] = {".md", ".txt"}
# ---- Singletons -------------------------------------------------------
AUDIT_LOG_PATH = Path(
os.environ.get(
"APEX_AUDIT_LOG_PATH",
str(Path.home() / ".apex" / "audit-log.jsonl"),
)
)
_audit_store = AuditLogStore(file_path=AUDIT_LOG_PATH)
_session_provider = SessionContextProvider()
def _build_live_narrator() -> Narrator | None:
"""Construct a Narrator with the OpenRouter generator wired in.
Returns None when the env is missing prerequisites; callers swap to
the deterministic floor in that case. Idempotent: safe to call once
per request without paying the cost of repeated env reads in hot
paths because the underlying httpx client is reconstructed on each
`_generate()` call anyway.
"""
generator = build_openrouter_generator()
if generator is None:
return None
return Narrator(text_generator=generator)
# ---- App --------------------------------------------------------------
app = FastAPI(
title="APEX backend",
version="0.1.0",
description=(
"APEX race-engineer backend. LangGraph 6-node runtime + Stream "
"M.3 endpoints + Sarah end-to-end analyze pipeline + multipart "
"driver-upload analyze. Vinh-lane service per docs/vinh-backend-"
"plan.md Phase 5 task 5.2."
),
)
# CORS: APEX frontend on Vercel needs to call this from the browser when
# wave-48 wire-flip is active. Allow all origins in this hackathon scope;
# narrow to the production Vercel domain once the deploy lands.
_ALLOWED_ORIGINS = os.environ.get(
"APEX_CORS_ORIGINS",
"https://apex-one-black.vercel.app,http://localhost:3000",
).split(",")
app.add_middleware(
CORSMiddleware,
allow_origins=_ALLOWED_ORIGINS,
allow_credentials=False,
allow_methods=["GET", "POST", "OPTIONS"],
allow_headers=["Content-Type", "Authorization", "X-Apex-Client"],
)
# wave-48 OVERRIDE-steal #QB: initialize OpenTelemetry tracing +
# auto-instrument all FastAPI routes. No-op when APEX_OTEL_ENABLED is
# not "1"; spans export to console (or OTLP collector when
# OTEL_EXPORTER_OTLP_ENDPOINT is set).
_tracer = setup_observability(app)
# Live-metrics fallback for the /judges observability cockpit. When OTel is
# active (production HF Space), apex/observability.py's span middleware
# records each request WITH its Honeycomb trace_id. When OTel is off
# (CI/local/dev), this lightweight middleware still feeds the live panel so
# `GET /api/observability/summary` is never empty in development. Gated on
# `_tracer is None` to avoid double-counting when the OTel middleware runs.
if _tracer is None:
@app.middleware("http")
async def _apex_metrics_fallback_middleware(request: Request, call_next):
path = request.url.path
if path in {"/healthz", "/favicon.ico", "/api/observability/summary"}:
return await call_next(request)
started = time.perf_counter()
response = await call_next(request)
observability_metrics.record_request(
route=path,
method=request.method,
status=response.status_code,
duration_ms=(time.perf_counter() - started) * 1000.0,
)
return response
@app.get("/healthz", response_model=HealthzResp)
def healthz() -> HealthzResp:
"""Container readiness probe. Returns 200 once the singletons load."""
return HealthzResp(status="ok")
# ---- POST /api/audit-log ----------------------------------------------
@app.post("/api/audit-log")
async def post_audit_log(request: Request):
payload = await request.json()
if not isinstance(payload, dict):
raise HTTPException(status_code=400, detail="payload must be a JSON object")
try:
result = _audit_store.append(payload)
except AuditLogLineTooLarge as exc:
raise HTTPException(status_code=413, detail=str(exc)) from exc
return {
"persisted": result.persisted,
"line_index": result.line_index,
"file_path": result.file_path,
}
# ---- POST /api/what-if-replay -----------------------------------------
@app.post("/api/what-if-replay")
async def post_what_if_replay(request: Request):
payload = await request.json()
if not isinstance(payload, dict):
raise HTTPException(status_code=400, detail="payload must be a JSON object")
baseline_fixture_id = payload.get("baseline_fixture_id")
mutation_key = payload.get("mutation_key")
if not baseline_fixture_id or not mutation_key:
raise HTTPException(
status_code=400,
detail="payload must contain baseline_fixture_id + mutation_key",
)
try:
result = run_what_if_replay(
baseline_fixture_id=baseline_fixture_id,
mutation_key=mutation_key,
)
except (UnknownFixtureError, UnknownMutationError) as exc:
raise HTTPException(status_code=400, detail=str(exc)) from exc
return {
"mutated_fixture": result.mutated_fixture,
"replayed_violation_log": result.replayed_violation_log.to_text(),
"schema_version": result.schema_version,
"protocol_version": result.protocol_version,
}
# ---- GET /api/session-context -----------------------------------------
@app.get("/api/session-context")
def get_session_context():
resp = _session_provider.fetch()
return {
"tiles": [
{
"key": t.key,
"label": t.label,
"value": t.value,
"detail": t.detail,
"severity": t.severity,
}
for t in resp.tiles
],
"fetched_at_iso": resp.fetched_at_iso,
}
# ---- GET /api/orchestration -------------------------------------------
#
# Wave-47 cascade-#53 close (Stephen-side audit R1): frontend
# `/api/orchestration` proxies via the wave-46 wire-flip helper and
# expects a typed `OrchestrationResponse` with nodes[].id + label +
# status + elapsed_ms. This endpoint executes the canonical Sarah
# Reynolds 5-lap fixture through the LangGraph 6-node runtime + returns
# the per-node trace in the FRONTEND shape (not the analyze-trace
# shape). Bound to the canonical fixtures shipped with the repo at
# fixtures/personas/sarah-reynolds-{telemetry.csv,coa.json}; if either
# is missing, returns 503 so the frontend wire-flip helper falls back
# to canned without retrying.
def _sarah_fixtures_or_503() -> tuple[Path, Path]:
# wave-48 deploy fix: container layout (`/srv/app/apex/server.py`)
# makes `parents[3]` resolve to `/` not the repo root. Allow an
# explicit `APEX_FIXTURES_DIR` env override so the HF Spaces Docker
# image can point at `/srv/app/fixtures` without breaking the local
# dev path resolution.
env_dir = os.environ.get("APEX_FIXTURES_DIR", "").strip()
if env_dir:
base = Path(env_dir) / "personas"
else:
# Local dev: app/backend/apex/server.py -> parents[3] = repo root.
repo_root = Path(__file__).resolve().parents[3]
base = repo_root / "fixtures" / "personas"
telemetry = base / "sarah-reynolds-telemetry.csv"
coa = base / "sarah-reynolds-coa-stub.json"
if not telemetry.exists() or not coa.exists():
raise HTTPException(
status_code=503,
detail=(
f"sarah-reynolds canonical fixtures missing on backend "
f"(searched {base}; set APEX_FIXTURES_DIR env to override)"
),
)
return telemetry, coa
@app.get("/api/orchestration")
def get_orchestration() -> dict[str, Any]:
telemetry, coa = _sarah_fixtures_or_503()
trace = run_langgraph(
telemetry_csv=str(telemetry),
coa_json=str(coa),
debrief_path=None,
narrator=_build_live_narrator(),
)
# wave-48 frontend-shape mapping: LangGraph NodeStatus literal is
# {ok, error, skipped} on the Python side; frontend OrchestrationNode
# type at app/shared/types.ts:1621 expects {completed, active,
# pending, failed}. Map at the wire boundary so the consumer panel's
# exhaustive switch lands on a known case.
_status_map: dict[str, str] = {
"ok": "completed",
"error": "failed",
"skipped": "pending",
}
nodes = [
{
"id": s.node,
"label": s.node.replace("_", " ").title(),
"status": _status_map.get(s.status, "completed"),
"elapsed_ms": s.duration_ms,
}
for s in trace.steps
]
total_ms = sum(int(s.duration_ms) for s in trace.steps)
return {
"engine": "langgraph-v14-real",
"trace_id": f"sarah-langgraph-{int(total_ms)}ms",
"nodes": nodes,
"total_ms": total_ms,
"swap_point": trace.swap_point,
"compute_ms": total_ms,
}
# ---- POST /api/analyze ------------------------------------------------
@app.post("/api/analyze")
async def post_analyze(request: Request):
"""End-to-end Sarah-style analyze pipeline.
Request shape (subset of frontend AnalyzeRequestPayload):
{ "telemetry_csv_path": str,
"coa_json_path": str,
"debrief_path": str | null }
All paths must resolve to local files; production wires this to
multipart uploads + temp-dir extraction (out of scope for the
Phase 5 hackathon scaffold).
"""
payload = await request.json()
telemetry_csv = payload.get("telemetry_csv_path")
coa_json = payload.get("coa_json_path")
debrief_path = payload.get("debrief_path")
if not telemetry_csv or not coa_json:
raise HTTPException(
status_code=400,
detail="payload requires telemetry_csv_path + coa_json_path",
)
if not Path(telemetry_csv).exists() or not Path(coa_json).exists():
raise HTTPException(status_code=404, detail="fixture file not found")
trace = run_langgraph(
telemetry_csv=telemetry_csv,
coa_json=coa_json,
debrief_path=debrief_path,
narrator=_build_live_narrator(),
)
return {
"coaching_report": coaching_report_to_dict(trace.final_report),
"trace": [
{
"node": s.node,
"status": s.status,
"duration_ms": s.duration_ms,
"detail": s.detail,
}
for s in trace.steps
],
"swap_point": trace.swap_point,
}
# ---- POST /api/analyze-upload (wave-48 multipart fix) ----------------
#
# Driver-supplied telemetry + COA + debrief via multipart/form-data.
# Files are written to a per-request tempdir + run through the same
# LangGraph pipeline as /api/analyze, then cleaned up. Response shape
# is identical so the frontend can swap routes transparently.
def _validate_upload(
upload: UploadFile | None,
*,
field_name: str,
required: bool,
allowed_suffix: set[str],
max_bytes: int,
) -> bytes | None:
"""Reject too-large uploads + wrong file extensions before persisting.
Returns the file bytes on success or None when the field is optional + absent.
"""
if upload is None:
if required:
raise HTTPException(
status_code=400,
detail=f"multipart field {field_name!r} is required",
)
return None
suffix = Path(upload.filename or "").suffix.lower()
if suffix not in allowed_suffix:
raise HTTPException(
status_code=415,
detail=f"{field_name} must be one of {sorted(allowed_suffix)}; "
f"got {suffix or '(no suffix)'}",
)
# Read full bytes; FastAPI streams under the hood + the file is
# closed by the framework when the request ends.
data = upload.file.read()
if len(data) > max_bytes:
raise HTTPException(
status_code=413,
detail=f"{field_name} exceeds {max_bytes // 1024} KiB limit",
)
return data
@app.post("/api/analyze-upload")
async def post_analyze_upload(
telemetry: UploadFile = File(..., description="CSV telemetry trace"),
coa: UploadFile = File(..., description="JSON Certificate of Adaptations"),
debrief: UploadFile | None = File(default=None, description="Markdown debrief"),
):
"""End-to-end multipart analyze pipeline.
wave-48 fix for the JSON-path-only `/api/analyze` endpoint: accepts
driver-supplied files directly via multipart/form-data. Frontend
`/api/upload-telemetry` + `/upload` page wire to this route when
`NEXT_PUBLIC_USE_REAL_BACKEND_V14=1` + the backend base URL is set.
Validates extensions + size caps BEFORE touching disk so a hostile
upload can never fill /tmp on the HF Spaces CPU instance.
"""
telemetry_bytes = _validate_upload(
telemetry,
field_name="telemetry",
required=True,
allowed_suffix=_ALLOWED_TELEMETRY_SUFFIX,
max_bytes=_MAX_TELEMETRY_BYTES,
)
coa_bytes = _validate_upload(
coa,
field_name="coa",
required=True,
allowed_suffix=_ALLOWED_COA_SUFFIX,
max_bytes=_MAX_COA_BYTES,
)
debrief_bytes = _validate_upload(
debrief,
field_name="debrief",
required=False,
allowed_suffix=_ALLOWED_DEBRIEF_SUFFIX,
max_bytes=_MAX_DEBRIEF_BYTES,
)
# Wave-74: when the COA arrives as a PDF, bridge it to the canonical COA
# JSON via apex/instruct/docling_bridge (pypdf text + Granite Instruct
# structuring) BEFORE the JSON sanity-check below, so the rest of the
# pipeline is unchanged. Never guesses the simultaneity gate:
# CoaBridgeUndetermined -> 422. STATUS: needs HF Space verification + prompt
# tuning; the frontend route that uploads here is flag-gated OFF
# (NEXT_PUBLIC_USE_REAL_ANALYZE_UPLOAD) until then, so this is dormant in
# production until deliberately enabled.
coa_suffix = Path(coa.filename or "").suffix.lower()
if coa_suffix == ".pdf":
from apex.instruct.docling_bridge import (
CoaBridgeError,
CoaBridgeUndetermined,
pdf_to_coa_dict,
)
try:
coa_dict = pdf_to_coa_dict(coa_bytes)
except CoaBridgeUndetermined as exc:
raise HTTPException(status_code=422, detail=str(exc)) from exc
except CoaBridgeError as exc:
raise HTTPException(
status_code=422, detail=f"COA PDF could not be parsed: {exc}"
) from exc
coa_bytes = json.dumps(coa_dict).encode("utf-8")
# JSON sanity-check on the COA payload before pipeline execution so
# the 400 fires HERE instead of deep inside the parser.
try:
json.loads(coa_bytes.decode("utf-8"))
except (UnicodeDecodeError, json.JSONDecodeError) as exc:
raise HTTPException(
status_code=400,
detail=f"coa payload is not valid JSON: {exc}",
) from exc
# Per-request tempdir; cleanup in finally guarantees no leak even
# when run_langgraph() raises.
tmpdir = Path(tempfile.mkdtemp(prefix="apex-analyze-"))
try:
telemetry_path = tmpdir / "telemetry.csv"
coa_path = tmpdir / "coa.json"
debrief_path = tmpdir / "debrief.md" if debrief_bytes else None
telemetry_path.write_bytes(telemetry_bytes)
coa_path.write_bytes(coa_bytes)
if debrief_path:
debrief_path.write_bytes(debrief_bytes)
trace = run_langgraph(
telemetry_csv=telemetry_path,
coa_json=coa_path,
debrief_path=debrief_path,
narrator=_build_live_narrator(),
)
return {
"coaching_report": coaching_report_to_dict(trace.final_report),
"trace": [
{
"node": s.node,
"status": s.status,
"duration_ms": s.duration_ms,
"detail": s.detail,
}
for s in trace.steps
],
"swap_point": trace.swap_point,
}
finally:
shutil.rmtree(tmpdir, ignore_errors=True)
# ---- GET /api/tspulse/anomaly (wave-48 Tier-2 ship; Vinh M3-V7) ------
#
# IBM TSPulse r1 polyphase anomaly detector against the canonical Sarah
# Reynolds telemetry fixture. When env `APEX_ENABLE_TSPULSE=1` is set
# the route invokes the real model via `tsfm_public`; otherwise the
# deterministic brake-pressure heuristic stub runs + the honest engine
# label "tspulse-stub" appears in the response.
#
# Response shape matches the frontend `TSPulseResponse` discriminated-
# union per `app/shared/types.ts` so the wire-flip helper drops the
# upstream body straight onto the panel state.
import time as _time
# Map TSPulse-scanned telemetry channels to frequency-band labels per
# the polyphase decomposition the frontend `TSPulseBand` union encodes.
# Adaptive-driver telemetry exhibits anomalies preferentially in these
# bands: speed = low (smooth dynamics), brake = mid (pulse-like driver
# input), steering = high (fast control response). Channels not in this
# map default to "low".
_CHANNEL_TO_BAND: Final[dict[str, str]] = {
"speed_mps": "low",
"brake_pa": "mid",
"steering_rad": "high",
"gear": "dc",
"coa_overlap_flag": "dc",
}
@app.get("/api/tspulse/anomaly")
def get_tspulse_anomaly() -> dict[str, Any]:
t_start = _time.time()
telemetry_path, _ = _sarah_fixtures_or_503()
telemetry = load_telemetry_csv(telemetry_path)
result = detect_anomaly(telemetry)
detection_ms = int((_time.time() - t_start) * 1000)
bands_set: list[str] = []
seen: set[str] = set()
for ch in result.channels_scanned:
band = _CHANNEL_TO_BAND.get(ch, "low")
if band not in seen:
seen.add(band)
bands_set.append(band)
if result.has_anomaly:
state = {
"status": "anomaly",
"window_index": result.window_index,
"score": result.score,
"threshold_p95": result.threshold,
"affected_bands": bands_set if bands_set else ["mid"],
"detection_ms": detection_ms,
}
else:
state = {
"status": "clean",
"window_index": result.window_index,
"score": result.score,
"threshold_p95": result.threshold,
"detection_ms": detection_ms,
}
return {
"engine": result.engine,
"compute_ms": detection_ms,
"state": state,
"swap_point": (
"Vinh M3-V7 -> app/backend/apex/tspulse/anomaly.py "
"(IBM Granite TimeSeries TSPulse r1 polyphase anomaly head)"
),
}
# ---- Wave-49 backend completion endpoints ----------------------------
#
# Five new GET/POST routes that fill the previously canned-fallback
# wire-flip surfaces with real backend computation:
# - GET /api/projector-stage-a (V12 Pacejka 8-tier projector)
# - GET /api/projector-stage-b (V13 SCP 3-iterate outer loop)
# - GET /api/lips-harness (V15 LIPS 4-axis ablation harness)
# - GET /api/judges/coa-diff (V14 paired COA verdict diff)
# - GET /api/tire-degradation (Phase 7.2 wear extrapolation)
# - POST /api/critics/verdict (D-018 Mellea tri-agent critic IVR)
@app.get("/api/projector-stage-a")
def get_projector_stage_a() -> dict[str, Any]:
"""V12 8-tier Pacejka linearization residual trace."""
telemetry, coa = _sarah_fixtures_or_503()
return compute_pacejka_8_tier(
telemetry_csv=str(telemetry),
coa_json=str(coa),
)
@app.get("/api/projector-stage-b")
def get_projector_stage_b() -> dict[str, Any]:
"""V13 3-iterate SCP outer-loop convergence trace."""
telemetry, coa = _sarah_fixtures_or_503()
return compute_scp_3_iterate(
telemetry_csv=str(telemetry),
coa_json=str(coa),
)
@app.get("/api/lips-harness")
def get_lips_harness() -> dict[str, Any]:
"""V15 LIPS 4-axis ablation table on the canonical Sarah fixture."""
telemetry, coa = _sarah_fixtures_or_503()
return compute_lips_4_axis(
telemetry_csv=str(telemetry),
coa_json=str(coa),
)
@app.get("/api/judges/coa-diff")
def get_judges_coa_diff() -> dict[str, Any]:
"""V14 paired COA-permitted vs COA-blocked verdict diff."""
telemetry, coa = _sarah_fixtures_or_503()
try:
return compute_coa_diff(
telemetry_csv=str(telemetry),
coa_json=str(coa),
)
except Exception as exc:
# Code-reviewer wave-50 BLOCKER #2 close: prior catch leaked
# traceback.format_exc() + internal exception class names to
# unauthenticated clients hitting the HF Space + emitted an
# engine literal ("coa-diff-error") outside the canonical
# COADiffResponse.engine union. Both vectors fixed: log
# server-side at ERROR level + raise HTTPException 500 with a
# generic message. Frontend wire-flip helper falls through to
# canned-fallback per design, so the user-visible UI stays
# honest + the public route no longer leaks internals.
import logging
logging.getLogger("apex.server").error(
"coa_diff_failed",
extra={"error_type": type(exc).__name__},
exc_info=True,
)
raise HTTPException(
status_code=500,
detail="coa-diff computation failed; see server logs",
) from exc
@app.get("/api/tire-degradation")
def get_tire_degradation() -> dict[str, Any]:
"""Tire degradation predictor (TTM r2 forecast consumer)."""
telemetry, _coa = _sarah_fixtures_or_503()
return predict_tire_degradation(
telemetry_csv=str(telemetry),
compound="soft",
horizon_laps=10,
current_stint_lap=1,
)
@app.post("/api/critics/verdict")
async def post_critics_verdict(request: Request) -> dict[str, Any]:
"""D-018 Mellea tri-agent critic IVR loop.
Request body shape:
{ "report_summary": "<text summary of the coaching report>" }
"""
payload = await request.json()
if not isinstance(payload, dict):
raise HTTPException(status_code=400, detail="payload must be a JSON object")
report_summary = payload.get("report_summary", "")
if not isinstance(report_summary, str) or not report_summary.strip():
raise HTTPException(
status_code=400,
detail="payload must contain non-empty string 'report_summary'",
)
return run_tri_agent_critics(report_summary)
# ---- GET /api/observability/summary -----------------------------------
@app.get("/api/observability/summary")
def get_observability_summary() -> dict[str, Any]:
"""Live in-process request telemetry for the /judges observability cockpit.
Honest in-product mirror of the same spans this service exports to
Honeycomb over OTLP (see apex/observability.py). Every number is REAL
traffic served since process boot; a cold start reports zeroes, never
fabricated values. Each recent request carries its Honeycomb trace_id so
the frontend can deep-link into the real trace waterfall.
"""
otel_enabled = os.environ.get("APEX_OTEL_ENABLED", "").strip().lower() in {
"1",
"true",
"yes",
}
otlp_endpoint = os.environ.get("OTEL_EXPORTER_OTLP_ENDPOINT", "").strip()
otlp_active = bool(otel_enabled and otlp_endpoint)
if otlp_active:
exporter = "otlp"
elif otel_enabled:
exporter = "console"
else:
exporter = "none"
return {
"service_name": os.environ.get("OTEL_SERVICE_NAME", "apex-backend"),
"otel_enabled": otel_enabled,
"otlp_active": otlp_active,
"exporter": exporter,
"captured_at": time.time(),
**observability_metrics.snapshot(),
}
__all__ = ["app"]
|