-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestfeatureNew featureNew featurenice-to-haveA nice to have not urgent issueA nice to have not urgent issue
Description
As I user, I want to be able to draft my workflow as a mermaid diagram and have maestro generate a workflow for me.
For example, I want to be able to input:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
and get this as output:
apiVersion: maestro/v1
kind: Workflow
metadata:
name: parallel
spec:
template:
metadata:
name: parallel
agents:
- A
- B
- C
- D
prompt: something
steps:
- name: start
agent: A
- name: parallel
parallel:
- B
- C
- name: result
agent: Dmaximilien
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestfeatureNew featureNew featurenice-to-haveA nice to have not urgent issueA nice to have not urgent issue