UNPKG

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

22 lines 718 B
/** * Core AI Types and Interfaces Module for Requirements Gathering Agent * * Defines essential TypeScript interfaces and types for AI provider integration, * message handling, and response processing across the system. * * @version 2.1.3 * @author Requirements Gathering Agent Team * @created 2024 * @updated June 2025 * * Key Features: * - Comprehensive AI provider type definitions * - Message and response interface specifications * - Metrics and performance tracking types * - Configuration and validation interfaces * - Cross-module type consistency * * @filepath c:\Users\menno\Source\Repos\requirements-gathering-agent\src\modules\ai\types.ts */ export {}; //# sourceMappingURL=types.js.map