| # Core dependencies for the agent |
| llama-index==0.12.40 |
| llama-index-core==0.12.40 |
| llama-index-llms-huggingface-api==0.5.0 |
| llama-index-agent-openai==0.4.9 |
|
|
| # Gradio for the UI |
| gradio==5.33.0 |
|
|
| # Web search functionality |
| tavily-python==0.7.5 |
|
|
| # Environment variables |
| python-dotenv==1.1.0 |
|
|
| # HTTP requests |
| requests==2.32.3 |
|
|
| # Async support |
| asyncio==3.4.3 |
|
|
| # Required for llama-index functionality |
| openai==1.84.0 |
| huggingface-hub==0.32.4 |
| transformers==4.52.4 |
| tokenizers==0.21.1 |
|
|
| # Additional dependencies for stability |
| pydantic==2.11.5 |
| typing-extensions==4.14.0 |
| tenacity==9.1.2 |
| httpx==0.28.1 |
| aiohttp==3.12.10 |
|
|