Flowers Console
Flowers Console is the operator UI for durable workflow execution. In the Forge program it is the place to inspect runs that outlive a single process or single agent call.
What it should show
The console should make these surfaces visible:
- execution list and status
- execution detail
- signal sender
- journal inspector
- workflow events
- tool and model step metadata
- Forge identity and telemetry fields when available
Current status
The repository contains a scaffolded React and TypeScript app under
flowers-console/. It includes types matching the Flowers runtime and an HTTP
client contract. It is not yet a complete production console.
Forge relationship
Forge creates agent logic and resolved plans. Flowers provides durable
execution. The bridge between them maps ResolvedBrewPlan and workflow
handlers into the Flowers execution model.
See Aut0 deployment and Topology and Brews.