nexus-agents - v2.80.0
    Preparing search index...

    Interface IOrchestratorFactory

    Factory for creating orchestrators.

    interface IOrchestratorFactory {
        create(
            type: OrchestratorType,
            config?: Record<string, unknown>,
        ): IOrchestrator;
        listTypes(): OrchestratorType[];
    }

    Implemented by

    Index

    Methods