Implements fallback: Ollama → API → Keywords - Add KeywordLlm provider (always available, keyword-based matching) - Add LlmManager for managing provider fallback chain - Add blue_llm_providers tool to show chain status - Keywords provider uses Jaccard similarity for text matching The system now gracefully degrades when LLM providers are unavailable: 1. Try local Ollama first (best quality) 2. Fall back to API if configured (ANTHROPIC_API_KEY/OPENAI_API_KEY) 3. Fall back to keyword matching (always works, basic functionality) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| blue-core | ||
| blue-mcp | ||
| blue-ollama | ||