skills/smithery.ai/adding-orchestrator-workflow

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:

  1. Receive external requests (webhooks, API calls)
  2. Route tasks to appropriate agents
  3. Coordinate multi-agent workflows
  4. Handle results and trigger follow-up actions

Workflow Architecture

Installs
1
First Seen
Mar 22, 2026
adding-orchestrator-workflow from smithery.ai