UNPKG

aiwg

Version:

Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.

11 lines (10 loc) 268 B
export class RuntimeDiscovery { basePath: string; constructor(); discover(): Promise<any>; verify(): Promise<any>; getCatalog(): Promise<any>; generateDefinition(): Promise<any>; checkTool(toolName: string): Promise<any>; getSummary(): Promise<any>; }