adpa-enterprise-framework-automation
Version:
Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe
18 lines • 866 B
TypeScript
/**
* Enhanced Provider Definitions for Interactive Provider Selection Menu
*
* Comprehensive provider configurations with metadata, setup guides,
* and status checking capabilities for the interactive selection interface.
*
* @version 2.1.3
* @author Requirements Gathering Agent Team
* @created June 2025
*
* @filepath c:\Users\menno\Source\Repos\requirements-gathering-agent\src\modules\ai\provider-definitions.ts
*/
import type { EnhancedProviderConfig } from './enhanced-types.js';
export declare const PROVIDER_DEFINITIONS: EnhancedProviderConfig[];
export declare function getProviderById(id: string): EnhancedProviderConfig | undefined;
export declare function getConfiguredProviders(): EnhancedProviderConfig[];
export declare function getAvailableProviders(): Promise<EnhancedProviderConfig[]>;
//# sourceMappingURL=provider-definitions.d.ts.map