| [project] |
| name = "agenticai" |
| version = "0.1.0" |
| description = "Agentic AI project" |
| readme = "README.md" |
| requires-python = "==3.12.*" |
|
|
| dependencies = [ |
| |
| |
| |
| "openai>=2.8.1", |
| "openai-agents>=0.5.1", |
| "anthropic>=0.49.0", |
| "langchain-openai>=1.1.14", |
| "langchain-anthropic>=1.4.6", |
| "langchain_huggingface>=1.1.0", |
| "langchain_ollama>=1.0.0", |
| "langchain_google_genai>=3.0.3", |
| "langchain_groq>=1.0.1", |
| |
| |
| |
| "langchain>=1.3.9", |
| "langchain-community>=0.4.1", |
| "langgraph>=1.0.10rc1", |
| "langgraph-checkpoint-sqlite>=3.0.0", |
| "langsmith>=0.8.18", |
| "langchain-text-splitters>=1.1.2", |
| "langchain-chroma>=1.0.0", |
| "html2text>=2025.4.15", |
| "traceloop-sdk>=0.33.0", |
| |
| |
| |
| "llama-index>=0.14.15", |
| "llama-index-llms-google-genai>=0.8.7", |
| "llama-index-embeddings-google-genai>=0.3.2", |
| "google-generativeai>=0.8.6", |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| "faiss-cpu>=1.13.0", |
| "chromadb>=0.4.0", |
| "sentence-transformers>=5.1.2", |
| "pymupdf", |
| "pypdf>=6.13.3", |
| "pypdf2>=3.0.1", |
| "arxiv>=2.3.1", |
| "wikipedia>=1.4.0", |
| |
| |
| |
| "autogen-agentchat==0.7.5", |
| "autogen-ext[grpc,mcp,ollama,openai]==0.7.5", |
| "asyncio", |
| "phidata>=2.0.0", |
| |
| |
| |
| "mcp-server-fetch>=2025.1.17", |
| "mcp[cli]>=1.21.2", |
| |
| |
| |
| "psutil>=7.0.0", |
| "python-dotenv>=1.2.2", |
| "requests>=2.33.0", |
| "aiohttp>=3.14.1", |
| "httpx>=0.28.1", |
| "speedtest-cli>=2.1.3", |
| "logfire", |
| "google-search-results", |
| "smithery>=0.4.4", |
| "sendgrid", |
| |
| |
| |
| "playwright>=1.51.0", |
| "beautifulsoup4>=4.12.3", |
| "lxml>=6.1.0", |
| "feedparser>=6.0.11", |
| |
| |
| |
| "yfinance>=0.2.66", |
| "textblob>=0.17.1", |
| "polygon-api-client>=1.16.3", |
| |
| |
| |
| "plotly>=6.5.0", |
| "streamlit>=1.54.0", |
| "reportlab>=4.4.5", |
| "fastapi", |
| "uvicorn", |
| "pandas", |
| "openpyxl>=3.1.0", |
| |
| |
| |
| "Pillow", |
| "python-docx", |
| "matplotlib", |
| "fpdf", |
| "extra-streamlit-components", |
| "nest_asyncio", |
| |
| |
| |
| "yt_dlp>=2026.6.9", |
| "openai-whisper==20250625", |
| "numba==0.65.1", |
| "llvmlite==0.47.0", |
| "kokoro-onnx>=0.5.0", |
| "soundfile>=0.14.0", |
| |
| |
| |
| "scikit-learn>=1.7.2", |
| "huggingface_hub>=0.23.2", |
| "datasets>=4.4.1", |
| |
| |
| |
| "ipykernel>=7.1.0", |
| |
| |
| |
| "ddgs>=9.9.2", |
| "duckduckgo_search", |
| "azure-identity>=1.25.1", |
| "azure-mgmt-resource>=23.0.1", |
| "azure-mgmt-compute>=30.3.0", |
| "azure-mgmt-monitor>=6.0.2", |
| "azure-monitor-query>=1.2.0", |
| "PyGithub>=2.1.1", |
| |
| |
| |
| "langfuse>=3.0.0", |
| "openinference-instrumentation-autogen>=0.1.0", |
| "openinference-instrumentation-openai>=0.1.15", |
| "opentelemetry-sdk>=1.20.0", |
| "opentelemetry-exporter-otlp>=1.20.0", |
| "opentelemetry-api>=1.20.0", |
| |
| |
| |
| "google-auth>=2.22.0", |
| "google-auth-oauthlib>=0.4.6", |
| "google-auth-httplib2>=0.1.0", |
| "autoflake>=1.5.0", |
| "psycopg2-binary>=2.9.9", |
| "sqlalchemy>=2.0.46", |
| "llama-index-readers-database>=0.5.1", |
| ] |
|
|
| [dependency-groups] |
| dev = [ |
| "pytest>=9.0.3", |
| "ipykernel>=7.1.0", |
| "pytest-asyncio", |
| "pytest-cov>=7.1.0", |
| ] |
|
|
| |
| |
| |
| |
| |
| [build-system] |
| requires = ["setuptools>=80.9.0"] |
| build-backend = "setuptools.build_meta" |
|
|
| |
| |
| |
| |
| [tool.setuptools.packages.find] |
| where = ["."] |
| include = ["src*"] |
|
|
|
|
| |
| |
| |
| [tool.pytest.ini_options] |
| pythonpath = ["src"] |
| testpaths = ["tests"] |
| addopts = "-q" |
| asyncio_mode = "auto" |
|
|