codepilot / requirements.txt
ayushm98's picture
v3.2: Complete multi-agent workflow with Explorer-first architecture
45bf590
raw
history blame
469 Bytes
# Full deployment requirements with embeddings support
# For HuggingFace Spaces with 16GB+ RAM
# Core
openai>=1.0.0
anthropic>=0.25.0
python-dotenv>=1.2.0
# E2B Sandbox
e2b-code-interpreter>=2.4.0
# LangChain (minimal)
langchain>=0.3.0
langgraph>=0.2.0
# Search - BM25 + Embeddings
rank-bm25>=0.2.2
sentence-transformers>=2.2.0
chromadb>=0.4.0
# Chainlit UI
chainlit>=1.0.0
# For dependency graphs
networkx>=3.0
# Tree-sitter for AST parsing
tree-sitter>=0.20.0