Sign in
◑
Theme
dart
/
vibepad
/
HEAD
/
.
/
packages
/
frontend
/
lib
/
features
/
agent
/
models
/
agent_run_state.dart
blob: c7fc72b609c2e6e463ac298b9bcb16cbe71d2442 [
file
]
/// Execution state of the agent UI while a run is in flight.
enum AgentRunState
{
idle
,
running
,
}