gemini-flow
Version:
🧠Gemini Flow - AI-Powered Development Orchestration with Google Gemini API Integration
36 lines • 982 B
JSON
{
"features": {
"autoTopologySelection": true,
"parallelExecution": true,
"neuralTraining": true,
"bottleneckAnalysis": true,
"smartAutoSpawning": true,
"selfHealingWorkflows": true,
"crossSessionMemory": true,
"githubIntegration": true,
"context7Integration": true,
"smartDocumentation": true,
"contextCaching": true
},
"performance": {
"maxAgents": 10,
"defaultTopology": "hierarchical",
"executionStrategy": "parallel",
"tokenOptimization": true,
"cacheEnabled": true,
"telemetryLevel": "detailed"
},
"context7": {
"enabled": true,
"cacheTimeout": 3600,
"maxCacheSize": "100MB",
"libraryWhitelist": ["react", "nextjs", "typescript", "node", "express", "prisma", "tailwind", "lodash"],
"autoContext": true,
"serverUrl": "stdio",
"transport": "stdio",
"autoDetectLibraries": true,
"shareContextWithSwarm": true,
"maxAutoRequests": 10,
"cooldownMs": 5000
}
}