Commit Graph

3 Commits

Author SHA1 Message Date
Danny Garcia d5525b12b2
Merge pull request #1 from dannyjosephgarcia/WOOL-9
feat: add FastAPI skeleton for LLM chat service
2026-01-13 12:51:12 -06:00
Danny Garcia 84de9a02c8 feat: add FastAPI skeleton for LLM chat service
- POST /chat endpoint with message and conversation_id support
- GET /health endpoint for Cloud Run health checks
- Local and Remote LLM adapters with async httpx
- Pydantic schemas and environment-based config
- Dockerfile configured for Cloud Run deployment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 19:32:57 -06:00
Danny 11e7675c52 init: initial commit 2026-01-05 16:23:12 -06:00