yaicli 0.7.0__py3-none-any.whl → 0.7.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.
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "yaicli"
3
- version = "0.7.0"
3
+ version = "0.7.1"
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"
@@ -55,6 +55,7 @@ keywords = [
55
55
  dependencies = [
56
56
  "click>=8.1.8",
57
57
  "distro>=1.9.0",
58
+ "fastmcp>=2.9.2",
58
59
  "httpx>=0.28.1",
59
60
  "instructor>=1.7.9",
60
61
  "json-repair>=0.44.1",
@@ -88,6 +89,9 @@ gemini = ["google-genai>=1.20.0"]
88
89
  huggingface = [
89
90
  "huggingface-hub>=0.33.0",
90
91
  ]
92
+ mistral = [
93
+ "mistralai>=1.8.2",
94
+ ]
91
95
 
92
96
  [tool.pytest.ini_options]
93
97
  testpaths = ["tests"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yaicli
3
- Version: 0.7.0
3
+ Version: 0.7.1
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
@@ -215,6 +215,7 @@ Classifier: Programming Language :: Python :: 3
215
215
  Requires-Python: >=3.10
216
216
  Requires-Dist: click>=8.1.8
217
217
  Requires-Dist: distro>=1.9.0
218
+ Requires-Dist: fastmcp>=2.9.2
218
219
  Requires-Dist: httpx>=0.28.1
219
220
  Requires-Dist: instructor>=1.7.9
220
221
  Requires-Dist: json-repair>=0.44.1
@@ -237,6 +238,8 @@ Provides-Extra: gemini
237
238
  Requires-Dist: google-genai>=1.20.0; extra == 'gemini'
238
239
  Provides-Extra: huggingface
239
240
  Requires-Dist: huggingface-hub>=0.33.0; extra == 'huggingface'
241
+ Provides-Extra: mistral
242
+ Requires-Dist: mistralai>=1.8.2; extra == 'mistral'
240
243
  Provides-Extra: ollama
241
244
  Requires-Dist: ollama>=0.5.1; extra == 'ollama'
242
245
  Description-Content-Type: text/markdown
@@ -1,4 +1,4 @@
1
- pyproject.toml,sha256=IGnWg-I9UrjiWbtuBK0GwEnTrrsvy6ZCN3GyfAlsGSU,2756
1
+ pyproject.toml,sha256=nnGhGl-8nx5sHrGTF6TL9nHNZwUKFIAuBBTVSauePZ0,2816
2
2
  yaicli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  yaicli/chat.py,sha256=_emvZEdgMBth2nQGaNWPf0P45oW2k3bpuIwqsxFcM5A,13676
4
4
  yaicli/cli.py,sha256=s8Bj4MSQmLblh4fHBPKS-DvJoAdMmp64KC7e7BwzmOs,23322
@@ -42,8 +42,8 @@ yaicli/llms/providers/yi_provider.py,sha256=EnTm9qTxHPnzERsKqgGnzRIVhXFcAEdYqtOr
42
42
  yaicli/tools/__init__.py,sha256=62kSqvh232jog_pb85Tsx4Pe_rI9CAODGMTxAXdKzy0,4112
43
43
  yaicli/tools/function.py,sha256=1yXnpOg7Y2sw_LwTOBH7042cHeBoBCVJJMQTVyQh_Hw,2802
44
44
  yaicli/tools/mcp.py,sha256=-V17cDsQvmdb2eeVnuC_ypg5Rn6f10dUjEptNK1kTxU,15004
45
- yaicli-0.7.0.dist-info/METADATA,sha256=KnO0NulMNsdWI2Zru1iKvpspzg-8uBZqv5AeXrX1SeU,64329
46
- yaicli-0.7.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
47
- yaicli-0.7.0.dist-info/entry_points.txt,sha256=iYVyQP0PJIm9tQnlQheqT435kK_xdGoi5j9aswGV9hA,66
48
- yaicli-0.7.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
49
- yaicli-0.7.0.dist-info/RECORD,,
45
+ yaicli-0.7.1.dist-info/METADATA,sha256=8JNcElJu4dgwlbp7G11Ik0H20K6zrX7cHzdI7nZwbNA,64435
46
+ yaicli-0.7.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
47
+ yaicli-0.7.1.dist-info/entry_points.txt,sha256=iYVyQP0PJIm9tQnlQheqT435kK_xdGoi5j9aswGV9hA,66
48
+ yaicli-0.7.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
49
+ yaicli-0.7.1.dist-info/RECORD,,
File without changes