clai 0.4.3__py3-none-any.whl → 0.4.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.

Potentially problematic release.


This version of clai might be problematic. Click here for more details.

@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clai
3
- Version: 0.4.3
4
- Summary: PydanticAI CLI: command line interface to chat to LLMs
5
- Author-email: Samuel Colvin <samuel@pydantic.dev>, Marcelo Trylesinski <marcelotryle@gmail.com>, David Montague <david@pydantic.dev>, Alex Hall <alex@pydantic.dev>
3
+ Version: 0.4.5
4
+ Summary: Pydantic AI CLI: command line interface to chat to LLMs
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
7
7
  License-File: LICENSE
8
8
  Classifier: Development Status :: 4 - Beta
@@ -25,7 +25,7 @@ Classifier: Programming Language :: Python :: 3.13
25
25
  Classifier: Topic :: Internet
26
26
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
27
  Requires-Python: >=3.9
28
- Requires-Dist: pydantic-ai==0.4.3
28
+ Requires-Dist: pydantic-ai==0.4.5
29
29
  Description-Content-Type: text/markdown
30
30
 
31
31
  # clai
@@ -38,7 +38,7 @@ Description-Content-Type: text/markdown
38
38
 
39
39
  (pronounced "clay")
40
40
 
41
- Command line interface to chat to LLMs, part of the [PydanticAI project](https://github.com/pydantic/pydantic-ai).
41
+ Command line interface to chat to LLMs, part of the [Pydantic AI project](https://github.com/pydantic/pydantic-ai).
42
42
 
43
43
  ## Usage
44
44
 
@@ -85,7 +85,7 @@ Either way, running `clai` will start an interactive session where you can chat
85
85
  ```
86
86
  usage: clai [-h] [-m [MODEL]] [-a AGENT] [-l] [-t [CODE_THEME]] [--no-stream] [--version] [prompt]
87
87
 
88
- PydanticAI CLI v...
88
+ Pydantic AI CLI v...
89
89
 
90
90
  Special prompts:
91
91
  * `/exit` - exit the interactive mode (ctrl-c and ctrl-d also work)
@@ -98,7 +98,7 @@ positional arguments:
98
98
  options:
99
99
  -h, --help show this help message and exit
100
100
  -m [MODEL], --model [MODEL]
101
- Model to use, in format "<provider>:<model>" e.g. "openai:gpt-4o" or "anthropic:claude-3-7-sonnet-latest". Defaults to "openai:gpt-4o".
101
+ Model to use, in format "<provider>:<model>" e.g. "openai:gpt-4.1" or "anthropic:claude-sonnet-4-0". Defaults to "openai:gpt-4.1".
102
102
  -a AGENT, --agent AGENT
103
103
  Custom Agent to use, in format "module:variable", e.g. "mymodule.submodule:my_agent"
104
104
  -l, --list-models List all available models and exit
@@ -0,0 +1,7 @@
1
+ clai/__init__.py,sha256=N6cw-oEjoIAPwaEqBRCHf3j9Y4tNDUp1YS-tplkvyfA,238
2
+ clai/__main__.py,sha256=1ClP9aMManzEL8lbRtet7dGW87KZmQRB92aRcmlCeMs,138
3
+ clai-0.4.5.dist-info/METADATA,sha256=iXHSKExpz0IS91VQnM4-fFNNzCTOYOc7FRuvdcxJe_w,4249
4
+ clai-0.4.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ clai-0.4.5.dist-info/entry_points.txt,sha256=DyHzt1YJ1DwtFNsrFOoUGwKkmk8mHJ-iiZLairTUq5E,34
6
+ clai-0.4.5.dist-info/licenses/LICENSE,sha256=vA6Jc482lEyBBuGUfD1pYx-cM7jxvLYOxPidZ30t_PQ,1100
7
+ clai-0.4.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- clai/__init__.py,sha256=N6cw-oEjoIAPwaEqBRCHf3j9Y4tNDUp1YS-tplkvyfA,238
2
- clai/__main__.py,sha256=1ClP9aMManzEL8lbRtet7dGW87KZmQRB92aRcmlCeMs,138
3
- clai-0.4.3.dist-info/METADATA,sha256=euAZ8PlcS8QyUbOAtiLwbLfAxVlGn1WYAUZB1Io7Gso,4218
4
- clai-0.4.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- clai-0.4.3.dist-info/entry_points.txt,sha256=DyHzt1YJ1DwtFNsrFOoUGwKkmk8mHJ-iiZLairTUq5E,34
6
- clai-0.4.3.dist-info/licenses/LICENSE,sha256=vA6Jc482lEyBBuGUfD1pYx-cM7jxvLYOxPidZ30t_PQ,1100
7
- clai-0.4.3.dist-info/RECORD,,
File without changes