ruvector/npm/packages/agentic-synth/config/synth.config.example.json
rUv 61dc08c04f fix: Update doc links and move packages to npm/packages
- docs/guide/GETTING_STARTED.md → docs/guides/GETTING_STARTED.md
- docs/gnn-layer-implementation.md → docs/gnn/gnn-layer-implementation.md
- Move packages/* to npm/packages/ for consolidation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 16:54:39 +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
}