agent-cli 0.66.2__py3-none-any.whl → 0.67.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- agent_cli/_extras.json +13 -0
- agent_cli/_requirements/audio.txt +71 -0
- agent_cli/_requirements/{whisper.txt → faster-whisper.txt} +5 -113
- agent_cli/_requirements/{tts-kokoro.txt → kokoro.txt} +5 -108
- agent_cli/_requirements/llm.txt +176 -0
- agent_cli/_requirements/memory.txt +7 -98
- agent_cli/_requirements/{whisper-mlx.txt → mlx-whisper.txt} +62 -125
- agent_cli/_requirements/{tts.txt → piper.txt} +6 -124
- agent_cli/_requirements/rag.txt +10 -97
- agent_cli/_requirements/server.txt +4 -122
- agent_cli/_requirements/speed.txt +7 -131
- agent_cli/_requirements/vad.txt +6 -130
- agent_cli/agents/assistant.py +2 -0
- agent_cli/agents/autocorrect.py +2 -0
- agent_cli/agents/chat.py +2 -0
- agent_cli/agents/memory/add.py +2 -0
- agent_cli/agents/memory/proxy.py +2 -0
- agent_cli/agents/rag_proxy.py +2 -0
- agent_cli/agents/speak.py +2 -0
- agent_cli/agents/transcribe.py +2 -0
- agent_cli/agents/transcribe_daemon.py +2 -0
- agent_cli/agents/voice_edit.py +2 -0
- agent_cli/core/deps.py +130 -14
- agent_cli/dev/skill/SKILL.md +2 -2
- agent_cli/docs_gen.py +0 -42
- agent_cli/install/extras.py +6 -14
- agent_cli/memory/__init__.py +1 -18
- agent_cli/rag/__init__.py +0 -19
- agent_cli/scripts/sync_extras.py +138 -0
- agent_cli/server/cli.py +4 -0
- agent_cli/services/_wyoming_utils.py +4 -2
- agent_cli/services/asr.py +13 -3
- agent_cli/services/tts.py +5 -2
- agent_cli/services/wake_word.py +6 -3
- {agent_cli-0.66.2.dist-info → agent_cli-0.67.1.dist-info}/METADATA +35 -30
- {agent_cli-0.66.2.dist-info → agent_cli-0.67.1.dist-info}/RECORD +39 -35
- {agent_cli-0.66.2.dist-info → agent_cli-0.67.1.dist-info}/WHEEL +0 -0
- {agent_cli-0.66.2.dist-info → agent_cli-0.67.1.dist-info}/entry_points.txt +0 -0
- {agent_cli-0.66.2.dist-info → agent_cli-0.67.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,50 +1,32 @@
|
|
|
1
1
|
# This file was autogenerated by uv via the following command:
|
|
2
|
-
# uv export --extra whisper
|
|
2
|
+
# uv export --extra mlx-whisper --no-dev --no-emit-project --no-hashes
|
|
3
3
|
annotated-doc==0.0.4
|
|
4
4
|
# via fastapi
|
|
5
5
|
annotated-types==0.7.0
|
|
6
6
|
# via pydantic
|
|
7
7
|
anyio==4.12.1
|
|
8
8
|
# via
|
|
9
|
-
# google-genai
|
|
10
9
|
# httpx
|
|
11
|
-
# openai
|
|
12
10
|
# starlette
|
|
13
11
|
# watchfiles
|
|
14
|
-
brotli==1.2.0 ; platform_python_implementation == 'CPython'
|
|
15
|
-
# via httpx
|
|
16
|
-
brotlicffi==1.2.0.0 ; platform_python_implementation != 'CPython'
|
|
17
|
-
# via httpx
|
|
18
12
|
certifi==2026.1.4
|
|
19
13
|
# via
|
|
20
14
|
# httpcore
|
|
21
15
|
# httpx
|
|
22
16
|
# requests
|
|
23
17
|
# sentry-sdk
|
|
24
|
-
cffi==2.0.0
|
|
25
|
-
# via
|
|
26
|
-
# brotlicffi
|
|
27
|
-
# sounddevice
|
|
28
18
|
charset-normalizer==3.4.4
|
|
29
19
|
# via requests
|
|
30
20
|
click==8.3.1
|
|
31
21
|
# via
|
|
32
|
-
# ddgs
|
|
33
22
|
# rich-toolkit
|
|
34
23
|
# typer
|
|
35
24
|
# uvicorn
|
|
36
|
-
colorama==0.4.6
|
|
25
|
+
colorama==0.4.6 ; sys_platform == 'win32'
|
|
37
26
|
# via
|
|
38
27
|
# click
|
|
39
|
-
# griffe
|
|
40
28
|
# tqdm
|
|
41
29
|
# uvicorn
|
|
42
|
-
ddgs==9.10.0
|
|
43
|
-
# via pydantic-ai-slim
|
|
44
|
-
distro==1.9.0
|
|
45
|
-
# via
|
|
46
|
-
# google-genai
|
|
47
|
-
# openai
|
|
48
30
|
dnspython==2.8.0
|
|
49
31
|
# via email-validator
|
|
50
32
|
dotenv==0.9.9
|
|
@@ -53,8 +35,6 @@ email-validator==2.3.0
|
|
|
53
35
|
# via
|
|
54
36
|
# fastapi
|
|
55
37
|
# pydantic
|
|
56
|
-
fake-useragent==2.2.0
|
|
57
|
-
# via ddgs
|
|
58
38
|
fastapi==0.128.0
|
|
59
39
|
# via agent-cli
|
|
60
40
|
fastapi-cli==0.0.20
|
|
@@ -63,34 +43,20 @@ fastapi-cloud-cli==0.10.1
|
|
|
63
43
|
# via fastapi-cli
|
|
64
44
|
fastar==0.8.0
|
|
65
45
|
# via fastapi-cloud-cli
|
|
66
|
-
filelock==3.20.3
|
|
46
|
+
filelock==3.20.3
|
|
67
47
|
# via
|
|
68
48
|
# huggingface-hub
|
|
69
49
|
# torch
|
|
70
|
-
fsspec==2026.1.0
|
|
50
|
+
fsspec==2026.1.0
|
|
71
51
|
# via
|
|
72
52
|
# huggingface-hub
|
|
73
53
|
# torch
|
|
74
|
-
genai-prices==0.0.51
|
|
75
|
-
# via pydantic-ai-slim
|
|
76
|
-
google-auth==2.47.0
|
|
77
|
-
# via
|
|
78
|
-
# google-genai
|
|
79
|
-
# pydantic-ai-slim
|
|
80
|
-
google-genai==1.58.0
|
|
81
|
-
# via agent-cli
|
|
82
|
-
griffe==1.15.0
|
|
83
|
-
# via pydantic-ai-slim
|
|
84
54
|
h11==0.16.0
|
|
85
55
|
# via
|
|
86
56
|
# httpcore
|
|
87
57
|
# uvicorn
|
|
88
|
-
|
|
89
|
-
# via httpx
|
|
90
|
-
hf-xet==1.2.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
58
|
+
hf-xet==1.2.0 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
|
91
59
|
# via huggingface-hub
|
|
92
|
-
hpack==4.1.0
|
|
93
|
-
# via h2
|
|
94
60
|
httpcore==1.0.9
|
|
95
61
|
# via httpx
|
|
96
62
|
httptools==0.7.1
|
|
@@ -98,103 +64,101 @@ httptools==0.7.1
|
|
|
98
64
|
httpx==0.28.1
|
|
99
65
|
# via
|
|
100
66
|
# agent-cli
|
|
101
|
-
# ddgs
|
|
102
67
|
# fastapi
|
|
103
68
|
# fastapi-cloud-cli
|
|
104
|
-
|
|
105
|
-
# google-genai
|
|
106
|
-
# openai
|
|
107
|
-
# pydantic-ai-slim
|
|
108
|
-
# pydantic-graph
|
|
109
|
-
huggingface-hub==0.36.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
69
|
+
huggingface-hub==0.36.0
|
|
110
70
|
# via mlx-whisper
|
|
111
|
-
hyperframe==6.1.0
|
|
112
|
-
# via h2
|
|
113
71
|
idna==3.11
|
|
114
72
|
# via
|
|
115
73
|
# anyio
|
|
116
74
|
# email-validator
|
|
117
75
|
# httpx
|
|
118
76
|
# requests
|
|
119
|
-
importlib-metadata==8.7.1
|
|
120
|
-
# via opentelemetry-api
|
|
121
77
|
jinja2==3.1.6
|
|
122
78
|
# via
|
|
123
79
|
# fastapi
|
|
124
80
|
# torch
|
|
125
|
-
|
|
126
|
-
# via openai
|
|
127
|
-
llvmlite==0.46.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
81
|
+
llvmlite==0.46.0
|
|
128
82
|
# via numba
|
|
129
|
-
logfire-api==4.18.0
|
|
130
|
-
# via pydantic-graph
|
|
131
|
-
lxml==6.0.2
|
|
132
|
-
# via ddgs
|
|
133
83
|
markdown-it-py==4.0.0
|
|
134
84
|
# via rich
|
|
135
85
|
markupsafe==3.0.3
|
|
136
86
|
# via jinja2
|
|
137
87
|
mdurl==0.1.2
|
|
138
88
|
# via markdown-it-py
|
|
139
|
-
mlx==0.30.3
|
|
89
|
+
mlx==0.30.3
|
|
140
90
|
# via mlx-whisper
|
|
141
|
-
mlx-metal==0.30.3 ;
|
|
91
|
+
mlx-metal==0.30.3 ; sys_platform == 'darwin'
|
|
142
92
|
# via mlx
|
|
143
|
-
mlx-whisper==0.4.3
|
|
93
|
+
mlx-whisper==0.4.3
|
|
144
94
|
# via agent-cli
|
|
145
|
-
more-itertools==10.8.0
|
|
95
|
+
more-itertools==10.8.0
|
|
146
96
|
# via mlx-whisper
|
|
147
|
-
mpmath==1.3.0
|
|
97
|
+
mpmath==1.3.0
|
|
148
98
|
# via sympy
|
|
149
|
-
networkx==3.6.1
|
|
99
|
+
networkx==3.6.1
|
|
150
100
|
# via torch
|
|
151
|
-
numba==0.63.1
|
|
101
|
+
numba==0.63.1
|
|
152
102
|
# via mlx-whisper
|
|
153
103
|
numpy==2.3.5
|
|
154
104
|
# via
|
|
155
|
-
# agent-cli
|
|
156
105
|
# mlx-whisper
|
|
157
106
|
# numba
|
|
158
107
|
# scipy
|
|
159
|
-
|
|
108
|
+
nvidia-cublas-cu12==12.8.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
160
109
|
# via
|
|
161
|
-
#
|
|
162
|
-
#
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
110
|
+
# nvidia-cudnn-cu12
|
|
111
|
+
# nvidia-cusolver-cu12
|
|
112
|
+
# torch
|
|
113
|
+
nvidia-cuda-cupti-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
114
|
+
# via torch
|
|
115
|
+
nvidia-cuda-nvrtc-cu12==12.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
116
|
+
# via torch
|
|
117
|
+
nvidia-cuda-runtime-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
118
|
+
# via torch
|
|
119
|
+
nvidia-cudnn-cu12==9.10.2.21 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
120
|
+
# via torch
|
|
121
|
+
nvidia-cufft-cu12==11.3.3.83 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
122
|
+
# via torch
|
|
123
|
+
nvidia-cufile-cu12==1.13.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
124
|
+
# via torch
|
|
125
|
+
nvidia-curand-cu12==10.3.9.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
126
|
+
# via torch
|
|
127
|
+
nvidia-cusolver-cu12==11.7.3.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
128
|
+
# via torch
|
|
129
|
+
nvidia-cusparse-cu12==12.5.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
130
|
+
# via
|
|
131
|
+
# nvidia-cusolver-cu12
|
|
132
|
+
# torch
|
|
133
|
+
nvidia-cusparselt-cu12==0.7.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
134
|
+
# via torch
|
|
135
|
+
nvidia-nccl-cu12==2.27.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
136
|
+
# via torch
|
|
137
|
+
nvidia-nvjitlink-cu12==12.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
138
|
+
# via
|
|
139
|
+
# nvidia-cufft-cu12
|
|
140
|
+
# nvidia-cusolver-cu12
|
|
141
|
+
# nvidia-cusparse-cu12
|
|
142
|
+
# torch
|
|
143
|
+
nvidia-nvshmem-cu12==3.3.20 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
144
|
+
# via torch
|
|
145
|
+
nvidia-nvtx-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
146
|
+
# via torch
|
|
147
|
+
packaging==25.0
|
|
166
148
|
# via huggingface-hub
|
|
167
|
-
primp==0.15.0
|
|
168
|
-
# via ddgs
|
|
169
149
|
psutil==7.2.1 ; sys_platform == 'win32'
|
|
170
150
|
# via agent-cli
|
|
171
|
-
pyasn1==0.6.1
|
|
172
|
-
# via
|
|
173
|
-
# pyasn1-modules
|
|
174
|
-
# rsa
|
|
175
|
-
pyasn1-modules==0.4.2
|
|
176
|
-
# via google-auth
|
|
177
|
-
pycparser==2.23 ; implementation_name != 'PyPy'
|
|
178
|
-
# via cffi
|
|
179
151
|
pydantic==2.12.5
|
|
180
152
|
# via
|
|
153
|
+
# agent-cli
|
|
181
154
|
# fastapi
|
|
182
155
|
# fastapi-cloud-cli
|
|
183
|
-
# genai-prices
|
|
184
|
-
# google-genai
|
|
185
|
-
# openai
|
|
186
|
-
# pydantic-ai-slim
|
|
187
156
|
# pydantic-extra-types
|
|
188
|
-
# pydantic-graph
|
|
189
157
|
# pydantic-settings
|
|
190
|
-
pydantic-ai-slim==1.42.0
|
|
191
|
-
# via agent-cli
|
|
192
158
|
pydantic-core==2.41.5
|
|
193
159
|
# via pydantic
|
|
194
160
|
pydantic-extra-types==2.11.0
|
|
195
161
|
# via fastapi
|
|
196
|
-
pydantic-graph==1.42.0
|
|
197
|
-
# via pydantic-ai-slim
|
|
198
162
|
pydantic-settings==2.12.0
|
|
199
163
|
# via fastapi
|
|
200
164
|
pygments==2.19.2
|
|
@@ -216,10 +180,7 @@ regex==2026.1.15
|
|
|
216
180
|
# via tiktoken
|
|
217
181
|
requests==2.32.5
|
|
218
182
|
# via
|
|
219
|
-
# google-auth
|
|
220
|
-
# google-genai
|
|
221
183
|
# huggingface-hub
|
|
222
|
-
# pydantic-ai-slim
|
|
223
184
|
# tiktoken
|
|
224
185
|
rich==14.2.0
|
|
225
186
|
# via
|
|
@@ -232,43 +193,30 @@ rich-toolkit==0.17.1
|
|
|
232
193
|
# fastapi-cloud-cli
|
|
233
194
|
rignore==0.7.6
|
|
234
195
|
# via fastapi-cloud-cli
|
|
235
|
-
|
|
236
|
-
# via google-auth
|
|
237
|
-
scipy==1.17.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
196
|
+
scipy==1.17.0
|
|
238
197
|
# via mlx-whisper
|
|
239
198
|
sentry-sdk==2.49.0
|
|
240
199
|
# via fastapi-cloud-cli
|
|
241
200
|
setproctitle==1.3.7
|
|
242
201
|
# via agent-cli
|
|
243
|
-
setuptools==80.9.0 ; python_full_version >= '3.12'
|
|
202
|
+
setuptools==80.9.0 ; python_full_version >= '3.12'
|
|
244
203
|
# via torch
|
|
245
204
|
shellingham==1.5.4
|
|
246
205
|
# via typer
|
|
247
|
-
sniffio==1.3.1
|
|
248
|
-
# via
|
|
249
|
-
# google-genai
|
|
250
|
-
# openai
|
|
251
|
-
socksio==1.0.0
|
|
252
|
-
# via httpx
|
|
253
|
-
sounddevice==0.5.3
|
|
254
|
-
# via agent-cli
|
|
255
206
|
starlette==0.50.0
|
|
256
207
|
# via fastapi
|
|
257
|
-
sympy==1.14.0
|
|
208
|
+
sympy==1.14.0
|
|
258
209
|
# via torch
|
|
259
|
-
tenacity==9.1.2
|
|
260
|
-
# via google-genai
|
|
261
210
|
tiktoken==0.12.0
|
|
262
|
-
# via
|
|
263
|
-
|
|
264
|
-
# pydantic-ai-slim
|
|
265
|
-
torch==2.9.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
211
|
+
# via mlx-whisper
|
|
212
|
+
torch==2.9.1
|
|
266
213
|
# via mlx-whisper
|
|
267
214
|
tqdm==4.67.1
|
|
268
215
|
# via
|
|
269
216
|
# huggingface-hub
|
|
270
217
|
# mlx-whisper
|
|
271
|
-
|
|
218
|
+
triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
219
|
+
# via torch
|
|
272
220
|
typer==0.21.1
|
|
273
221
|
# via
|
|
274
222
|
# agent-cli
|
|
@@ -278,10 +226,7 @@ typing-extensions==4.15.0
|
|
|
278
226
|
# via
|
|
279
227
|
# anyio
|
|
280
228
|
# fastapi
|
|
281
|
-
# google-genai
|
|
282
229
|
# huggingface-hub
|
|
283
|
-
# openai
|
|
284
|
-
# opentelemetry-api
|
|
285
230
|
# pydantic
|
|
286
231
|
# pydantic-core
|
|
287
232
|
# pydantic-extra-types
|
|
@@ -293,8 +238,6 @@ typing-extensions==4.15.0
|
|
|
293
238
|
typing-inspection==0.4.2
|
|
294
239
|
# via
|
|
295
240
|
# pydantic
|
|
296
|
-
# pydantic-ai-slim
|
|
297
|
-
# pydantic-graph
|
|
298
241
|
# pydantic-settings
|
|
299
242
|
urllib3==2.3.0
|
|
300
243
|
# via
|
|
@@ -310,10 +253,4 @@ uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'c
|
|
|
310
253
|
watchfiles==1.1.1
|
|
311
254
|
# via uvicorn
|
|
312
255
|
websockets==15.0.1
|
|
313
|
-
# via
|
|
314
|
-
# google-genai
|
|
315
|
-
# uvicorn
|
|
316
|
-
wyoming==1.8.0
|
|
317
|
-
# via agent-cli
|
|
318
|
-
zipp==3.23.0
|
|
319
|
-
# via importlib-metadata
|
|
256
|
+
# via uvicorn
|
|
@@ -1,52 +1,30 @@
|
|
|
1
1
|
# This file was autogenerated by uv via the following command:
|
|
2
|
-
# uv export --extra
|
|
2
|
+
# uv export --extra piper --no-dev --no-emit-project --no-hashes
|
|
3
3
|
annotated-doc==0.0.4
|
|
4
4
|
# via fastapi
|
|
5
5
|
annotated-types==0.7.0
|
|
6
6
|
# via pydantic
|
|
7
7
|
anyio==4.12.1
|
|
8
8
|
# via
|
|
9
|
-
# google-genai
|
|
10
9
|
# httpx
|
|
11
|
-
# openai
|
|
12
10
|
# starlette
|
|
13
11
|
# watchfiles
|
|
14
|
-
brotli==1.2.0 ; platform_python_implementation == 'CPython'
|
|
15
|
-
# via httpx
|
|
16
|
-
brotlicffi==1.2.0.0 ; platform_python_implementation != 'CPython'
|
|
17
|
-
# via httpx
|
|
18
12
|
certifi==2026.1.4
|
|
19
13
|
# via
|
|
20
14
|
# httpcore
|
|
21
15
|
# httpx
|
|
22
|
-
# requests
|
|
23
16
|
# sentry-sdk
|
|
24
|
-
cffi==2.0.0
|
|
25
|
-
# via
|
|
26
|
-
# brotlicffi
|
|
27
|
-
# sounddevice
|
|
28
|
-
charset-normalizer==3.4.4
|
|
29
|
-
# via requests
|
|
30
17
|
click==8.3.1
|
|
31
18
|
# via
|
|
32
|
-
# ddgs
|
|
33
19
|
# rich-toolkit
|
|
34
20
|
# typer
|
|
35
21
|
# uvicorn
|
|
36
|
-
colorama==0.4.6
|
|
22
|
+
colorama==0.4.6 ; sys_platform == 'win32'
|
|
37
23
|
# via
|
|
38
24
|
# click
|
|
39
|
-
# griffe
|
|
40
|
-
# tqdm
|
|
41
25
|
# uvicorn
|
|
42
26
|
coloredlogs==15.0.1
|
|
43
27
|
# via onnxruntime
|
|
44
|
-
ddgs==9.10.0
|
|
45
|
-
# via pydantic-ai-slim
|
|
46
|
-
distro==1.9.0
|
|
47
|
-
# via
|
|
48
|
-
# google-genai
|
|
49
|
-
# openai
|
|
50
28
|
dnspython==2.8.0
|
|
51
29
|
# via email-validator
|
|
52
30
|
dotenv==0.9.9
|
|
@@ -55,8 +33,6 @@ email-validator==2.3.0
|
|
|
55
33
|
# via
|
|
56
34
|
# fastapi
|
|
57
35
|
# pydantic
|
|
58
|
-
fake-useragent==2.2.0
|
|
59
|
-
# via ddgs
|
|
60
36
|
fastapi==0.128.0
|
|
61
37
|
# via agent-cli
|
|
62
38
|
fastapi-cli==0.0.20
|
|
@@ -67,24 +43,10 @@ fastar==0.8.0
|
|
|
67
43
|
# via fastapi-cloud-cli
|
|
68
44
|
flatbuffers==25.12.19
|
|
69
45
|
# via onnxruntime
|
|
70
|
-
genai-prices==0.0.51
|
|
71
|
-
# via pydantic-ai-slim
|
|
72
|
-
google-auth==2.47.0
|
|
73
|
-
# via
|
|
74
|
-
# google-genai
|
|
75
|
-
# pydantic-ai-slim
|
|
76
|
-
google-genai==1.58.0
|
|
77
|
-
# via agent-cli
|
|
78
|
-
griffe==1.15.0
|
|
79
|
-
# via pydantic-ai-slim
|
|
80
46
|
h11==0.16.0
|
|
81
47
|
# via
|
|
82
48
|
# httpcore
|
|
83
49
|
# uvicorn
|
|
84
|
-
h2==4.3.0
|
|
85
|
-
# via httpx
|
|
86
|
-
hpack==4.1.0
|
|
87
|
-
# via h2
|
|
88
50
|
httpcore==1.0.9
|
|
89
51
|
# via httpx
|
|
90
52
|
httptools==0.7.1
|
|
@@ -92,34 +54,17 @@ httptools==0.7.1
|
|
|
92
54
|
httpx==0.28.1
|
|
93
55
|
# via
|
|
94
56
|
# agent-cli
|
|
95
|
-
# ddgs
|
|
96
57
|
# fastapi
|
|
97
58
|
# fastapi-cloud-cli
|
|
98
|
-
# genai-prices
|
|
99
|
-
# google-genai
|
|
100
|
-
# openai
|
|
101
|
-
# pydantic-ai-slim
|
|
102
|
-
# pydantic-graph
|
|
103
59
|
humanfriendly==10.0
|
|
104
60
|
# via coloredlogs
|
|
105
|
-
hyperframe==6.1.0
|
|
106
|
-
# via h2
|
|
107
61
|
idna==3.11
|
|
108
62
|
# via
|
|
109
63
|
# anyio
|
|
110
64
|
# email-validator
|
|
111
65
|
# httpx
|
|
112
|
-
# requests
|
|
113
|
-
importlib-metadata==8.7.1
|
|
114
|
-
# via opentelemetry-api
|
|
115
66
|
jinja2==3.1.6
|
|
116
67
|
# via fastapi
|
|
117
|
-
jiter==0.12.0
|
|
118
|
-
# via openai
|
|
119
|
-
logfire-api==4.18.0
|
|
120
|
-
# via pydantic-graph
|
|
121
|
-
lxml==6.0.2
|
|
122
|
-
# via ddgs
|
|
123
68
|
markdown-it-py==4.0.0
|
|
124
69
|
# via rich
|
|
125
70
|
markupsafe==3.0.3
|
|
@@ -129,54 +74,28 @@ mdurl==0.1.2
|
|
|
129
74
|
mpmath==1.3.0
|
|
130
75
|
# via sympy
|
|
131
76
|
numpy==2.3.5
|
|
132
|
-
# via
|
|
133
|
-
# agent-cli
|
|
134
|
-
# onnxruntime
|
|
77
|
+
# via onnxruntime
|
|
135
78
|
onnxruntime==1.20.1
|
|
136
79
|
# via piper-tts
|
|
137
|
-
openai==2.15.0
|
|
138
|
-
# via
|
|
139
|
-
# agent-cli
|
|
140
|
-
# pydantic-ai-slim
|
|
141
|
-
opentelemetry-api==1.39.1
|
|
142
|
-
# via pydantic-ai-slim
|
|
143
80
|
packaging==25.0
|
|
144
81
|
# via onnxruntime
|
|
145
82
|
piper-tts==1.3.0
|
|
146
83
|
# via agent-cli
|
|
147
|
-
primp==0.15.0
|
|
148
|
-
# via ddgs
|
|
149
84
|
protobuf==6.33.4
|
|
150
85
|
# via onnxruntime
|
|
151
86
|
psutil==7.2.1 ; sys_platform == 'win32'
|
|
152
87
|
# via agent-cli
|
|
153
|
-
pyasn1==0.6.1
|
|
154
|
-
# via
|
|
155
|
-
# pyasn1-modules
|
|
156
|
-
# rsa
|
|
157
|
-
pyasn1-modules==0.4.2
|
|
158
|
-
# via google-auth
|
|
159
|
-
pycparser==2.23 ; implementation_name != 'PyPy'
|
|
160
|
-
# via cffi
|
|
161
88
|
pydantic==2.12.5
|
|
162
89
|
# via
|
|
90
|
+
# agent-cli
|
|
163
91
|
# fastapi
|
|
164
92
|
# fastapi-cloud-cli
|
|
165
|
-
# genai-prices
|
|
166
|
-
# google-genai
|
|
167
|
-
# openai
|
|
168
|
-
# pydantic-ai-slim
|
|
169
93
|
# pydantic-extra-types
|
|
170
|
-
# pydantic-graph
|
|
171
94
|
# pydantic-settings
|
|
172
|
-
pydantic-ai-slim==1.42.0
|
|
173
|
-
# via agent-cli
|
|
174
95
|
pydantic-core==2.41.5
|
|
175
96
|
# via pydantic
|
|
176
97
|
pydantic-extra-types==2.11.0
|
|
177
98
|
# via fastapi
|
|
178
|
-
pydantic-graph==1.42.0
|
|
179
|
-
# via pydantic-ai-slim
|
|
180
99
|
pydantic-settings==2.12.0
|
|
181
100
|
# via fastapi
|
|
182
101
|
pygments==2.19.2
|
|
@@ -194,14 +113,6 @@ python-multipart==0.0.21
|
|
|
194
113
|
# via fastapi
|
|
195
114
|
pyyaml==6.0.3
|
|
196
115
|
# via uvicorn
|
|
197
|
-
regex==2026.1.15
|
|
198
|
-
# via tiktoken
|
|
199
|
-
requests==2.32.5
|
|
200
|
-
# via
|
|
201
|
-
# google-auth
|
|
202
|
-
# google-genai
|
|
203
|
-
# pydantic-ai-slim
|
|
204
|
-
# tiktoken
|
|
205
116
|
rich==14.2.0
|
|
206
117
|
# via
|
|
207
118
|
# agent-cli
|
|
@@ -213,32 +124,16 @@ rich-toolkit==0.17.1
|
|
|
213
124
|
# fastapi-cloud-cli
|
|
214
125
|
rignore==0.7.6
|
|
215
126
|
# via fastapi-cloud-cli
|
|
216
|
-
rsa==4.9.1
|
|
217
|
-
# via google-auth
|
|
218
127
|
sentry-sdk==2.49.0
|
|
219
128
|
# via fastapi-cloud-cli
|
|
220
129
|
setproctitle==1.3.7
|
|
221
130
|
# via agent-cli
|
|
222
131
|
shellingham==1.5.4
|
|
223
132
|
# via typer
|
|
224
|
-
sniffio==1.3.1
|
|
225
|
-
# via
|
|
226
|
-
# google-genai
|
|
227
|
-
# openai
|
|
228
|
-
socksio==1.0.0
|
|
229
|
-
# via httpx
|
|
230
|
-
sounddevice==0.5.3
|
|
231
|
-
# via agent-cli
|
|
232
133
|
starlette==0.50.0
|
|
233
134
|
# via fastapi
|
|
234
135
|
sympy==1.14.0
|
|
235
136
|
# via onnxruntime
|
|
236
|
-
tenacity==9.1.2
|
|
237
|
-
# via google-genai
|
|
238
|
-
tiktoken==0.12.0
|
|
239
|
-
# via pydantic-ai-slim
|
|
240
|
-
tqdm==4.67.1
|
|
241
|
-
# via openai
|
|
242
137
|
typer==0.21.1
|
|
243
138
|
# via
|
|
244
139
|
# agent-cli
|
|
@@ -248,9 +143,6 @@ typing-extensions==4.15.0
|
|
|
248
143
|
# via
|
|
249
144
|
# anyio
|
|
250
145
|
# fastapi
|
|
251
|
-
# google-genai
|
|
252
|
-
# openai
|
|
253
|
-
# opentelemetry-api
|
|
254
146
|
# pydantic
|
|
255
147
|
# pydantic-core
|
|
256
148
|
# pydantic-extra-types
|
|
@@ -261,13 +153,9 @@ typing-extensions==4.15.0
|
|
|
261
153
|
typing-inspection==0.4.2
|
|
262
154
|
# via
|
|
263
155
|
# pydantic
|
|
264
|
-
# pydantic-ai-slim
|
|
265
|
-
# pydantic-graph
|
|
266
156
|
# pydantic-settings
|
|
267
157
|
urllib3==2.3.0
|
|
268
|
-
# via
|
|
269
|
-
# requests
|
|
270
|
-
# sentry-sdk
|
|
158
|
+
# via sentry-sdk
|
|
271
159
|
uvicorn==0.40.0
|
|
272
160
|
# via
|
|
273
161
|
# fastapi
|
|
@@ -278,10 +166,4 @@ uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'c
|
|
|
278
166
|
watchfiles==1.1.1
|
|
279
167
|
# via uvicorn
|
|
280
168
|
websockets==15.0.1
|
|
281
|
-
# via
|
|
282
|
-
# google-genai
|
|
283
|
-
# uvicorn
|
|
284
|
-
wyoming==1.8.0
|
|
285
|
-
# via agent-cli
|
|
286
|
-
zipp==3.23.0
|
|
287
|
-
# via importlib-metadata
|
|
169
|
+
# via uvicorn
|