mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 15:03:46 +00:00
- 🎲 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
11 lines
216 B
JSON
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
|
|
}
|