Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruff==0.15.4
pre-commit==4.5.1
pytest==9.0.2
pytest-asyncio==1.3.0
ruff==0.15.15
pre-commit==4.6.0
pytest==9.0.3
pytest-asyncio==1.4.0
4 changes: 2 additions & 2 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
pyautogui==0.9.54
openpyxl==3.1.5
python-pptx==1.0.2
crawl4ai==0.8.0
browser-use==0.12.0
crawl4ai==0.8.6
browser-use==0.12.9
88 changes: 44 additions & 44 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
# Web Framework
fastapi==0.134.0
uvicorn[standard]==0.41.0
python-multipart==0.0.22
fastapi==0.136.3
uvicorn[standard]==0.48.0
python-multipart==0.0.29

# LangChain & LangGraph (1.x)
langgraph>=1.0.0
langgraph-checkpoint>=2.0.0
langgraph-checkpoint-postgres>=2.0.0
langchain>=1.0.0
langchain-openai>=1.0.0
langchain-anthropic>=1.0.0
langchain-core>=1.0.0
langchain-community>=0.4.0
mem0ai>=0.0.7
langgraph>=1.2.2
langgraph-checkpoint>=4.1.1
langgraph-checkpoint-postgres>=3.1.0
langchain>=1.3.2
langchain-openai>=1.2.2
langchain-anthropic>=1.4.4
langchain-core>=1.4.0
langchain-community>=0.4.2
mem0ai>=2.0.4

# Database & Persistence
psycopg[binary]==3.3.3
psycopg[binary]==3.3.4
pgvector==0.4.2
sqlalchemy>=2.0.25
sqlalchemy>=2.0.50

# Tools
tavily-python==0.7.22
e2b-code-interpreter==2.4.1
playwright>=1.47.0
langchain-mcp-adapters==0.2.1
mcp==1.26.0
dashscope>=1.24.6 # DashScope SDK (ASR/TTS)
tavily-python==0.7.25
e2b-code-interpreter==2.7.0
playwright>=1.60.0
langchain-mcp-adapters==0.2.2
mcp==1.27.2
dashscope>=1.25.19 # DashScope SDK (ASR/TTS)

# Utilities
python-dotenv==1.2.1
pydantic==2.12.5
pydantic-settings==2.13.1
python-dotenv==1.2.2
pydantic==2.13.4
pydantic-settings==2.14.1
httpx==0.28.1

# Optional heavy tool deps moved to requirements-optional.txt
# Async support
aiofiles>=24.1.0
prometheus-client==0.24.1
tiktoken>=0.6.0
pillow>=10.0.0
requests>=2.31.0
markdownify>=0.12.0
matplotlib>=3.9.0
greenlet>=3.1.1
aiofiles>=25.1.0
prometheus-client==0.25.0
tiktoken>=0.13.0
pillow>=12.2.0
requests>=2.34.2
markdownify>=1.2.2
matplotlib>=3.10.9
greenlet>=3.5.1

# RAG & Export (optional but commonly used)
# These have try/except guards - install for full functionality
pymupdf>=1.23.0 # PDF parsing
python-docx>=0.8.11 # DOCX parsing/export
chromadb>=0.4.0 # Vector store for RAG
weasyprint>=60.0 # PDF export
jinja2>=3.1.0 # HTML template rendering
markdown>=3.5.0 # Markdown to HTML conversion
openai>=1.0.0 # OpenAI embeddings API
pymupdf>=1.27.2.3 # PDF parsing
python-docx>=1.2.0 # DOCX parsing/export
chromadb>=1.5.9 # Vector store for RAG
weasyprint>=68.1 # PDF export
jinja2>=3.1.6 # HTML template rendering
markdown>=3.10.2 # Markdown to HTML conversion
openai>=2.38.0 # OpenAI embeddings API

# Real-time Feed Providers (optional)
# Install for Twitter/Reddit/HackerNews search
tweepy>=4.14.0 # Twitter/X API v2
praw>=7.7.0 # Reddit API
duckduckgo-search>=6.0.0 # DuckDuckGo (no API key)
tweepy>=4.16.0 # Twitter/X API v2
praw>=7.8.1 # Reddit API
duckduckgo-search>=8.1.1 # DuckDuckGo (no API key)

# Academic Search Providers (optional)
# Install for arXiv/Semantic Scholar/PubMed search
arxiv>=2.1.0 # arXiv API
biopython>=1.83 # PubMed/NCBI Entrez
exa-py>=1.0.0 # Exa.ai neural search
arxiv>=4.0.0 # arXiv API
biopython>=1.87 # PubMed/NCBI Entrez
exa-py>=2.13.0 # Exa.ai neural search

Loading