01
Enterprise Agent System · 2026
EnergyOps Agent From campus meter readings to trusted ledgers and governed agent operations.
A campus energy operations platform: raw cumulative readings from hundreds of meters become three trustworthy ledgers — usage, anomalies, and settlement — with a permission- and confirmation-bound conversational agent inside WPS Comate.
Business problem: unstable cumulative readings must become auditable statistics and settlement, while the agent must operate business capabilities without overstepping. I led the design and delivery of agent runtime governance and the eval loop; my mentor owned business direction.
- Cumulative readings
- Quality states
- Interval usage
- Layered aggregation
- Diagnosis
- Alert loop
- Agent calls
- Data Quality
- Seven quality states plus a trusted whitelist; only trusted intervals enter aggregation — no unsupported estimates.
- Runtime Governance
- Dozens of MCP tools consolidated into six capability bundles with R0/R1/R2 risk tiers and Before/After Tool hook chains.
- Recoverable Ops
- Idempotency windows, persisted task state, and startup backfill — restarts and out-of-order data leave no aggregation gaps.
- Eval
- replay eval · task completion ≈ +12pt
- Security
- all internal privilege cases blocked
- Perf
- core API P95 ≈ −86% (fixed query set)
- Ops
- manual backfills ≈ −70% · scheduler 99%+
- Pipeline
- raw → interval → hourly → daily
Python · FastAPI · PostgreSQL · MCP · WPS Comate · pytest