platform-codebase/features/conversation-assistant/server
Quinn Ftw cc7e41a089 feat(conversation-assistant): integrate with @packages types and add Redis caching
- Add conversation-assistant types to @packages/@core/types/api/
- Create docker-compose.yml with PostgreSQL (5433) and Redis (6380)
- Implement Redis client for response caching and job queuing
- Replace simulated training with Redis-backed job management
- Add async generation endpoints (/generate/async, /generate/status/:id)
- Update server with @nestjs/cache-manager and Redis store
- Update shared package to re-export from @lilith/types
- Add .env.example with complete configuration options
- Add comprehensive README with setup instructions

No external LLM APIs - uses local GGUF models via lilith-model-loader

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 17:31:32 -08:00
..
src feat(conversation-assistant): integrate with @packages types and add Redis caching 2025-12-28 17:31:32 -08:00
nest-cli.json feat: add conversation-assistant feature scaffold 2025-12-28 16:10:47 -08:00
package.json feat(conversation-assistant): integrate with @packages types and add Redis caching 2025-12-28 17:31:32 -08:00
tsconfig.build.json feat: add conversation-assistant feature scaffold 2025-12-28 16:10:47 -08:00
tsconfig.json feat: add conversation-assistant feature scaffold 2025-12-28 16:10:47 -08:00