forked from EmergenceAI/Agent-E
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
279 lines (279 loc) · 5.37 KB
/
requirements.txt
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
annotated-types==0.7.0
# via pydantic
anthropic==0.36.2
# via
# agent-e (pyproject.toml)
# autogen-agentchat
anyio==4.6.2.post1
# via
# anthropic
# groq
# httpx
# openai
# starlette
# watchfiles
autogen-agentchat==0.2.36
# via agent-e (pyproject.toml)
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via
# pdfminer-six
# requests
click==8.1.7
# via
# nltk
# typer
# uvicorn
cryptography==43.0.1
# via pdfminer-six
diskcache==5.6.3
# via autogen-agentchat
distro==1.9.0
# via
# anthropic
# groq
# openai
dnspython==2.7.0
# via email-validator
docker==7.1.0
# via autogen-agentchat
email-validator==2.2.0
# via fastapi
fastapi==0.111.1
# via agent-e (pyproject.toml)
fastapi-cli==0.0.5
# via fastapi
filelock==3.16.1
# via huggingface-hub
flaml==2.3.1
# via autogen-agentchat
fsspec==2024.9.0
# via huggingface-hub
google-ai-generativelanguage==0.6.2
# via google-generativeai
google-api-core==2.21.0
# via
# google-ai-generativelanguage
# google-api-python-client
# google-generativeai
google-api-python-client==2.149.0
# via google-generativeai
google-auth==2.35.0
# via
# google-ai-generativelanguage
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-generativeai==0.5.1
# via agent-e (pyproject.toml)
googleapis-common-protos==1.65.0
# via
# google-api-core
# grpcio-status
greenlet==3.0.3
# via playwright
groq==0.11.0
# via autogen-agentchat
grpcio==1.67.0
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.3
# via google-api-core
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.6
# via httpx
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
httptools==0.6.4
# via uvicorn
httpx==0.27.2
# via
# anthropic
# fastapi
# groq
# openai
huggingface-hub==0.25.2
# via tokenizers
idna==3.10
# via
# anyio
# email-validator
# httpx
# requests
jinja2==3.1.4
# via fastapi
jiter==0.6.1
# via
# anthropic
# openai
joblib==1.4.2
# via nltk
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
# via jinja2
mdurl==0.1.2
# via markdown-it-py
nest-asyncio==1.6.0
# via agent-e (pyproject.toml)
nltk==3.8.1
# via agent-e (pyproject.toml)
numpy==1.26.4
# via
# autogen-agentchat
# flaml
openai==1.52.0
# via autogen-agentchat
packaging==24.1
# via
# autogen-agentchat
# huggingface-hub
pdfminer-six==20231228
# via pdfplumber
pdfplumber==0.11.1
# via agent-e (pyproject.toml)
pillow==11.0.0
# via pdfplumber
playwright==1.44.0
# via agent-e (pyproject.toml)
proto-plus==1.24.0
# via
# google-ai-generativelanguage
# google-api-core
protobuf==4.25.5
# via
# google-ai-generativelanguage
# google-api-core
# google-generativeai
# googleapis-common-protos
# grpcio-status
# proto-plus
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.6.2
# via
# agent-e (pyproject.toml)
# anthropic
# autogen-agentchat
# fastapi
# google-generativeai
# groq
# openai
pydantic-core==2.16.3
# via pydantic
pyee==11.1.0
# via playwright
pygments==2.18.0
# via rich
pyparsing==3.2.0
# via httplib2
pypdfium2==4.30.0
# via pdfplumber
python-dotenv==1.0.0
# via
# agent-e (pyproject.toml)
# autogen-agentchat
# uvicorn
python-json-logger==2.0.7
# via agent-e (pyproject.toml)
python-multipart==0.0.12
# via fastapi
pyyaml==6.0.2
# via
# huggingface-hub
# uvicorn
regex==2024.9.11
# via
# nltk
# tiktoken
requests==2.32.3
# via
# docker
# google-api-core
# huggingface-hub
# tiktoken
rich==13.9.2
# via typer
rsa==4.9
# via google-auth
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via
# anthropic
# anyio
# groq
# httpx
# openai
starlette==0.37.2
# via fastapi
tabulate==0.9.0
# via agent-e (pyproject.toml)
termcolor==2.5.0
# via autogen-agentchat
tiktoken==0.8.0
# via autogen-agentchat
tokenizers==0.20.1
# via anthropic
tqdm==4.66.5
# via
# google-generativeai
# huggingface-hub
# nltk
# openai
typer==0.12.5
# via fastapi-cli
typing-extensions==4.12.2
# via
# anthropic
# fastapi
# google-generativeai
# groq
# huggingface-hub
# openai
# pydantic
# pydantic-core
# pyee
# typer
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.3
# via
# docker
# requests
uvicorn==0.30.3
# via
# agent-e (pyproject.toml)
# fastapi
# fastapi-cli
uvloop==0.21.0
# via uvicorn
watchfiles==0.24.0
# via uvicorn
websockets==13.1
# via uvicorn