Deployed agent platform: live, traced and affordable

A pilot is not production. This project is everything that turns a working agent into one a team can depend on.

The brief

The operations team loved the workflow agent pilot. Now 500 employees will use it, the security team has questions, and finance wants to know what it costs.

What you will build

  • The agent served behind an API with streaming
  • Real models, with a fallback when the main one fails
  • Tracing and a cost dashboard
  • CI that tests and reviews every change
  • Locked-down permissions for anything the agent runs

Requirements

RequirementDone when
ServingRuns in the cloud behind an authenticated API
FallbackTurning off the main model switches to the backup
ObservabilityEvery run is traced; daily cost is visible
CIEvery pull request runs tests, evals and a review
SecurityA one-page answer to the security questionnaire

What to learn it from

Milestones

  1. Containerise the agent
  2. Deploy it behind an API
  3. Add tracing and the cost view
  4. Add the fallback model and test it
  5. Add CI with evals and review
  6. Write the runbook and the security answer
How it is judged
Turn off the main model provider during a demo. Users should notice nothing but a note in the traces.

Stretch goals

  • Autoscaling under load
  • Per-team budgets
  • Blue-green releases with automatic rollback

Before you call it done

Worth remembering
  • Someone else can deploy it from the runbook
  • Failure was tested, not assumed
  • Cost per run is known
Back toAll frameworks

Every expert started right here.