Frontend Architecture
A note from the design side: V2 was an ERP demo with the intelligence bolted on. V3 inverts that — the models, their performance, and the agent are the product; the ERP is gone. Here is the proposed shape.
We cut every CRUD surface that existed only to look like an ERP. What remains is a tight loop: a fleet of thin Chronos adapters (one per product), a way to see and trust their performance, a What-If surface to interrogate them, and an agent that turns questions into verified dashboards. Six MCP tools — not twenty — so smaller self-hosted models stay reliable. The integration model mirrors Atelier: no Forge, clean LangGraph AG-UI.
Mission control — fleet health, queue, agent activity, signals at a glance.
The 10k-adapter fleet. Search, leaderboard, per-product detail, lineage, promote/rollback.
Accuracy, backtests, drift & coverage across the fleet and over time.
Live scenario simulator over a product’s adapter — promos, price, reorders.
Autonomous dashboard builder. Plan → MCP tools → compose → judge → ship. Currently a scripted preview; live LangGraph agent + judge planned.
Conversational AG-UI assistant over the same MCP toolset.
Meteo / fuel / inflation indices from the data-collector-proxy, correlated to demand.
Redis queue, Chronos LoRA jobs, EDA, MLflow registration.
Lean ETL into a SupplyMind schema shaped for the agents, then migrate the colleague's query classes onto it. Cleaner tool contracts than adapting the raw BI DB per call.
Mocked in the UI for now (live progress on Overview). Swap to the real client once the library lands — interface is already isolated.
Planned: a second grok pass with a fixed rubric + ship threshold (0.80). Semi-deterministic: components are host-approved, never executable code. The Agent Studio currently replays a scripted preview until this is wired.
MVP trains a curated subset, not all 10k. Registry already designed for the full fleet.