Server Skills for LlamaFarm Framework-specific patterns and code review checklists for the LlamaFarm Server component. Overview | Property | Value | |----------|-------| | Path | | | Python | 3.12+ | | Framework | FastAPI 0.116+ | | Task Queue | Celery 5.5+ | | Validation | Pydantic 2.x, pydantic-settings | | Logging | structlog with FastAPIStructLogger | Links to Shared Skills This skill extends the shared Python skills. See: - Python Patterns - Dataclasses, comprehensions, imports - Async Patterns - async/await, asyncio, concurrency - Typing Patterns - Type hints, generics, Pydantic - Testi…