-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Deliverables:
- Call the global assistant endpoint and ask it to generate a workflow.yaml with job code. See Draft Doc for examples
Details:
- This is clean one-shot generation only. No edits. Limited app context required (this is important - we are NOT yet including the ability to dynamically pull context from lightning)
Steps:
- Implement planning agent
- Ensure user questions are properly routed to the planner agent (when do we route to the planning agent? Eg if generating a workflow with job code)
- Ensure the planning agent itself picks the appropriate agents (ie, call workflow gen for yaml, job chat gen for code), and can call several times within a single task. Ensure context is preserved and information is not forgotten
- Ensure that the final answer passed to the user makes sense, and has appropriate attachments
- Create test cases (pick 1? 2? 3? from the draft doc) and ensure product owners can validate results
- Test in app with loom?
App Integration:
- How and when do we integrate this in the app? This issue only solves NEW workflows, which doesn't really work in the app right now (maybe we can couple to the new workflow wizard flow? Do we still call them wizards? idk)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress