-
Notifications
You must be signed in to change notification settings - Fork 4
Open
0 / 10 of 1 issue completedLabels
Description
Hypothesis
If we make it possible to build a fully functional workflow from a prompt, then that will make it easier for new users to get started.
Problem Observations
- Users who create new workflows with AI are confused because the workflow looks "done" (great for demos!) but is actually empty — no job code in any step.
- Users currently have to manually go into each step and edit it individually.
- The workflow assistant and job code assistant are separate systems with no shared context.
Tech Scope
In scope:
- Build a Supervisor Agent that decomposes user requests into tasks across steps
- Connect workflow and job code assistants to supervisor into a unified multi-agent architecture
- Attach all relevant state required for writing successful workflows (workflow edges, nodes, job code)
Out of scope:
- “Global” agent that operates on entire project (this work is focused only on workflows) see Global Assistant #325
- Running/debugging workflows (next epic)
- Backend-hosted agents, DB access, MCP server (future)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Epics In Progress