litestar-ai-serving
Installation
SKILL.md
Litestar AI Serving
Use this skill for HTTP-facing AI agent endpoints, Google ADK integration, session-backed conversations, and Litestar service boundaries around model workflows.
Code Style Rules
- Keep agent orchestration behind service functions or providers.
- Use typed request and response DTOs at the HTTP boundary.
- Store multi-turn state through the project's database stack.
- Stream only when the client contract needs incremental output.
Quick Reference
- AI serving patterns: ai-serving.md
- Pair with sqlspec for ADK session stores.
- Pair with litestar-realtime for streaming or event fan-out.