python-skills
Installation
SKILL.md
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 | server/ |
3.12+ | FastAPI, Celery, Pydantic, structlog |
| RAG | rag/ |
3.11+ | LlamaIndex, ChromaDB, Celery |
| Universal Runtime | runtimes/universal/ |
3.11+ | PyTorch, transformers, FastAPI |
| Config | config/ |
3.11+ | Pydantic, JSONSchema |
| Common | common/ |
3.10+ | HuggingFace Hub |