agent-cli 0.68.4__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 +1 -0
- agent_cli/_requirements/kokoro.txt +1 -0
- agent_cli/_requirements/llm.txt +8 -1
- agent_cli/_requirements/memory.txt +1 -0
- agent_cli/_requirements/mlx-whisper.txt +2 -1
- agent_cli/_requirements/piper.txt +1 -0
- agent_cli/_requirements/rag.txt +1 -0
- agent_cli/_requirements/server.txt +1 -0
- agent_cli/_requirements/speed.txt +10 -2
- agent_cli/_requirements/vad.txt +10 -2
- {agent_cli-0.68.4.dist-info → agent_cli-0.68.5.dist-info}/METADATA +2 -1
- {agent_cli-0.68.4.dist-info → agent_cli-0.68.5.dist-info}/RECORD +16 -16
- {agent_cli-0.68.4.dist-info → agent_cli-0.68.5.dist-info}/WHEEL +0 -0
- {agent_cli-0.68.4.dist-info → agent_cli-0.68.5.dist-info}/entry_points.txt +0 -0
- {agent_cli-0.68.4.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
|
|
@@ -49,13 +51,18 @@ python-dotenv==1.2.1
|
|
|
49
51
|
rich==14.2.0
|
|
50
52
|
# via
|
|
51
53
|
# agent-cli
|
|
54
|
+
# typer
|
|
52
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
|
|
64
|
+
typer==0.21.1
|
|
65
|
+
# via agent-cli
|
|
59
66
|
typer-slim==0.21.1
|
|
60
67
|
# via agent-cli
|
|
61
68
|
typing-extensions==4.15.0
|
|
@@ -63,6 +70,7 @@ typing-extensions==4.15.0
|
|
|
63
70
|
# anyio
|
|
64
71
|
# pydantic
|
|
65
72
|
# pydantic-core
|
|
73
|
+
# typer
|
|
66
74
|
# typer-slim
|
|
67
75
|
# typing-inspection
|
|
68
76
|
typing-inspection==0.4.2
|
agent_cli/_requirements/llm.txt
CHANGED
|
@@ -23,6 +23,7 @@ charset-normalizer==3.4.4
|
|
|
23
23
|
click==8.3.1
|
|
24
24
|
# via
|
|
25
25
|
# ddgs
|
|
26
|
+
# typer
|
|
26
27
|
# typer-slim
|
|
27
28
|
colorama==0.4.6
|
|
28
29
|
# via
|
|
@@ -132,13 +133,16 @@ requests==2.32.5
|
|
|
132
133
|
rich==14.2.0
|
|
133
134
|
# via
|
|
134
135
|
# agent-cli
|
|
136
|
+
# typer
|
|
135
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
|
|
@@ -151,6 +155,8 @@ tiktoken==0.12.0
|
|
|
151
155
|
# via pydantic-ai-slim
|
|
152
156
|
tqdm==4.67.1
|
|
153
157
|
# via openai
|
|
158
|
+
typer==0.21.1
|
|
159
|
+
# via agent-cli
|
|
154
160
|
typer-slim==0.21.1
|
|
155
161
|
# via agent-cli
|
|
156
162
|
typing-extensions==4.15.0
|
|
@@ -161,6 +167,7 @@ typing-extensions==4.15.0
|
|
|
161
167
|
# opentelemetry-api
|
|
162
168
|
# pydantic
|
|
163
169
|
# pydantic-core
|
|
170
|
+
# typer
|
|
164
171
|
# typer-slim
|
|
165
172
|
# typing-inspection
|
|
166
173
|
typing-inspection==0.4.2
|
|
@@ -180,8 +180,9 @@ tqdm==4.67.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
|
180
180
|
# via
|
|
181
181
|
# huggingface-hub
|
|
182
182
|
# mlx-whisper
|
|
183
|
-
typer==0.21.1
|
|
183
|
+
typer==0.21.1
|
|
184
184
|
# via
|
|
185
|
+
# agent-cli
|
|
185
186
|
# fastapi-cli
|
|
186
187
|
# fastapi-cloud-cli
|
|
187
188
|
typer-slim==0.21.1
|
agent_cli/_requirements/rag.txt
CHANGED
|
@@ -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
|
|
@@ -49,13 +51,18 @@ python-dotenv==1.2.1
|
|
|
49
51
|
rich==14.2.0
|
|
50
52
|
# via
|
|
51
53
|
# agent-cli
|
|
54
|
+
# typer
|
|
52
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
|
|
64
|
+
typer==0.21.1
|
|
65
|
+
# via agent-cli
|
|
59
66
|
typer-slim==0.21.1
|
|
60
67
|
# via agent-cli
|
|
61
68
|
typing-extensions==4.15.0
|
|
@@ -63,6 +70,7 @@ typing-extensions==4.15.0
|
|
|
63
70
|
# anyio
|
|
64
71
|
# pydantic
|
|
65
72
|
# pydantic-core
|
|
73
|
+
# typer
|
|
66
74
|
# typer-slim
|
|
67
75
|
# typing-inspection
|
|
68
76
|
typing-inspection==0.4.2
|
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
|
|
@@ -112,13 +114,16 @@ python-dotenv==1.2.1
|
|
|
112
114
|
rich==14.2.0
|
|
113
115
|
# via
|
|
114
116
|
# agent-cli
|
|
117
|
+
# typer
|
|
115
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
|
|
@@ -133,6 +138,8 @@ torchaudio==2.9.1
|
|
|
133
138
|
# via silero-vad
|
|
134
139
|
triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
135
140
|
# via torch
|
|
141
|
+
typer==0.21.1
|
|
142
|
+
# via agent-cli
|
|
136
143
|
typer-slim==0.21.1
|
|
137
144
|
# via agent-cli
|
|
138
145
|
typing-extensions==4.15.0
|
|
@@ -141,6 +148,7 @@ typing-extensions==4.15.0
|
|
|
141
148
|
# pydantic
|
|
142
149
|
# pydantic-core
|
|
143
150
|
# torch
|
|
151
|
+
# typer
|
|
144
152
|
# typer-slim
|
|
145
153
|
# typing-inspection
|
|
146
154
|
typing-inspection==0.4.2
|
|
@@ -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>
|
|
@@ -13,6 +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
17
|
Requires-Dist: typer-slim[standard]
|
|
17
18
|
Provides-Extra: audio
|
|
18
19
|
Requires-Dist: numpy; 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
|
|
@@ -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
|