agent-cli 0.68.3__py3-none-any.whl → 0.68.5__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 +10 -2
- agent_cli/_requirements/faster-whisper.txt +8 -1
- agent_cli/_requirements/kokoro.txt +5 -1
- agent_cli/_requirements/llm.txt +8 -1
- agent_cli/_requirements/memory.txt +8 -1
- agent_cli/_requirements/mlx-whisper.txt +8 -1
- agent_cli/_requirements/piper.txt +8 -1
- agent_cli/_requirements/rag.txt +8 -1
- agent_cli/_requirements/server.txt +8 -1
- agent_cli/_requirements/speed.txt +10 -2
- agent_cli/_requirements/vad.txt +10 -2
- agent_cli/install/extras.py +1 -1
- {agent_cli-0.68.3.dist-info → agent_cli-0.68.5.dist-info}/METADATA +2 -1
- {agent_cli-0.68.3.dist-info → agent_cli-0.68.5.dist-info}/RECORD +17 -17
- {agent_cli-0.68.3.dist-info → agent_cli-0.68.5.dist-info}/WHEEL +0 -0
- {agent_cli-0.68.3.dist-info → agent_cli-0.68.5.dist-info}/entry_points.txt +0 -0
- {agent_cli-0.68.3.dist-info → agent_cli-0.68.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -11,7 +11,9 @@ certifi==2026.1.4
|
|
|
11
11
|
cffi==2.0.0
|
|
12
12
|
# via sounddevice
|
|
13
13
|
click==8.3.1
|
|
14
|
-
# via
|
|
14
|
+
# via
|
|
15
|
+
# typer
|
|
16
|
+
# typer-slim
|
|
15
17
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
16
18
|
# via click
|
|
17
19
|
dotenv==0.9.9
|
|
@@ -50,20 +52,26 @@ rich==14.2.0
|
|
|
50
52
|
# via
|
|
51
53
|
# agent-cli
|
|
52
54
|
# typer
|
|
55
|
+
# typer-slim
|
|
53
56
|
setproctitle==1.3.7
|
|
54
57
|
# via agent-cli
|
|
55
58
|
shellingham==1.5.4
|
|
56
|
-
# via
|
|
59
|
+
# via
|
|
60
|
+
# typer
|
|
61
|
+
# typer-slim
|
|
57
62
|
sounddevice==0.5.3
|
|
58
63
|
# via agent-cli
|
|
59
64
|
typer==0.21.1
|
|
60
65
|
# via agent-cli
|
|
66
|
+
typer-slim==0.21.1
|
|
67
|
+
# via agent-cli
|
|
61
68
|
typing-extensions==4.15.0
|
|
62
69
|
# via
|
|
63
70
|
# anyio
|
|
64
71
|
# pydantic
|
|
65
72
|
# pydantic-core
|
|
66
73
|
# typer
|
|
74
|
+
# typer-slim
|
|
67
75
|
# typing-inspection
|
|
68
76
|
typing-inspection==0.4.2
|
|
69
77
|
# 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
|
|
@@ -175,6 +179,8 @@ typer==0.21.1
|
|
|
175
179
|
# agent-cli
|
|
176
180
|
# fastapi-cli
|
|
177
181
|
# fastapi-cloud-cli
|
|
182
|
+
typer-slim==0.21.1
|
|
183
|
+
# via agent-cli
|
|
178
184
|
typing-extensions==4.15.0
|
|
179
185
|
# via
|
|
180
186
|
# anyio
|
|
@@ -186,6 +192,7 @@ typing-extensions==4.15.0
|
|
|
186
192
|
# rich-toolkit
|
|
187
193
|
# starlette
|
|
188
194
|
# typer
|
|
195
|
+
# typer-slim
|
|
189
196
|
# typing-inspection
|
|
190
197
|
typing-inspection==0.4.2
|
|
191
198
|
# 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
|
|
@@ -369,6 +372,7 @@ typer==0.21.1
|
|
|
369
372
|
# fastapi-cloud-cli
|
|
370
373
|
typer-slim==0.21.1
|
|
371
374
|
# via
|
|
375
|
+
# agent-cli
|
|
372
376
|
# spacy
|
|
373
377
|
# weasel
|
|
374
378
|
typing-extensions==4.15.0
|
agent_cli/_requirements/llm.txt
CHANGED
|
@@ -24,6 +24,7 @@ click==8.3.1
|
|
|
24
24
|
# via
|
|
25
25
|
# ddgs
|
|
26
26
|
# typer
|
|
27
|
+
# typer-slim
|
|
27
28
|
colorama==0.4.6
|
|
28
29
|
# via
|
|
29
30
|
# click
|
|
@@ -133,12 +134,15 @@ rich==14.2.0
|
|
|
133
134
|
# via
|
|
134
135
|
# agent-cli
|
|
135
136
|
# typer
|
|
137
|
+
# typer-slim
|
|
136
138
|
rsa==4.9.1
|
|
137
139
|
# via google-auth
|
|
138
140
|
setproctitle==1.3.7
|
|
139
141
|
# via agent-cli
|
|
140
142
|
shellingham==1.5.4
|
|
141
|
-
# via
|
|
143
|
+
# via
|
|
144
|
+
# typer
|
|
145
|
+
# typer-slim
|
|
142
146
|
sniffio==1.3.1
|
|
143
147
|
# via
|
|
144
148
|
# google-genai
|
|
@@ -153,6 +157,8 @@ tqdm==4.67.1
|
|
|
153
157
|
# via openai
|
|
154
158
|
typer==0.21.1
|
|
155
159
|
# via agent-cli
|
|
160
|
+
typer-slim==0.21.1
|
|
161
|
+
# via agent-cli
|
|
156
162
|
typing-extensions==4.15.0
|
|
157
163
|
# via
|
|
158
164
|
# anyio
|
|
@@ -162,6 +168,7 @@ typing-extensions==4.15.0
|
|
|
162
168
|
# pydantic
|
|
163
169
|
# pydantic-core
|
|
164
170
|
# typer
|
|
171
|
+
# typer-slim
|
|
165
172
|
# typing-inspection
|
|
166
173
|
typing-inspection==0.4.2
|
|
167
174
|
# 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
|
|
@@ -300,6 +304,8 @@ typer==0.21.1
|
|
|
300
304
|
# chromadb
|
|
301
305
|
# fastapi-cli
|
|
302
306
|
# fastapi-cloud-cli
|
|
307
|
+
typer-slim==0.21.1
|
|
308
|
+
# via agent-cli
|
|
303
309
|
typing-extensions==4.15.0
|
|
304
310
|
# via
|
|
305
311
|
# anyio
|
|
@@ -318,6 +324,7 @@ typing-extensions==4.15.0
|
|
|
318
324
|
# rich-toolkit
|
|
319
325
|
# starlette
|
|
320
326
|
# typer
|
|
327
|
+
# typer-slim
|
|
321
328
|
# typing-inspection
|
|
322
329
|
typing-inspection==0.4.2
|
|
323
330
|
# 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'
|
|
@@ -181,6 +185,8 @@ typer==0.21.1
|
|
|
181
185
|
# agent-cli
|
|
182
186
|
# fastapi-cli
|
|
183
187
|
# fastapi-cloud-cli
|
|
188
|
+
typer-slim==0.21.1
|
|
189
|
+
# via agent-cli
|
|
184
190
|
typing-extensions==4.15.0
|
|
185
191
|
# via
|
|
186
192
|
# anyio
|
|
@@ -193,6 +199,7 @@ typing-extensions==4.15.0
|
|
|
193
199
|
# starlette
|
|
194
200
|
# torch
|
|
195
201
|
# typer
|
|
202
|
+
# typer-slim
|
|
196
203
|
# typing-inspection
|
|
197
204
|
typing-inspection==0.4.2
|
|
198
205
|
# 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,7 +131,9 @@ 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
|
|
@@ -139,6 +143,8 @@ typer==0.21.1
|
|
|
139
143
|
# agent-cli
|
|
140
144
|
# fastapi-cli
|
|
141
145
|
# fastapi-cloud-cli
|
|
146
|
+
typer-slim==0.21.1
|
|
147
|
+
# via agent-cli
|
|
142
148
|
typing-extensions==4.15.0
|
|
143
149
|
# via
|
|
144
150
|
# anyio
|
|
@@ -149,6 +155,7 @@ typing-extensions==4.15.0
|
|
|
149
155
|
# rich-toolkit
|
|
150
156
|
# starlette
|
|
151
157
|
# typer
|
|
158
|
+
# typer-slim
|
|
152
159
|
# typing-inspection
|
|
153
160
|
typing-inspection==0.4.2
|
|
154
161
|
# 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
|
|
@@ -343,6 +347,8 @@ typer==0.21.1
|
|
|
343
347
|
# chromadb
|
|
344
348
|
# fastapi-cli
|
|
345
349
|
# fastapi-cloud-cli
|
|
350
|
+
typer-slim==0.21.1
|
|
351
|
+
# via agent-cli
|
|
346
352
|
typing-extensions==4.15.0
|
|
347
353
|
# via
|
|
348
354
|
# anyio
|
|
@@ -363,6 +369,7 @@ typing-extensions==4.15.0
|
|
|
363
369
|
# rich-toolkit
|
|
364
370
|
# starlette
|
|
365
371
|
# typer
|
|
372
|
+
# typer-slim
|
|
366
373
|
# typing-inspection
|
|
367
374
|
typing-inspection==0.4.2
|
|
368
375
|
# 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,7 +111,9 @@ 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
|
|
@@ -117,6 +121,8 @@ typer==0.21.1
|
|
|
117
121
|
# agent-cli
|
|
118
122
|
# fastapi-cli
|
|
119
123
|
# fastapi-cloud-cli
|
|
124
|
+
typer-slim==0.21.1
|
|
125
|
+
# via agent-cli
|
|
120
126
|
typing-extensions==4.15.0
|
|
121
127
|
# via
|
|
122
128
|
# anyio
|
|
@@ -127,6 +133,7 @@ typing-extensions==4.15.0
|
|
|
127
133
|
# rich-toolkit
|
|
128
134
|
# starlette
|
|
129
135
|
# typer
|
|
136
|
+
# typer-slim
|
|
130
137
|
# typing-inspection
|
|
131
138
|
typing-inspection==0.4.2
|
|
132
139
|
# via
|
|
@@ -11,7 +11,9 @@ certifi==2026.1.4
|
|
|
11
11
|
# httpcore
|
|
12
12
|
# httpx
|
|
13
13
|
click==8.3.1
|
|
14
|
-
# via
|
|
14
|
+
# via
|
|
15
|
+
# typer
|
|
16
|
+
# typer-slim
|
|
15
17
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
16
18
|
# via click
|
|
17
19
|
dotenv==0.9.9
|
|
@@ -50,20 +52,26 @@ rich==14.2.0
|
|
|
50
52
|
# via
|
|
51
53
|
# agent-cli
|
|
52
54
|
# typer
|
|
55
|
+
# typer-slim
|
|
53
56
|
setproctitle==1.3.7
|
|
54
57
|
# via agent-cli
|
|
55
58
|
shellingham==1.5.4
|
|
56
|
-
# via
|
|
59
|
+
# via
|
|
60
|
+
# typer
|
|
61
|
+
# typer-slim
|
|
57
62
|
termcolor==3.3.0
|
|
58
63
|
# via fire
|
|
59
64
|
typer==0.21.1
|
|
60
65
|
# via agent-cli
|
|
66
|
+
typer-slim==0.21.1
|
|
67
|
+
# via agent-cli
|
|
61
68
|
typing-extensions==4.15.0
|
|
62
69
|
# via
|
|
63
70
|
# anyio
|
|
64
71
|
# pydantic
|
|
65
72
|
# pydantic-core
|
|
66
73
|
# typer
|
|
74
|
+
# typer-slim
|
|
67
75
|
# typing-inspection
|
|
68
76
|
typing-inspection==0.4.2
|
|
69
77
|
# via pydantic
|
agent_cli/_requirements/vad.txt
CHANGED
|
@@ -9,7 +9,9 @@ certifi==2026.1.4
|
|
|
9
9
|
# httpcore
|
|
10
10
|
# httpx
|
|
11
11
|
click==8.3.1
|
|
12
|
-
# via
|
|
12
|
+
# via
|
|
13
|
+
# typer
|
|
14
|
+
# typer-slim
|
|
13
15
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
14
16
|
# via click
|
|
15
17
|
coloredlogs==15.0.1
|
|
@@ -113,12 +115,15 @@ rich==14.2.0
|
|
|
113
115
|
# via
|
|
114
116
|
# agent-cli
|
|
115
117
|
# typer
|
|
118
|
+
# typer-slim
|
|
116
119
|
setproctitle==1.3.7
|
|
117
120
|
# via agent-cli
|
|
118
121
|
setuptools==80.9.0 ; python_full_version >= '3.12'
|
|
119
122
|
# via torch
|
|
120
123
|
shellingham==1.5.4
|
|
121
|
-
# via
|
|
124
|
+
# via
|
|
125
|
+
# typer
|
|
126
|
+
# typer-slim
|
|
122
127
|
silero-vad==6.2.0
|
|
123
128
|
# via agent-cli
|
|
124
129
|
sympy==1.14.0
|
|
@@ -135,6 +140,8 @@ triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
|
135
140
|
# via torch
|
|
136
141
|
typer==0.21.1
|
|
137
142
|
# via agent-cli
|
|
143
|
+
typer-slim==0.21.1
|
|
144
|
+
# via agent-cli
|
|
138
145
|
typing-extensions==4.15.0
|
|
139
146
|
# via
|
|
140
147
|
# anyio
|
|
@@ -142,6 +149,7 @@ typing-extensions==4.15.0
|
|
|
142
149
|
# pydantic-core
|
|
143
150
|
# torch
|
|
144
151
|
# typer
|
|
152
|
+
# typer-slim
|
|
145
153
|
# typing-inspection
|
|
146
154
|
typing-inspection==0.4.2
|
|
147
155
|
# 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.5
|
|
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>
|
|
@@ -14,6 +14,7 @@ Requires-Dist: pyperclip
|
|
|
14
14
|
Requires-Dist: rich
|
|
15
15
|
Requires-Dist: setproctitle
|
|
16
16
|
Requires-Dist: typer
|
|
17
|
+
Requires-Dist: typer-slim[standard]
|
|
17
18
|
Provides-Extra: audio
|
|
18
19
|
Requires-Dist: numpy; extra == 'audio'
|
|
19
20
|
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=KAOtFaFClkj2EAesWI61LZ4N-T1WQvHtvf1sNtDxVgQ,1522
|
|
16
|
+
agent_cli/_requirements/faster-whisper.txt,sha256=V5O-Di0hA_0g3EyZaRlRlR6JVhJ2XuqXyzxMUmYDxMU,4333
|
|
17
|
+
agent_cli/_requirements/kokoro.txt,sha256=HJFVJga6O7Eiz-2oqY6GsnGB9jQu2PM_QdtEN4lKjSU,8932
|
|
18
|
+
agent_cli/_requirements/llm.txt,sha256=nApd9U7gPLTmUaCGZL_dkBN9BmHt3zOrt038XSS1NKc,3582
|
|
19
|
+
agent_cli/_requirements/memory.txt,sha256=b0Ylc3kSqoLqi24VKtjx70wGlR8dhOehM75bwZEQALg,7275
|
|
20
|
+
agent_cli/_requirements/mlx-whisper.txt,sha256=4KxYahgmWzCi3dD1R-P4kqRix0Yyewqo-tHl9QmZHj4,6749
|
|
21
|
+
agent_cli/_requirements/piper.txt,sha256=aoRGqt_7Kr9cNHk-H4q7SVoKmP4d0fhtvEXeUeIqwQI,3455
|
|
22
|
+
agent_cli/_requirements/rag.txt,sha256=aoErAOsLPZnToKgkQJMBAQcH0dSVM8eCwxNfJ1S1udU,8250
|
|
23
|
+
agent_cli/_requirements/server.txt,sha256=v29ib07fYE5_lbL00ULOgS13XA5NAOnLq-lExJZ0zbw,3004
|
|
24
|
+
agent_cli/_requirements/speed.txt,sha256=KwBTrZFXWtgwJ5zrcNtm45zfqvNK0trcR1SbV-wDFp4,1464
|
|
25
|
+
agent_cli/_requirements/vad.txt,sha256=HN7OB8cu5cWuVPhoKWye73I9lAWPE-ijeXeVSshCsxs,4017
|
|
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.5.dist-info/METADATA,sha256=r3jkLcsKzc9_7mzAV--UFBcRkkVoU8UJneOJL8JpIzQ,156068
|
|
192
|
+
agent_cli-0.68.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
193
|
+
agent_cli-0.68.5.dist-info/entry_points.txt,sha256=FUv-fB2atLsPUk_RT4zqnZl1coz4_XHFwRALOKOF38s,97
|
|
194
|
+
agent_cli-0.68.5.dist-info/licenses/LICENSE,sha256=majJU6S9kC8R8bW39NVBHyv32Dq50FL6TDxECG2WVts,1068
|
|
195
|
+
agent_cli-0.68.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|