aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
15 lines • 391 B
JavaScript
/**
* 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';
//# sourceMappingURL=index.js.map