| | [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.0.3", |
| | "langchain-anthropic>=1.1.0", |
| | "langchain_huggingface>=1.1.0", |
| | "langchain_ollama>=1.0.0", |
| | "langchain_google_genai>=3.0.3", |
| | "langchain_groq>=1.0.1", |
| |
|
| |
|
| | |
| | |
| | |
| | "langchain>=1.0.7", |
| | "langchain-community>=0.4.1", |
| | "langgraph>=1.0.3", |
| | "langgraph-checkpoint-sqlite>=3.0.0", |
| | "langsmith>=0.4.43", |
| | "langchain-text-splitters>=1.0.0", |
| | "langchain-chroma>=1.0.0", |
| | "html2text>=2025.4.15", |
| | "traceloop-sdk>=0.33.0", |
| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| | |
| | |
| | |
| | "faiss-cpu>=1.13.0", |
| | "chromadb>=0.4.0", |
| | "sentence-transformers>=5.1.2", |
| | "pymupdf", |
| | "pypdf>=6.3.0", |
| | "pypdf2>=3.0.1", |
| | "arxiv>=2.3.1", |
| | "wikipedia>=1.4.0", |
| |
|
| | |
| | |
| | |
| | "autogen-agentchat==0.4.7", |
| | "autogen-ext[grpc,mcp,ollama,openai]==0.4.7", |
| | "asyncio", |
| | "phidata>=2.0.0", |
| |
|
| | |
| | |
| | |
| | "mcp-server-fetch>=2025.1.17", |
| | "mcp[cli]>=1.21.2", |
| | |
| | |
| | |
| | |
| | "psutil>=7.0.0", |
| | "python-dotenv>=1.0.1", |
| | "requests>=2.32.3", |
| | "aiohttp>=3.8.5", |
| | "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>=5.3.1", |
| |
|
| | |
| | |
| | |
| | "yfinance>=0.2.66", |
| | "textblob>=0.17.1", |
| | "polygon-api-client>=1.16.3", |
| |
|
| | |
| | |
| | |
| | "plotly>=6.5.0", |
| | "streamlit>=1.51.0", |
| | "reportlab>=4.4.5", |
| | "fastapi", |
| | "Pillow", |
| | "python-docx", |
| | "matplotlib", |
| | "fpdf", |
| | "extra-streamlit-components", |
| | "nest_asyncio", |
| |
|
| | |
| | |
| | |
| | "yt_dlp>=2025.11.12", |
| | "openai-whisper==20240930", |
| | "numba==0.59.0", |
| | "llvmlite==0.42.0", |
| |
|
| | |
| | |
| | |
| | "scikit-learn>=1.7.2", |
| | "huggingface_hub<=1.3.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", |
| |
|
| | |
| | |
| | |
| | "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", |
| | ] |
| |
|
| | [dependency-groups] |
| | dev = [ |
| | "pytest>=8.3.3", |
| | "ipykernel>=7.1.0", |
| | "pytest-asyncio", |
| | ] |
| |
|
| | |
| | |
| | |
| | |
| | |
| | [build-system] |
| | requires = ["setuptools>=80.9.0"] |
| | build-backend = "setuptools.build_meta" |
| |
|
| | |
| | |
| | |
| | |
| | |
| | [tool.setuptools.packages.find] |
| | where = ["."] |
| | include = ["common*", "src*"] |
| |
|
| |
|
| | |
| | |
| | |
| | |
| | [tool.pytest.ini_options] |
| | |
| | |
| | |
| | pythonpath = ["src", "common"] |
| | testpaths = ["tests"] |
| | addopts = "-q" |