workflow-orchestrator / openenv.yaml
kartikmandar's picture
chore: scaffold workflow_orchestrator environment via openenv init
cc864d7
raw
history blame contribute delete
435 Bytes
spec_version: 1
name: workflow_orchestrator
description: >
LLM agent orchestrates DAG-based workflows of subtasks across simulated
specialist agents with varying capabilities and failure rates. Tests
coordination, delegation, parallelism, failure recovery, and cost management.
type: space
runtime: fastapi
app: server.app:app
port: 8000
tags:
- openenv
- orchestration
- multi-agent
- workflow
- dag
- coordination