Commit Graph

8 Commits

Author SHA1 Message Date
serversdown 5f53fb32a4 feat: Refactor LLM router and integrate health check endpoint
- Simplified LLM call logic in llm_router.py, removing tool adapter complexity and enhancing error handling.
- Added health check endpoint to main.py for system status verification.
- Cleaned up router.py by removing unused imports and commented-out code, streamlining the structure.
- Updated docker-compose.yml to unify services under a single Lyra container, enhancing deployment simplicity.
- Created Dockerfile for unified container setup, including both Relay and Cortex services.
- Added QUICKSTART.md for improved onboarding and usage instructions.
- Implemented start.sh script to manage service startup and health checks.
2026-05-29 18:20:56 -04:00
claude ceb60119fb simple context added to standard mode 2025-12-21 13:01:00 -05:00
claude fa4dd46cfc cortex pipeline stablized, inner monologue is now determining user intent and tone 2025-12-13 04:13:12 -05:00
claude fe86759cfd v0.5.2 - fixed: llm router async, relay-UI mismatch, intake summarization failure, among others.
Memory relevance thresh. increased.
2025-12-12 02:58:23 -05:00
claude 5ed3fd0982 cortex rework continued. 2025-12-11 02:50:23 -05:00
claude 4acaddfd12 intake/relay rewire 2025-12-06 04:32:42 -05:00
claude fc85557f76 add. cleanup 2025-11-30 03:58:15 -05:00
claude 320bf4439b intake internalized by cortex, removed intake route in relay 2025-11-29 19:08:15 -05:00