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.
16 lines (14 loc) • 359 B
text/typescript
/**
* AIWG Model Catalog
*
* Living database of AI models across providers with:
* - Auto-refresh from public sources (Anthropic, OpenRouter, LiteLLM)
* - Custom model registration
* - Deprecation tracking
* - Capability metadata
*
* @module catalog
*/
export * from './types.js';
// export * from './loader.js';
// export * from './refresher.js';