clai 1.7.0__tar.gz → 1.8.0__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.
Potentially problematic release.
This version of clai might be problematic. Click here for more details.
- {clai-1.7.0 → clai-1.8.0}/PKG-INFO +3 -3
- {clai-1.7.0 → clai-1.8.0}/README.md +1 -1
- {clai-1.7.0 → clai-1.8.0}/.gitignore +0 -0
- {clai-1.7.0 → clai-1.8.0}/LICENSE +0 -0
- {clai-1.7.0 → clai-1.8.0}/clai/__init__.py +0 -0
- {clai-1.7.0 → clai-1.8.0}/clai/__main__.py +0 -0
- {clai-1.7.0 → clai-1.8.0}/pyproject.toml +0 -0
- {clai-1.7.0 → clai-1.8.0}/update_readme.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.8.0
|
|
4
4
|
Summary: Pydantic AI CLI: command line interface to chat to LLMs
|
|
5
5
|
Author-email: Samuel Colvin <samuel@pydantic.dev>, Marcelo Trylesinski <marcelotryle@gmail.com>, David Montague <david@pydantic.dev>, Alex Hall <alex@pydantic.dev>, Douwe Maan <douwe@pydantic.dev>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
24
24
|
Classifier: Topic :: Internet
|
|
25
25
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
26
26
|
Requires-Python: >=3.10
|
|
27
|
-
Requires-Dist: pydantic-ai==1.
|
|
27
|
+
Requires-Dist: pydantic-ai==1.8.0
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
|
|
30
30
|
# clai
|
|
@@ -99,7 +99,7 @@ positional arguments:
|
|
|
99
99
|
options:
|
|
100
100
|
-h, --help show this help message and exit
|
|
101
101
|
-m [MODEL], --model [MODEL]
|
|
102
|
-
Model to use, in format "<provider>:<model>" e.g. "openai:gpt-
|
|
102
|
+
Model to use, in format "<provider>:<model>" e.g. "openai:gpt-5" or "anthropic:claude-sonnet-4-5". Defaults to "openai:gpt-5".
|
|
103
103
|
-a AGENT, --agent AGENT
|
|
104
104
|
Custom Agent to use, in format "module:variable", e.g. "mymodule.submodule:my_agent"
|
|
105
105
|
-l, --list-models List all available models and exit
|
|
@@ -70,7 +70,7 @@ positional arguments:
|
|
|
70
70
|
options:
|
|
71
71
|
-h, --help show this help message and exit
|
|
72
72
|
-m [MODEL], --model [MODEL]
|
|
73
|
-
Model to use, in format "<provider>:<model>" e.g. "openai:gpt-
|
|
73
|
+
Model to use, in format "<provider>:<model>" e.g. "openai:gpt-5" or "anthropic:claude-sonnet-4-5". Defaults to "openai:gpt-5".
|
|
74
74
|
-a AGENT, --agent AGENT
|
|
75
75
|
Custom Agent to use, in format "module:variable", e.g. "mymodule.submodule:my_agent"
|
|
76
76
|
-l, --list-models List all available models and exit
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|