Python Skills for LlamaFarm Shared Python best practices and code review checklists for all Python components in the LlamaFarm monorepo. Applicable Components | Component | Path | Python | Key Dependencies | |-----------|------|--------|-----------------| | Server | | 3.12+ | FastAPI, Celery, Pydantic, structlog | | RAG | | 3.11+ | LlamaIndex, ChromaDB, Celery | | Universal Runtime | | 3.11+ | PyTorch, transformers, FastAPI | | Config | | 3.11+ | Pydantic, JSONSchema | | Common | | 3.10+ | HuggingFace Hub | Quick Reference | Topic | File | Key Points | |-------|------|------------| | Patterns…