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.

10 lines (9 loc) 431 B
export function getPackageRoot(): string; export function loadConfig(): Promise<any>; export function saveConfig(config: any): Promise<void>; export function getChannel(): Promise<string>; export function getFrameworkRoot(): Promise<string>; export function switchToEdge(): Promise<void>; export function switchToStable(): Promise<void>; export function getVersionInfo(): Promise<any>; export function updateEdge(): Promise<void>;