Spaces:
Running
Running
File size: 532 Bytes
9b7c591 7f62453 9b7c591 3d60a43 9b7c591 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | fastapi uvicorn[standard] python-dotenv # LLM: set HF_TOKEN (or HUGGINGFACE_HUB_TOKEN) and AGENTS_LLM_MODEL (required — no default in code). # LiteLLM model ids: huggingface/<org>/<model>. See crew.py and .env.example. # If plain huggingface/<org>/<model> fails, try huggingface/<provider>/<org>/<model> only when the Hub # model page lists that inference provider (do not guess the provider). crewai crewai-tools litellm # Transitively required by litellm/crewai (OpenAI-compatible client + tokenizer). openai tiktoken httpx |