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.
42 lines (41 loc) • 1.05 kB
JSON
{
"refreshSchedule": {
"automatic": false,
"intervalDays": 7,
"onStartup": false,
"notifyOnNew": true
},
"sources": {
"anthropic": {
"enabled": true,
"endpoint": "https://api.anthropic.com/v1/models",
"requiresAuth": true,
"authEnvVar": "ANTHROPIC_API_KEY",
"cacheDuration": "7d"
},
"openai": {
"enabled": true,
"endpoint": "https://api.openai.com/v1/models",
"requiresAuth": true,
"authEnvVar": "OPENAI_API_KEY",
"cacheDuration": "7d"
},
"openrouter": {
"enabled": true,
"endpoint": "https://openrouter.ai/api/v1/models",
"requiresAuth": false,
"cacheDuration": "1d"
},
"github-litellm": {
"enabled": true,
"endpoint": "https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json",
"requiresAuth": false,
"cacheDuration": "3d"
}
},
"fallbackBehavior": {
"onSourceFailure": "use-cache",
"maxCacheAge": "30d",
"alertOnStale": true
}
}