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.

12 lines (10 loc) 236 B
/** * SkillSmith - Skill Generation System * * Generates skills with platform-aware deployment. * * @module smiths/skillsmith */ export * from './types.js'; export * from './generator.js'; export * from './platform-resolver.js';