adding-orchestrator-workflow
Installation
SKILL.md
Adding a New Orchestrator Workflow
This skill provides a comprehensive guide for adding new workflow endpoints to the QuAIA™ orchestrator. Workflows are FastAPI endpoints that trigger and coordinate agent tasks.
Overview
The orchestrator (orchestrator/main.py) exposes HTTP endpoints that:
- Receive external requests (webhooks, API calls)
- Route tasks to appropriate agents
- Coordinate multi-agent workflows
- Handle results and trigger follow-up actions