File size: 6,039 Bytes
b0e3b5f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
[project]
name = "agenticai"
version = "0.1.0"
description = "Agentic AI project"
readme = "README.md"
requires-python = "==3.12.*"

dependencies = [
    # =======================
    # LLM PROVIDERS / SDKs
    # =======================
    "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 / LANGGRAPH
    # =======================
    "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",
    # ==================================
    #  LlamIndex
    # ==================================
    "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",
    # =======================
    # MICROSOFT AGENT FRAMEWORK
    # =======================
    #"agent-framework==1.0.0b251204",
    #"agent-framework-azure-ai==1.0.0b251204",
    #"azure-ai-projects",
    #"azure-ai-agents",
    #"azure-ai-agents>=1.2.0b5",
    #"agent-framework-azure-ai",
    # =======================
    # VECTOR DB / INDEXING
    # =======================
    "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
    # =======================
    "autogen-agentchat==0.7.5",
    "autogen-ext[grpc,mcp,ollama,openai]==0.7.5",
    "asyncio",
    "phidata>=2.0.0",
    # =======================
    # MCP
    # =======================
    "mcp-server-fetch>=2025.1.17",
    "mcp[cli]>=1.21.2",
    # =======================
    # NETWORKING / UTILITIES
    # =======================
    "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",
    # =======================
    # WEB SCRAPING
    # =======================
    "playwright>=1.51.0",
    "beautifulsoup4>=4.12.3",
    "lxml>=6.1.0",
    "feedparser>=6.0.11",
    # =======================
    # FINANCE / NLP
    # =======================
    "yfinance>=0.2.66",
    "textblob>=0.17.1",
    "polygon-api-client>=1.16.3",
    "vaderSentiment>=3.3.2",
    # =======================
    # OPTIONS PAPER TRADER
    # =======================
    "Flask>=3.0.3",
    "Flask-SocketIO>=5.3.6",
    "simple-websocket>=1.0.0",
    "APScheduler>=3.10.4,<4",
    "pytz>=2024.1",
    "psycopg[binary]>=3.2.3",
    # =======================
    # VISUAL / UI / PDF
    # =======================
    "plotly>=6.5.0",
    "streamlit>=1.54.0",
    "reportlab>=4.4.5",
    "fastapi",
    "uvicorn",
    "pandas",
    "openpyxl>=3.1.0",
    # NOTE: langchain-google-community and langchain-tavily conflict with
    # langchain-community>=0.4.1 in this monorepo. Waypoint installs them
    # directly via pip in its Dockerfile.
    "Pillow",
    "python-docx",
    "matplotlib",
    "fpdf",
    "extra-streamlit-components",
    "nest_asyncio",
    # =======================
    # AUDIO / VIDEO
    # =======================
    "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",
    # =======================
    # MACHINE LEARNING
    # =======================
    "scikit-learn>=1.7.2",
    "huggingface_hub>=0.23.2",
    "datasets>=4.4.1",
    # =======================
    # IPYNB SUPPORT
    # =======================
    "ipykernel>=7.1.0",
    # =======================
    # TOOLS
    # =======================
    "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",
    # =======================
    # OBSERVABILITY
    # =======================
    "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 Authentication
    # =======================
    "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
# ============================================================
# Defines how to build the project.
# We use setuptools as the build backend, ensuring consistent packaging.
[build-system]
requires = ["setuptools>=80.9.0"]
build-backend = "setuptools.build_meta"

# ============================================================
# PACKAGING & DISCOVERY
# ============================================================
# Tells setuptools where to find the source code.
[tool.setuptools.packages.find]
where = ["."]
include = ["src*"]


# ============================================================
# PYTEST SETTINGS
# ============================================================
[tool.pytest.ini_options]
pythonpath = ["src"]
testpaths = ["tests"]  # Only look for tests in the 'tests' directory
addopts = "-q"  # Run in quiet mode (less verbose output)
asyncio_mode = "auto"  # Auto-detect async tests (requires pytest-asyncio)