agent-cli 0.68.2__py3-none-any.whl → 0.68.4__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/_requirements/audio.txt +5 -5
- agent_cli/_requirements/faster-whisper.txt +8 -2
- agent_cli/_requirements/kokoro.txt +5 -2
- agent_cli/_requirements/llm.txt +5 -5
- agent_cli/_requirements/memory.txt +8 -2
- agent_cli/_requirements/mlx-whisper.txt +9 -3
- agent_cli/_requirements/piper.txt +8 -2
- agent_cli/_requirements/rag.txt +8 -2
- agent_cli/_requirements/server.txt +8 -2
- agent_cli/_requirements/speed.txt +5 -5
- agent_cli/_requirements/vad.txt +5 -5
- agent_cli/install/extras.py +1 -1
- {agent_cli-0.68.2.dist-info → agent_cli-0.68.4.dist-info}/METADATA +2 -2
- {agent_cli-0.68.2.dist-info → agent_cli-0.68.4.dist-info}/RECORD +17 -17
- {agent_cli-0.68.2.dist-info → agent_cli-0.68.4.dist-info}/WHEEL +0 -0
- {agent_cli-0.68.2.dist-info → agent_cli-0.68.4.dist-info}/entry_points.txt +0 -0
- {agent_cli-0.68.2.dist-info → agent_cli-0.68.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -11,7 +11,7 @@ certifi==2026.1.4
|
|
|
11
11
|
cffi==2.0.0
|
|
12
12
|
# via sounddevice
|
|
13
13
|
click==8.3.1
|
|
14
|
-
# via typer
|
|
14
|
+
# via typer-slim
|
|
15
15
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
16
16
|
# via click
|
|
17
17
|
dotenv==0.9.9
|
|
@@ -49,21 +49,21 @@ python-dotenv==1.2.1
|
|
|
49
49
|
rich==14.2.0
|
|
50
50
|
# via
|
|
51
51
|
# agent-cli
|
|
52
|
-
# typer
|
|
52
|
+
# typer-slim
|
|
53
53
|
setproctitle==1.3.7
|
|
54
54
|
# via agent-cli
|
|
55
55
|
shellingham==1.5.4
|
|
56
|
-
# via typer
|
|
56
|
+
# via typer-slim
|
|
57
57
|
sounddevice==0.5.3
|
|
58
58
|
# via agent-cli
|
|
59
|
-
typer==0.21.1
|
|
59
|
+
typer-slim==0.21.1
|
|
60
60
|
# via agent-cli
|
|
61
61
|
typing-extensions==4.15.0
|
|
62
62
|
# via
|
|
63
63
|
# anyio
|
|
64
64
|
# pydantic
|
|
65
65
|
# pydantic-core
|
|
66
|
-
# typer
|
|
66
|
+
# typer-slim
|
|
67
67
|
# typing-inspection
|
|
68
68
|
typing-inspection==0.4.2
|
|
69
69
|
# via pydantic
|
|
@@ -23,6 +23,7 @@ click==8.3.1
|
|
|
23
23
|
# via
|
|
24
24
|
# rich-toolkit
|
|
25
25
|
# typer
|
|
26
|
+
# typer-slim
|
|
26
27
|
# uvicorn
|
|
27
28
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
28
29
|
# via
|
|
@@ -146,6 +147,7 @@ rich==14.2.0
|
|
|
146
147
|
# agent-cli
|
|
147
148
|
# rich-toolkit
|
|
148
149
|
# typer
|
|
150
|
+
# typer-slim
|
|
149
151
|
rich-toolkit==0.17.1
|
|
150
152
|
# via
|
|
151
153
|
# fastapi-cli
|
|
@@ -159,7 +161,9 @@ setproctitle==1.3.7
|
|
|
159
161
|
setuptools==80.9.0
|
|
160
162
|
# via ctranslate2
|
|
161
163
|
shellingham==1.5.4
|
|
162
|
-
# via
|
|
164
|
+
# via
|
|
165
|
+
# typer
|
|
166
|
+
# typer-slim
|
|
163
167
|
starlette==0.50.0
|
|
164
168
|
# via fastapi
|
|
165
169
|
sympy==1.14.0
|
|
@@ -172,9 +176,10 @@ tqdm==4.67.1
|
|
|
172
176
|
# huggingface-hub
|
|
173
177
|
typer==0.21.1
|
|
174
178
|
# via
|
|
175
|
-
# agent-cli
|
|
176
179
|
# fastapi-cli
|
|
177
180
|
# fastapi-cloud-cli
|
|
181
|
+
typer-slim==0.21.1
|
|
182
|
+
# via agent-cli
|
|
178
183
|
typing-extensions==4.15.0
|
|
179
184
|
# via
|
|
180
185
|
# anyio
|
|
@@ -186,6 +191,7 @@ typing-extensions==4.15.0
|
|
|
186
191
|
# rich-toolkit
|
|
187
192
|
# starlette
|
|
188
193
|
# typer
|
|
194
|
+
# typer-slim
|
|
189
195
|
# typing-inspection
|
|
190
196
|
typing-inspection==0.4.2
|
|
191
197
|
# via
|
|
@@ -291,6 +291,7 @@ rich==14.2.0
|
|
|
291
291
|
# agent-cli
|
|
292
292
|
# rich-toolkit
|
|
293
293
|
# typer
|
|
294
|
+
# typer-slim
|
|
294
295
|
rich-toolkit==0.17.1
|
|
295
296
|
# via
|
|
296
297
|
# fastapi-cli
|
|
@@ -315,7 +316,9 @@ setuptools==80.9.0
|
|
|
315
316
|
# thinc
|
|
316
317
|
# torch
|
|
317
318
|
shellingham==1.5.4
|
|
318
|
-
# via
|
|
319
|
+
# via
|
|
320
|
+
# typer
|
|
321
|
+
# typer-slim
|
|
319
322
|
six==1.17.0
|
|
320
323
|
# via python-dateutil
|
|
321
324
|
smart-open==7.5.0
|
|
@@ -364,11 +367,11 @@ triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
|
364
367
|
# via torch
|
|
365
368
|
typer==0.21.1
|
|
366
369
|
# via
|
|
367
|
-
# agent-cli
|
|
368
370
|
# fastapi-cli
|
|
369
371
|
# fastapi-cloud-cli
|
|
370
372
|
typer-slim==0.21.1
|
|
371
373
|
# via
|
|
374
|
+
# agent-cli
|
|
372
375
|
# spacy
|
|
373
376
|
# weasel
|
|
374
377
|
typing-extensions==4.15.0
|
agent_cli/_requirements/llm.txt
CHANGED
|
@@ -23,7 +23,7 @@ charset-normalizer==3.4.4
|
|
|
23
23
|
click==8.3.1
|
|
24
24
|
# via
|
|
25
25
|
# ddgs
|
|
26
|
-
# typer
|
|
26
|
+
# typer-slim
|
|
27
27
|
colorama==0.4.6
|
|
28
28
|
# via
|
|
29
29
|
# click
|
|
@@ -132,13 +132,13 @@ requests==2.32.5
|
|
|
132
132
|
rich==14.2.0
|
|
133
133
|
# via
|
|
134
134
|
# agent-cli
|
|
135
|
-
# typer
|
|
135
|
+
# typer-slim
|
|
136
136
|
rsa==4.9.1
|
|
137
137
|
# via google-auth
|
|
138
138
|
setproctitle==1.3.7
|
|
139
139
|
# via agent-cli
|
|
140
140
|
shellingham==1.5.4
|
|
141
|
-
# via typer
|
|
141
|
+
# via typer-slim
|
|
142
142
|
sniffio==1.3.1
|
|
143
143
|
# via
|
|
144
144
|
# google-genai
|
|
@@ -151,7 +151,7 @@ tiktoken==0.12.0
|
|
|
151
151
|
# via pydantic-ai-slim
|
|
152
152
|
tqdm==4.67.1
|
|
153
153
|
# via openai
|
|
154
|
-
typer==0.21.1
|
|
154
|
+
typer-slim==0.21.1
|
|
155
155
|
# via agent-cli
|
|
156
156
|
typing-extensions==4.15.0
|
|
157
157
|
# via
|
|
@@ -161,7 +161,7 @@ typing-extensions==4.15.0
|
|
|
161
161
|
# opentelemetry-api
|
|
162
162
|
# pydantic
|
|
163
163
|
# pydantic-core
|
|
164
|
-
# typer
|
|
164
|
+
# typer-slim
|
|
165
165
|
# typing-inspection
|
|
166
166
|
typing-inspection==0.4.2
|
|
167
167
|
# via
|
|
@@ -34,6 +34,7 @@ click==8.3.1
|
|
|
34
34
|
# via
|
|
35
35
|
# rich-toolkit
|
|
36
36
|
# typer
|
|
37
|
+
# typer-slim
|
|
37
38
|
# uvicorn
|
|
38
39
|
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
|
|
39
40
|
# via
|
|
@@ -252,6 +253,7 @@ rich==14.2.0
|
|
|
252
253
|
# chromadb
|
|
253
254
|
# rich-toolkit
|
|
254
255
|
# typer
|
|
256
|
+
# typer-slim
|
|
255
257
|
rich-toolkit==0.17.1
|
|
256
258
|
# via
|
|
257
259
|
# fastapi-cli
|
|
@@ -271,7 +273,9 @@ sentry-sdk==2.49.0
|
|
|
271
273
|
setproctitle==1.3.7
|
|
272
274
|
# via agent-cli
|
|
273
275
|
shellingham==1.5.4
|
|
274
|
-
# via
|
|
276
|
+
# via
|
|
277
|
+
# typer
|
|
278
|
+
# typer-slim
|
|
275
279
|
six==1.17.0
|
|
276
280
|
# via
|
|
277
281
|
# kubernetes
|
|
@@ -296,10 +300,11 @@ transformers==4.57.5
|
|
|
296
300
|
# via agent-cli
|
|
297
301
|
typer==0.21.1
|
|
298
302
|
# via
|
|
299
|
-
# agent-cli
|
|
300
303
|
# chromadb
|
|
301
304
|
# fastapi-cli
|
|
302
305
|
# fastapi-cloud-cli
|
|
306
|
+
typer-slim==0.21.1
|
|
307
|
+
# via agent-cli
|
|
303
308
|
typing-extensions==4.15.0
|
|
304
309
|
# via
|
|
305
310
|
# anyio
|
|
@@ -318,6 +323,7 @@ typing-extensions==4.15.0
|
|
|
318
323
|
# rich-toolkit
|
|
319
324
|
# starlette
|
|
320
325
|
# typer
|
|
326
|
+
# typer-slim
|
|
321
327
|
# typing-inspection
|
|
322
328
|
typing-inspection==0.4.2
|
|
323
329
|
# via
|
|
@@ -21,6 +21,7 @@ click==8.3.1
|
|
|
21
21
|
# via
|
|
22
22
|
# rich-toolkit
|
|
23
23
|
# typer
|
|
24
|
+
# typer-slim
|
|
24
25
|
# uvicorn
|
|
25
26
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
26
27
|
# via
|
|
@@ -148,6 +149,7 @@ rich==14.2.0
|
|
|
148
149
|
# agent-cli
|
|
149
150
|
# rich-toolkit
|
|
150
151
|
# typer
|
|
152
|
+
# typer-slim
|
|
151
153
|
rich-toolkit==0.17.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
152
154
|
# via
|
|
153
155
|
# fastapi-cli
|
|
@@ -163,7 +165,9 @@ setproctitle==1.3.7
|
|
|
163
165
|
setuptools==80.9.0 ; python_full_version >= '3.12' and platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
164
166
|
# via torch
|
|
165
167
|
shellingham==1.5.4
|
|
166
|
-
# via
|
|
168
|
+
# via
|
|
169
|
+
# typer
|
|
170
|
+
# typer-slim
|
|
167
171
|
starlette==0.50.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
168
172
|
# via fastapi
|
|
169
173
|
sympy==1.14.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
@@ -176,11 +180,12 @@ tqdm==4.67.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
|
176
180
|
# via
|
|
177
181
|
# huggingface-hub
|
|
178
182
|
# mlx-whisper
|
|
179
|
-
typer==0.21.1
|
|
183
|
+
typer==0.21.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
180
184
|
# via
|
|
181
|
-
# agent-cli
|
|
182
185
|
# fastapi-cli
|
|
183
186
|
# fastapi-cloud-cli
|
|
187
|
+
typer-slim==0.21.1
|
|
188
|
+
# via agent-cli
|
|
184
189
|
typing-extensions==4.15.0
|
|
185
190
|
# via
|
|
186
191
|
# anyio
|
|
@@ -193,6 +198,7 @@ typing-extensions==4.15.0
|
|
|
193
198
|
# starlette
|
|
194
199
|
# torch
|
|
195
200
|
# typer
|
|
201
|
+
# typer-slim
|
|
196
202
|
# typing-inspection
|
|
197
203
|
typing-inspection==0.4.2
|
|
198
204
|
# via
|
|
@@ -18,6 +18,7 @@ click==8.3.1
|
|
|
18
18
|
# via
|
|
19
19
|
# rich-toolkit
|
|
20
20
|
# typer
|
|
21
|
+
# typer-slim
|
|
21
22
|
# uvicorn
|
|
22
23
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
23
24
|
# via
|
|
@@ -118,6 +119,7 @@ rich==14.2.0
|
|
|
118
119
|
# agent-cli
|
|
119
120
|
# rich-toolkit
|
|
120
121
|
# typer
|
|
122
|
+
# typer-slim
|
|
121
123
|
rich-toolkit==0.17.1
|
|
122
124
|
# via
|
|
123
125
|
# fastapi-cli
|
|
@@ -129,16 +131,19 @@ sentry-sdk==2.49.0
|
|
|
129
131
|
setproctitle==1.3.7
|
|
130
132
|
# via agent-cli
|
|
131
133
|
shellingham==1.5.4
|
|
132
|
-
# via
|
|
134
|
+
# via
|
|
135
|
+
# typer
|
|
136
|
+
# typer-slim
|
|
133
137
|
starlette==0.50.0
|
|
134
138
|
# via fastapi
|
|
135
139
|
sympy==1.14.0
|
|
136
140
|
# via onnxruntime
|
|
137
141
|
typer==0.21.1
|
|
138
142
|
# via
|
|
139
|
-
# agent-cli
|
|
140
143
|
# fastapi-cli
|
|
141
144
|
# fastapi-cloud-cli
|
|
145
|
+
typer-slim==0.21.1
|
|
146
|
+
# via agent-cli
|
|
142
147
|
typing-extensions==4.15.0
|
|
143
148
|
# via
|
|
144
149
|
# anyio
|
|
@@ -149,6 +154,7 @@ typing-extensions==4.15.0
|
|
|
149
154
|
# rich-toolkit
|
|
150
155
|
# starlette
|
|
151
156
|
# typer
|
|
157
|
+
# typer-slim
|
|
152
158
|
# typing-inspection
|
|
153
159
|
typing-inspection==0.4.2
|
|
154
160
|
# via
|
agent_cli/_requirements/rag.txt
CHANGED
|
@@ -44,6 +44,7 @@ click==8.3.1
|
|
|
44
44
|
# magika
|
|
45
45
|
# rich-toolkit
|
|
46
46
|
# typer
|
|
47
|
+
# typer-slim
|
|
47
48
|
# uvicorn
|
|
48
49
|
cobble==0.1.4
|
|
49
50
|
# via mammoth
|
|
@@ -292,6 +293,7 @@ rich==14.2.0
|
|
|
292
293
|
# chromadb
|
|
293
294
|
# rich-toolkit
|
|
294
295
|
# typer
|
|
296
|
+
# typer-slim
|
|
295
297
|
rich-toolkit==0.17.1
|
|
296
298
|
# via
|
|
297
299
|
# fastapi-cli
|
|
@@ -311,7 +313,9 @@ sentry-sdk==2.49.0
|
|
|
311
313
|
setproctitle==1.3.7
|
|
312
314
|
# via agent-cli
|
|
313
315
|
shellingham==1.5.4
|
|
314
|
-
# via
|
|
316
|
+
# via
|
|
317
|
+
# typer
|
|
318
|
+
# typer-slim
|
|
315
319
|
six==1.17.0
|
|
316
320
|
# via
|
|
317
321
|
# kubernetes
|
|
@@ -339,10 +343,11 @@ transformers==4.57.5
|
|
|
339
343
|
# via agent-cli
|
|
340
344
|
typer==0.21.1
|
|
341
345
|
# via
|
|
342
|
-
# agent-cli
|
|
343
346
|
# chromadb
|
|
344
347
|
# fastapi-cli
|
|
345
348
|
# fastapi-cloud-cli
|
|
349
|
+
typer-slim==0.21.1
|
|
350
|
+
# via agent-cli
|
|
346
351
|
typing-extensions==4.15.0
|
|
347
352
|
# via
|
|
348
353
|
# anyio
|
|
@@ -363,6 +368,7 @@ typing-extensions==4.15.0
|
|
|
363
368
|
# rich-toolkit
|
|
364
369
|
# starlette
|
|
365
370
|
# typer
|
|
371
|
+
# typer-slim
|
|
366
372
|
# typing-inspection
|
|
367
373
|
typing-inspection==0.4.2
|
|
368
374
|
# via
|
|
@@ -18,6 +18,7 @@ click==8.3.1
|
|
|
18
18
|
# via
|
|
19
19
|
# rich-toolkit
|
|
20
20
|
# typer
|
|
21
|
+
# typer-slim
|
|
21
22
|
# uvicorn
|
|
22
23
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
23
24
|
# via
|
|
@@ -98,6 +99,7 @@ rich==14.2.0
|
|
|
98
99
|
# agent-cli
|
|
99
100
|
# rich-toolkit
|
|
100
101
|
# typer
|
|
102
|
+
# typer-slim
|
|
101
103
|
rich-toolkit==0.17.1
|
|
102
104
|
# via
|
|
103
105
|
# fastapi-cli
|
|
@@ -109,14 +111,17 @@ sentry-sdk==2.49.0
|
|
|
109
111
|
setproctitle==1.3.7
|
|
110
112
|
# via agent-cli
|
|
111
113
|
shellingham==1.5.4
|
|
112
|
-
# via
|
|
114
|
+
# via
|
|
115
|
+
# typer
|
|
116
|
+
# typer-slim
|
|
113
117
|
starlette==0.50.0
|
|
114
118
|
# via fastapi
|
|
115
119
|
typer==0.21.1
|
|
116
120
|
# via
|
|
117
|
-
# agent-cli
|
|
118
121
|
# fastapi-cli
|
|
119
122
|
# fastapi-cloud-cli
|
|
123
|
+
typer-slim==0.21.1
|
|
124
|
+
# via agent-cli
|
|
120
125
|
typing-extensions==4.15.0
|
|
121
126
|
# via
|
|
122
127
|
# anyio
|
|
@@ -127,6 +132,7 @@ typing-extensions==4.15.0
|
|
|
127
132
|
# rich-toolkit
|
|
128
133
|
# starlette
|
|
129
134
|
# typer
|
|
135
|
+
# typer-slim
|
|
130
136
|
# typing-inspection
|
|
131
137
|
typing-inspection==0.4.2
|
|
132
138
|
# via
|
|
@@ -11,7 +11,7 @@ certifi==2026.1.4
|
|
|
11
11
|
# httpcore
|
|
12
12
|
# httpx
|
|
13
13
|
click==8.3.1
|
|
14
|
-
# via typer
|
|
14
|
+
# via typer-slim
|
|
15
15
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
16
16
|
# via click
|
|
17
17
|
dotenv==0.9.9
|
|
@@ -49,21 +49,21 @@ python-dotenv==1.2.1
|
|
|
49
49
|
rich==14.2.0
|
|
50
50
|
# via
|
|
51
51
|
# agent-cli
|
|
52
|
-
# typer
|
|
52
|
+
# typer-slim
|
|
53
53
|
setproctitle==1.3.7
|
|
54
54
|
# via agent-cli
|
|
55
55
|
shellingham==1.5.4
|
|
56
|
-
# via typer
|
|
56
|
+
# via typer-slim
|
|
57
57
|
termcolor==3.3.0
|
|
58
58
|
# via fire
|
|
59
|
-
typer==0.21.1
|
|
59
|
+
typer-slim==0.21.1
|
|
60
60
|
# via agent-cli
|
|
61
61
|
typing-extensions==4.15.0
|
|
62
62
|
# via
|
|
63
63
|
# anyio
|
|
64
64
|
# pydantic
|
|
65
65
|
# pydantic-core
|
|
66
|
-
# typer
|
|
66
|
+
# typer-slim
|
|
67
67
|
# typing-inspection
|
|
68
68
|
typing-inspection==0.4.2
|
|
69
69
|
# via pydantic
|
agent_cli/_requirements/vad.txt
CHANGED
|
@@ -9,7 +9,7 @@ certifi==2026.1.4
|
|
|
9
9
|
# httpcore
|
|
10
10
|
# httpx
|
|
11
11
|
click==8.3.1
|
|
12
|
-
# via typer
|
|
12
|
+
# via typer-slim
|
|
13
13
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
14
14
|
# via click
|
|
15
15
|
coloredlogs==15.0.1
|
|
@@ -112,13 +112,13 @@ python-dotenv==1.2.1
|
|
|
112
112
|
rich==14.2.0
|
|
113
113
|
# via
|
|
114
114
|
# agent-cli
|
|
115
|
-
# typer
|
|
115
|
+
# typer-slim
|
|
116
116
|
setproctitle==1.3.7
|
|
117
117
|
# via agent-cli
|
|
118
118
|
setuptools==80.9.0 ; python_full_version >= '3.12'
|
|
119
119
|
# via torch
|
|
120
120
|
shellingham==1.5.4
|
|
121
|
-
# via typer
|
|
121
|
+
# via typer-slim
|
|
122
122
|
silero-vad==6.2.0
|
|
123
123
|
# via agent-cli
|
|
124
124
|
sympy==1.14.0
|
|
@@ -133,7 +133,7 @@ torchaudio==2.9.1
|
|
|
133
133
|
# via silero-vad
|
|
134
134
|
triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
135
135
|
# via torch
|
|
136
|
-
typer==0.21.1
|
|
136
|
+
typer-slim==0.21.1
|
|
137
137
|
# via agent-cli
|
|
138
138
|
typing-extensions==4.15.0
|
|
139
139
|
# via
|
|
@@ -141,7 +141,7 @@ typing-extensions==4.15.0
|
|
|
141
141
|
# pydantic
|
|
142
142
|
# pydantic-core
|
|
143
143
|
# torch
|
|
144
|
-
# typer
|
|
144
|
+
# typer-slim
|
|
145
145
|
# typing-inspection
|
|
146
146
|
typing-inspection==0.4.2
|
|
147
147
|
# via pydantic
|
agent_cli/install/extras.py
CHANGED
|
@@ -66,8 +66,8 @@ def _install_via_uv_tool(extras: list[str]) -> bool:
|
|
|
66
66
|
extras_str = ",".join(extras)
|
|
67
67
|
package_spec = f"agent-cli[{extras_str}]=={current_version}"
|
|
68
68
|
python_version = f"{sys.version_info.major}.{sys.version_info.minor}"
|
|
69
|
-
console.print(f"Reinstalling via uv tool: [cyan]{package_spec}[/] (Python {python_version})")
|
|
70
69
|
cmd = ["uv", "tool", "install", package_spec, "--force", "--python", python_version]
|
|
70
|
+
console.print(f"Running: [cyan]{' '.join(cmd)}[/]")
|
|
71
71
|
result = subprocess.run(cmd, check=False)
|
|
72
72
|
return result.returncode == 0
|
|
73
73
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-cli
|
|
3
|
-
Version: 0.68.
|
|
3
|
+
Version: 0.68.4
|
|
4
4
|
Summary: A suite of AI-powered command-line tools for text correction, audio transcription, and voice assistance.
|
|
5
5
|
Project-URL: Homepage, https://github.com/basnijholt/agent-cli
|
|
6
6
|
Author-email: Bas Nijholt <bas@nijho.lt>
|
|
@@ -13,7 +13,7 @@ Requires-Dist: pydantic
|
|
|
13
13
|
Requires-Dist: pyperclip
|
|
14
14
|
Requires-Dist: rich
|
|
15
15
|
Requires-Dist: setproctitle
|
|
16
|
-
Requires-Dist: typer
|
|
16
|
+
Requires-Dist: typer-slim[standard]
|
|
17
17
|
Provides-Extra: audio
|
|
18
18
|
Requires-Dist: numpy; extra == 'audio'
|
|
19
19
|
Requires-Dist: sounddevice>=0.4.6; extra == 'audio'
|
|
@@ -12,17 +12,17 @@ agent_cli/example-config.toml,sha256=xd9BXeOqdYx4xFJt58VBs2I49ESy6dF4-mWF_g8sM9o
|
|
|
12
12
|
agent_cli/opts.py,sha256=qMK_mLxzGAbX7C2IYuCFvOkLgaxCCMO66I9ps8AdrYo,12114
|
|
13
13
|
agent_cli/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
agent_cli/_requirements/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
agent_cli/_requirements/audio.txt,sha256=
|
|
16
|
-
agent_cli/_requirements/faster-whisper.txt,sha256=
|
|
17
|
-
agent_cli/_requirements/kokoro.txt,sha256=
|
|
18
|
-
agent_cli/_requirements/llm.txt,sha256=
|
|
19
|
-
agent_cli/_requirements/memory.txt,sha256=
|
|
20
|
-
agent_cli/_requirements/mlx-whisper.txt,sha256=
|
|
21
|
-
agent_cli/_requirements/piper.txt,sha256=
|
|
22
|
-
agent_cli/_requirements/rag.txt,sha256=
|
|
23
|
-
agent_cli/_requirements/server.txt,sha256=
|
|
24
|
-
agent_cli/_requirements/speed.txt,sha256=
|
|
25
|
-
agent_cli/_requirements/vad.txt,sha256=
|
|
15
|
+
agent_cli/_requirements/audio.txt,sha256=RkSs_zIrPHuvnh-xUG9zX5N-HRQQO9q3fn9ZIjAiN5w,1416
|
|
16
|
+
agent_cli/_requirements/faster-whisper.txt,sha256=3WmptE3Il1BaWcP7MMV-4uxD16rTdiWEMMiBHnZW7Ug,4315
|
|
17
|
+
agent_cli/_requirements/kokoro.txt,sha256=w2_Rnmxg69Rdj5o2frnkVBdZ14zEaWZ1sMyxkXZ7uK4,8914
|
|
18
|
+
agent_cli/_requirements/llm.txt,sha256=aO4tdVTrVNj7h5H4keKX8Qoq3ItqA0BD_BgeE_Ztkns,3484
|
|
19
|
+
agent_cli/_requirements/memory.txt,sha256=4kebLODB382qJ74zIrFkJpmmBu0JkhrYBQ6Frx8lSOw,7257
|
|
20
|
+
agent_cli/_requirements/mlx-whisper.txt,sha256=nOh5zWhgm7yCl9zXtjoOpi7IE8GQ8Tfv0OrE0jZYMM4,6790
|
|
21
|
+
agent_cli/_requirements/piper.txt,sha256=dLjpbjuTz81kBIzUN4mfgS-geUUQtKIuoEw6EM56iQc,3437
|
|
22
|
+
agent_cli/_requirements/rag.txt,sha256=aTlraZIyT2CrqPlGDvX4t3JMv3URhZidyQSHEIM2_uc,8232
|
|
23
|
+
agent_cli/_requirements/server.txt,sha256=e4RDvXGQ-Ajlt63EtI9BL-AWhLRnRxaD63gXitRg1RU,2986
|
|
24
|
+
agent_cli/_requirements/speed.txt,sha256=I88H-mRpMOUnKQhsTZj1MN1hIeygOMNuM5-UNYOetNw,1358
|
|
25
|
+
agent_cli/_requirements/vad.txt,sha256=gWG4lmhDPIrXjVYrwVGEak5AkGP_OrwhlKu2FKm10P0,3911
|
|
26
26
|
agent_cli/agents/__init__.py,sha256=c1rnncDW5pBvP6BiLzFVpLWDNZzFRaUA7-a97avFVAs,321
|
|
27
27
|
agent_cli/agents/_voice_agent_common.py,sha256=PUAztW84Xf9U7d0C_K5cL7I8OANIE1H6M8dFD_cRqps,4360
|
|
28
28
|
agent_cli/agents/assistant.py,sha256=dXExb-UrWdMiEcI1c6bXvMhii1iGg49Zw4On6-inQUE,14046
|
|
@@ -91,7 +91,7 @@ agent_cli/dev/terminals/warp.py,sha256=j-Jvz_BbWYC3QfLrvl4CbDh03c9OGRFmuCzjyB2ud
|
|
|
91
91
|
agent_cli/dev/terminals/zellij.py,sha256=GnQnopimb9XH67CZGHjnbVWpVSWhaLCATGJizCT5TkY,2321
|
|
92
92
|
agent_cli/install/__init__.py,sha256=JQPrOrtdNd1Y1NmQDkb3Nmm1qdyn3kPjhQwy9D8ryjI,124
|
|
93
93
|
agent_cli/install/common.py,sha256=WvnmcjnFTW0d1HZrKVGzj5Tg3q8Txk_ZOdc4a1MBFWI,3121
|
|
94
|
-
agent_cli/install/extras.py,sha256=
|
|
94
|
+
agent_cli/install/extras.py,sha256=VdBrb1W_P7UVpRs9lXFVuTk3hWgnKcj3Hw7KjxfJilA,5846
|
|
95
95
|
agent_cli/install/hotkeys.py,sha256=bwGoPeEKK6VI-IrKU8Q0RLMW9smkDNU7CdqD3Nbsd-w,1626
|
|
96
96
|
agent_cli/install/services.py,sha256=2s_7ThxaElKCuomBYTn4Z36TF_o_arNeyJ4f8Wh4jEI,2912
|
|
97
97
|
agent_cli/memory/__init__.py,sha256=8XNpVzP-qjF8o49A_eXsH_Rbp_FmxTIcknnvxq7vHms,162
|
|
@@ -188,8 +188,8 @@ agent_cli/services/asr.py,sha256=aRaCLVCygsJ15qyQEPECOZsdSrnlLPbyY4RwAqY0qIw,172
|
|
|
188
188
|
agent_cli/services/llm.py,sha256=Kwdo6pbMYI9oykF-RBe1iaL3KsYrNWTLdRSioewmsGQ,7199
|
|
189
189
|
agent_cli/services/tts.py,sha256=NX5Qnq7ddLI3mwm3nzhbR3zB1Os4Ip4sSVSjDZDTBcI,14855
|
|
190
190
|
agent_cli/services/wake_word.py,sha256=JFJ1SA22H4yko9DXiQ1t7fcoxeALLAe3iBrLs0z8rX4,4664
|
|
191
|
-
agent_cli-0.68.
|
|
192
|
-
agent_cli-0.68.
|
|
193
|
-
agent_cli-0.68.
|
|
194
|
-
agent_cli-0.68.
|
|
195
|
-
agent_cli-0.68.
|
|
191
|
+
agent_cli-0.68.4.dist-info/METADATA,sha256=dsrXQTjNPX7N4T9XCAA-sTHc_C20BjRQ1JGKDvFaxLs,156047
|
|
192
|
+
agent_cli-0.68.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
193
|
+
agent_cli-0.68.4.dist-info/entry_points.txt,sha256=FUv-fB2atLsPUk_RT4zqnZl1coz4_XHFwRALOKOF38s,97
|
|
194
|
+
agent_cli-0.68.4.dist-info/licenses/LICENSE,sha256=majJU6S9kC8R8bW39NVBHyv32Dq50FL6TDxECG2WVts,1068
|
|
195
|
+
agent_cli-0.68.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|