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 patter
[Description truncada. Veja o README completo no GitHub.]