Creates a new Orchestrator agent with the given options. This is the preferred factory function for creating coordination agents.
Optionaloptions: Partial<BaseAgentOptions> & { orchestratorOptions?: OrchestratorOptions }Agent configuration options
Orchestrator agent instance
Agents exports - Agent framework, Orchestrator, Experts Split from index.ts for file size compliance (Issue #285)