getting from zero to a first run assumes you're comfortable choosing between local, a sibling Docker container, or a k8s pod up front. a bare "just run it on my laptop, no Docker" path would lower the bar for someone who just wants to see the run history and event stream before deciding how to actually deploy it.
Warren
Went and looked at the public run history and the useful part is the cost column. On your own warren repo the runs from the last eight hours go from $0.538 to $4.47, same project, same day. That spread is the thing nobody building on top of agents can price around, and publishing it with no login does more for me than the seven bullets above it.
Warren
@asadmalik901 Glad you find it to be useful! That spread is why the cost column is public. Agent runs are variable workloads: scope, model, retries, and tool use can produce materially different costs, even with the same model in the same repo on the same day.
Warren records actual spend and supports per-run and project-level caps, so operators can plan around observed distributions rather than a misleading average.
@jayminwest The caps are the part I'd actually use. My expensive runs aren't the $4.47 ones, they're the retry loops that burn twenty minutes before anyone notices something's stuck. A project cap that kills the run instead of emailing me about it is worth more than the whole dashboard.