Workflow DAG spec for Agentd

t-359·WorkTask·
·
·
·Omni/Agentd.hs
Created1 month ago·Updated1 month ago

Description

Edit

Add workflow.yaml format for declaring multi-step agent workflows. Each step has: run (md file), inputs (files), outputs (files). Agentd builds DAG from declared inputs/outputs, validates all inputs are satisfied (either by another step's output or pre-existing), runs steps in topological order, parallelizes independent branches. Make-style dependency semantics.

Timeline (2)

🔄[human]Open → InProgress1 month ago
🔄[human]InProgress → Done1 month ago