01 / AI platforms · reference
Multi-agent platform with an eval loop
Many agents, one turn engine, every model and vendor behind a port. Traces feed an eval runner whose verdict gates the release, so a prompt change is treated like a schema change.
Load-bearing decisions
- Providers are ports chosen by environment, never imported by feature code; swapping OpenAI for a private Azure endpoint is a config change.
- Every model call emits an OpenTelemetry span with cost and latency; a sample is scored against golden sets and drift is a release blocker.
- Guardrails run on the way in and on the way out of the router, not inside individual agents.
- Tools execute in a sandbox with allowlists and TTLs; the agent never holds a credential.
- One image runs on Cloud Run, AKS, or Container Apps; the WAF, private endpoints, and CMK are part of the Terraform, not a checklist.
TypeScript · NestJS · AI SDK · MCP · pgvector · Mem0 · OpenTelemetry · Terraform · Kubernetes