Commit Graph

2 Commits

Author SHA1 Message Date
Danny 77260c3e08 feat: yaml files for llm reasoning 2026-01-30 10:37:00 -06:00
Danny b0211b944d feat: replace Redis with in-memory conversation storage
- Remove Redis dependency and redis_client.py
- Implement ConversationMemory with module-level dictionary
- Add TTL support via timestamp checking
- Remove redis_connected from health endpoint
- Add embeddings, intent classification, and RAG prompt modules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:34:47 -06:00