ruvector/packages/agentic-synth/config/synth.config.example.json
Claude e333830d15
feat: Add agentic-synth package with comprehensive SDK and CLI
- 🎲 Standalone synthetic data generator with SDK and CLI (npx agentic-synth)
- 🤖 Multi-provider AI integration (Gemini & OpenRouter)
-  Context caching and intelligent model routing
- 📊 Multiple data types: time-series, events, structured data
- 🔌 Optional integrations: midstreamer, agentic-robotics, ruvector
- 🧪 98% test coverage with comprehensive test suite
- 📈 Benchmarking and performance optimization
- 📚 SEO-optimized documentation with 35+ keywords
- 🚀 Production-ready with ESM/CJS dual format exports

Built by 5-agent swarm: architect, coder, tester, perf-analyzer, api-docs
2025-11-21 22:09:46 +00:00

11 lines
216 B
JSON

{
"provider": "gemini",
"model": "gemini-2.0-flash-exp",
"cacheStrategy": "memory",
"cacheTTL": 3600,
"maxRetries": 3,
"timeout": 30000,
"streaming": false,
"automation": false,
"vectorDB": false
}