# orchestrator_route > Decide next agents to route based on artifact role and payload. - Author: Jonghun Shin - Repository: ozingmw/Agent_Trading_Company - Version: 20260131212608 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ozingmw/Agent_Trading_Company - Web: https://mule.run/skillshub/@@ozingmw/Agent_Trading_Company~orchestrator_route:20260131212608 --- --- name: orchestrator_route description: Decide next agents to route based on artifact role and payload. --- Inputs: - role: string - payload: object - enabled_agents: list of {agent_id, role} Rules: - Route chain: orchestrator(startup|interval)->collector->analyst->critic->executor->portfolio->judge - Return list of agent_ids for next step Return JSON: { "targets": [string] }