blob: c7fc72b609c2e6e463ac298b9bcb16cbe71d2442 [file]
/// Execution state of the agent UI while a run is in flight.
enum AgentRunState {
idle,
running,
}