cortexweaver
Version:
CortexWeaver is a command-line interface (CLI) tool that orchestrates a swarm of specialized AI agents, powered by Claude Code and Gemini CLI, to assist in software development. It transforms a high-level project plan (plan.md) into a series of coordinate
22 lines • 383 B
JSON
{
"models": {
"claude": "claude-3-opus-20240229",
"gemini": "gemini-pro"
},
"costs": {
"claudeTokenCost": 0.015,
"geminiTokenCost": 0.0005
},
"budget": {
"maxTokens": 50000,
"maxCost": 500
},
"parallelism": {
"maxConcurrentTasks": 5,
"maxConcurrentAgents": 3
},
"monitoring": {
"enableMetrics": true,
"logLevel": "info"
}
}