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

6 lines 436 B
import type { ChatMessage } from '../modules/ai/types'; export declare function testSummaryGeneration(context: string): Promise<string | null>; export declare function testUserStoriesGeneration(context: string): Promise<string | null>; export declare function testDirectAICall(messages: ChatMessage[], maxTokens: number): Promise<string>; export declare function testAIHealth(): Promise<boolean>; //# sourceMappingURL=testUtils.d.ts.map