Skip to content

One shot workflow generation via API (no usage in app) #398

@josephjclark

Description

@josephjclark

Deliverables:

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 that the planner can slice up the user's context (ie the workflow yaml) into a relevant shape for each tool
  • 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)

Tracking: #404

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions