yaicli 0.5.8__tar.gz → 0.5.9__tar.gz
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.
- {yaicli-0.5.8 → yaicli-0.5.9}/PKG-INFO +3 -3
- {yaicli-0.5.8 → yaicli-0.5.9}/pyproject.toml +3 -3
- {yaicli-0.5.8 → yaicli-0.5.9}/.gitignore +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/LICENSE +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/README.md +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/__init__.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/chat.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/cli.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/client.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/config.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/console.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/const.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/entry.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/exceptions.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/functions/__init__.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/functions/buildin/execute_shell_command.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/history.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/printer.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/render.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/role.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/schemas.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/tools.py +0 -0
- {yaicli-0.5.8 → yaicli-0.5.9}/yaicli/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: yaicli
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.9
|
4
4
|
Summary: A simple CLI tool to interact with LLM
|
5
5
|
Project-URL: Homepage, https://github.com/belingud/yaicli
|
6
6
|
Project-URL: Repository, https://github.com/belingud/yaicli
|
@@ -213,7 +213,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
213
213
|
Classifier: Operating System :: OS Independent
|
214
214
|
Classifier: Programming Language :: Python :: 3
|
215
215
|
Requires-Python: >=3.9
|
216
|
-
Requires-Dist: click
|
216
|
+
Requires-Dist: click>=8.1.8
|
217
217
|
Requires-Dist: distro>=1.9.0
|
218
218
|
Requires-Dist: httpx>=0.28.1
|
219
219
|
Requires-Dist: instructor>=1.7.9
|
@@ -223,7 +223,7 @@ Requires-Dist: openai>=1.76.0
|
|
223
223
|
Requires-Dist: prompt-toolkit>=3.0.50
|
224
224
|
Requires-Dist: rich>=13.9.4
|
225
225
|
Requires-Dist: socksio>=1.0.0
|
226
|
-
Requires-Dist: typer>=0.
|
226
|
+
Requires-Dist: typer>=0.16.0
|
227
227
|
Description-Content-Type: text/markdown
|
228
228
|
|
229
229
|
# YAICLI: Your AI assistant in command line.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "yaicli"
|
3
|
-
version = "0.5.
|
3
|
+
version = "0.5.9"
|
4
4
|
description = "A simple CLI tool to interact with LLM"
|
5
5
|
authors = [{ name = "belingud", email = "im.victor@qq.com" }]
|
6
6
|
readme = "README.md"
|
@@ -30,7 +30,7 @@ keywords = [
|
|
30
30
|
"interact with llms",
|
31
31
|
]
|
32
32
|
dependencies = [
|
33
|
-
"click
|
33
|
+
"click>=8.1.8",
|
34
34
|
"distro>=1.9.0",
|
35
35
|
"httpx>=0.28.1",
|
36
36
|
"instructor>=1.7.9",
|
@@ -40,7 +40,7 @@ dependencies = [
|
|
40
40
|
"prompt-toolkit>=3.0.50",
|
41
41
|
"rich>=13.9.4",
|
42
42
|
"socksio>=1.0.0",
|
43
|
-
"typer>=0.
|
43
|
+
"typer>=0.16.0",
|
44
44
|
]
|
45
45
|
[project.urls]
|
46
46
|
Homepage = "https://github.com/belingud/yaicli"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|