Skip to content

One shot workflow generation #398

@josephjclark

Description

@josephjclark

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)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions