pydantic-ai-slim 0.7.6__py3-none-any.whl → 0.8.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.
Potentially problematic release.
This version of pydantic-ai-slim might be problematic. Click here for more details.
- pydantic_ai/_cli.py +2 -1
- pydantic_ai/ag_ui.py +2 -2
- pydantic_ai/agent/__init__.py +22 -16
- pydantic_ai/agent/abstract.py +31 -18
- pydantic_ai/direct.py +5 -3
- pydantic_ai/durable_exec/temporal/__init__.py +67 -16
- pydantic_ai/durable_exec/temporal/_function_toolset.py +9 -2
- pydantic_ai/durable_exec/temporal/_logfire.py +5 -2
- pydantic_ai/mcp.py +48 -71
- pydantic_ai/messages.py +54 -13
- pydantic_ai/models/__init__.py +18 -8
- pydantic_ai/models/anthropic.py +1 -1
- pydantic_ai/models/bedrock.py +6 -2
- pydantic_ai/models/gemini.py +1 -1
- pydantic_ai/models/google.py +1 -1
- pydantic_ai/models/groq.py +1 -1
- pydantic_ai/models/huggingface.py +1 -1
- pydantic_ai/models/instrumented.py +14 -5
- pydantic_ai/models/mistral.py +2 -2
- pydantic_ai/models/openai.py +14 -4
- pydantic_ai/result.py +36 -18
- {pydantic_ai_slim-0.7.6.dist-info → pydantic_ai_slim-0.8.1.dist-info}/METADATA +5 -5
- {pydantic_ai_slim-0.7.6.dist-info → pydantic_ai_slim-0.8.1.dist-info}/RECORD +26 -26
- {pydantic_ai_slim-0.7.6.dist-info → pydantic_ai_slim-0.8.1.dist-info}/WHEEL +0 -0
- {pydantic_ai_slim-0.7.6.dist-info → pydantic_ai_slim-0.8.1.dist-info}/entry_points.txt +0 -0
- {pydantic_ai_slim-0.7.6.dist-info → pydantic_ai_slim-0.8.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,7 +2,7 @@ pydantic_ai/__init__.py,sha256=i_AteC7yah1Z55PO7JNa3po2-mC10RoefDG-N6Vp4CQ,1516
|
|
|
2
2
|
pydantic_ai/__main__.py,sha256=Q_zJU15DUA01YtlJ2mnaLCoId2YmgmreVEERGuQT-Y0,132
|
|
3
3
|
pydantic_ai/_a2a.py,sha256=wux52DmJQceLJwF71qxb0Uqupk3aS61m005-NmuWZIw,12164
|
|
4
4
|
pydantic_ai/_agent_graph.py,sha256=W6bdFC_LtROBkU7ZpWqWL-sTSKD17tYyeBI9nWzVL5k,38484
|
|
5
|
-
pydantic_ai/_cli.py,sha256=
|
|
5
|
+
pydantic_ai/_cli.py,sha256=C-Uvbdx9wWnNqZKHN_r8d4mGte_aIPikOkKrTPvdrN8,14057
|
|
6
6
|
pydantic_ai/_function_schema.py,sha256=YFHxb6bKfhgeY6rNdbuYXgndGCDanveUx2258xkSNlQ,11233
|
|
7
7
|
pydantic_ai/_griffe.py,sha256=Ugft16ZHw9CN_6-lW0Svn6jESK9zHXO_x4utkGBkbBI,5253
|
|
8
8
|
pydantic_ai/_mcp.py,sha256=PuvwnlLjv7YYOa9AZJCrklevBug99zGMhwJCBGG7BHQ,5626
|
|
@@ -14,32 +14,32 @@ pydantic_ai/_system_prompt.py,sha256=lUSq-gDZjlYTGtd6BUm54yEvTIvgdwBmJ8mLsNZZtYU
|
|
|
14
14
|
pydantic_ai/_thinking_part.py,sha256=x80-Vkon16GOyq3W6f2qzafTVPC5dCgF7QD3k8ZMmYU,1304
|
|
15
15
|
pydantic_ai/_tool_manager.py,sha256=WPMXgHBzyn7UgRKIuqU-oV2GpsAOW0nF2RsxPCKOp7U,9655
|
|
16
16
|
pydantic_ai/_utils.py,sha256=Ge9rtu8NJvsfSFjx1MduITPr0-9b_I0emDFSpwJbYes,16372
|
|
17
|
-
pydantic_ai/ag_ui.py,sha256=
|
|
17
|
+
pydantic_ai/ag_ui.py,sha256=v9icCyqVCGOKjIAODIyfRbNWn7WZEw5t-dQsTgsXbNE,26491
|
|
18
18
|
pydantic_ai/builtin_tools.py,sha256=Fr9PF5RDdi5xQzKj7VJ8iDulbNgvF0yBdCC8E6F38Vo,3194
|
|
19
|
-
pydantic_ai/direct.py,sha256=
|
|
19
|
+
pydantic_ai/direct.py,sha256=zMsz6poVgEq7t7L_8FWM6hmKdqTzjyQYL5xzQt_59Us,14951
|
|
20
20
|
pydantic_ai/exceptions.py,sha256=vHRH_b6JpMi5p5EGhz2O4FSeKGJv3WMD291Y1FjHYFc,3528
|
|
21
21
|
pydantic_ai/format_prompt.py,sha256=Or-Ytq55RQb1UJqy2HKIyPpZ-knWXfdDP3Z6tNc6Orw,4244
|
|
22
|
-
pydantic_ai/mcp.py,sha256=
|
|
23
|
-
pydantic_ai/messages.py,sha256=
|
|
22
|
+
pydantic_ai/mcp.py,sha256=agK5zM8swQ-39G7d6s4xHGHLr_mDcnTQSYkDhIcVuB0,30655
|
|
23
|
+
pydantic_ai/messages.py,sha256=dZdnvFBWwTs4qYP6uLCrdcT_vuq3GOZ3mp72zPZN634,51609
|
|
24
24
|
pydantic_ai/output.py,sha256=54Cwd1RruXlA5hucZ1h-SxFrzKHJuLvYvLtH9iyg2GI,11988
|
|
25
25
|
pydantic_ai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
pydantic_ai/result.py,sha256=
|
|
26
|
+
pydantic_ai/result.py,sha256=zNOH5iOEtc61vyAOTnfxt8JWzqy5pEl37IMruOjNxPw,20845
|
|
27
27
|
pydantic_ai/retries.py,sha256=Y45-pdIb7Fn28J8lYF4ZVxipCtnofL_NzSXxIw5rS54,14796
|
|
28
28
|
pydantic_ai/run.py,sha256=acyyTDH8qP1W-gbUA8TBBcOqte-7ICyoelJRjO_ojeo,14879
|
|
29
29
|
pydantic_ai/settings.py,sha256=yuUZ7-GkdPB-Gbx71kSdh8dSr6gwM9gEwk84qNxPO_I,3552
|
|
30
30
|
pydantic_ai/tools.py,sha256=HzwxH7H-TVCRmGF8PnKIQe1zlElorDFD2o_qrWrmyDc,15006
|
|
31
31
|
pydantic_ai/usage.py,sha256=7A9GkTo9SohQtd54OzL3sl3oix4s634kDEdWsHI4wlA,12150
|
|
32
|
-
pydantic_ai/agent/__init__.py,sha256=
|
|
33
|
-
pydantic_ai/agent/abstract.py,sha256=
|
|
32
|
+
pydantic_ai/agent/__init__.py,sha256=68jmjiLV_OVQutpWg2kIWbVzLrJm0b_ONYnVBv2e3dY,59497
|
|
33
|
+
pydantic_ai/agent/abstract.py,sha256=QPM5h6RRY6jvNhTC7myewvSrqKieOBJSYIE_jX5AiW4,42203
|
|
34
34
|
pydantic_ai/agent/wrapper.py,sha256=sE_9rA1PNF5v0qAMhRYw0W8bIhLT4RP17S3TSLz0k5w,9084
|
|
35
35
|
pydantic_ai/common_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
pydantic_ai/common_tools/duckduckgo.py,sha256=aQsm7zKuoRNgPM8ltbdyj8dPkREEkQenimsf_laF6kc,2245
|
|
37
37
|
pydantic_ai/common_tools/tavily.py,sha256=Q1xxSF5HtXAaZ10Pp-OaDOHXwJf2mco9wScGEQXD7E4,2495
|
|
38
38
|
pydantic_ai/durable_exec/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
pydantic_ai/durable_exec/temporal/__init__.py,sha256=
|
|
39
|
+
pydantic_ai/durable_exec/temporal/__init__.py,sha256=6a3mMr0E3YnVevOHo6P_SxHm3hcwxf9TPh8x73Y29SE,5494
|
|
40
40
|
pydantic_ai/durable_exec/temporal/_agent.py,sha256=H1oHoZC9wOuAN79LG7Qb3DNtK2XFCLXB-6NRLv97dTI,32820
|
|
41
|
-
pydantic_ai/durable_exec/temporal/_function_toolset.py,sha256=
|
|
42
|
-
pydantic_ai/durable_exec/temporal/_logfire.py,sha256=
|
|
41
|
+
pydantic_ai/durable_exec/temporal/_function_toolset.py,sha256=81QpjZivf4lez9L0Y858RQFTepEYhzNoLL0oLvu05F8,4229
|
|
42
|
+
pydantic_ai/durable_exec/temporal/_logfire.py,sha256=mANSZMZktOUIRDH7NnZ98sf5A2q7wf5wAVYI9t_Bprc,2000
|
|
43
43
|
pydantic_ai/durable_exec/temporal/_mcp_server.py,sha256=J7CC4gRDhM4uQo3_kNKV7e4uiWC0He0AgS7bdq9Pt4o,6005
|
|
44
44
|
pydantic_ai/durable_exec/temporal/_model.py,sha256=hHanoDWEi6FgSvFJ7HUJaAzE0aEFAj0VZ2sb0wQ-3EY,6765
|
|
45
45
|
pydantic_ai/durable_exec/temporal/_run_context.py,sha256=5NTomzWBAlFcXeVw-4mqa76Rmrc8b3G1bB5ElVsAyCY,2310
|
|
@@ -47,20 +47,20 @@ pydantic_ai/durable_exec/temporal/_toolset.py,sha256=XlQx7NGSKR9n-mjNWaTn-i3HW9X
|
|
|
47
47
|
pydantic_ai/ext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
48
|
pydantic_ai/ext/aci.py,sha256=sUllKDNO-LOMurbFgxwRHuzNlBkSa3aVBqXfEm-A_vo,2545
|
|
49
49
|
pydantic_ai/ext/langchain.py,sha256=iLVEZv1kcLkdIHo3us2yfdi0kVqyJ6qTaCt9BoLWm4k,2335
|
|
50
|
-
pydantic_ai/models/__init__.py,sha256=
|
|
51
|
-
pydantic_ai/models/anthropic.py,sha256=
|
|
52
|
-
pydantic_ai/models/bedrock.py,sha256=
|
|
50
|
+
pydantic_ai/models/__init__.py,sha256=09F2gK9DCk4wySTevt1aSa3U0GLs7ocfAUH9jRsrAsY,35671
|
|
51
|
+
pydantic_ai/models/anthropic.py,sha256=YxP38YbhUOtip7esdoX7tGG0D51qT_q3CalXg_wv4TA,30456
|
|
52
|
+
pydantic_ai/models/bedrock.py,sha256=hbVWjTXhML6bUJu3OsvVn8U9Wi7uezVfedUAEEzhynY,31011
|
|
53
53
|
pydantic_ai/models/cohere.py,sha256=WosAOwDbxpeVpIX4swmaxL5XgfcfHwkoekt4UqVeNUQ,13066
|
|
54
54
|
pydantic_ai/models/fallback.py,sha256=ftcYhl0oSOer0vYbLkaf7dfgI_3h0hk7hp07i1Wh9rI,5526
|
|
55
55
|
pydantic_ai/models/function.py,sha256=jSr55QtW1fFxoXNK3EgrmuCcaG0U6uh6q56q8hrI_To,14248
|
|
56
|
-
pydantic_ai/models/gemini.py,sha256=
|
|
57
|
-
pydantic_ai/models/google.py,sha256=
|
|
58
|
-
pydantic_ai/models/groq.py,sha256=
|
|
59
|
-
pydantic_ai/models/huggingface.py,sha256=
|
|
60
|
-
pydantic_ai/models/instrumented.py,sha256=
|
|
56
|
+
pydantic_ai/models/gemini.py,sha256=1Bqi6FhGmwB9tOObgqnGKpk7_FGIkqc8Bp9aCr6HrLg,39370
|
|
57
|
+
pydantic_ai/models/google.py,sha256=um7JAscB20A9VBVfXM3lffnBFmhuVBhV7y5pKrCal4Q,31409
|
|
58
|
+
pydantic_ai/models/groq.py,sha256=k4MR8Yb-ItOUFf5KOi7v50dITKjj8TChkq3PjDu_Z9U,21203
|
|
59
|
+
pydantic_ai/models/huggingface.py,sha256=LG1OgYZfbmDJ-t4QBOwvEM0JmkCpMWf4rPmXQFNfchE,20425
|
|
60
|
+
pydantic_ai/models/instrumented.py,sha256=T-dX-4rifvVzrgZnj__U-7QLLHASffOGHXvFjjX3jyo,19803
|
|
61
61
|
pydantic_ai/models/mcp_sampling.py,sha256=iXIjwTP5Jszn0Iz-5MZiCk_BdUYE7IAxCnC5yIrGIu0,3436
|
|
62
|
-
pydantic_ai/models/mistral.py,sha256=
|
|
63
|
-
pydantic_ai/models/openai.py,sha256=
|
|
62
|
+
pydantic_ai/models/mistral.py,sha256=tTCqbw1_d-HYUCnBGXEeQcd9mhkZqpN4_rf9WgmKkWA,32431
|
|
63
|
+
pydantic_ai/models/openai.py,sha256=Hx0bZHWhChhBliS3cJY11g2zmTbxzvXItKEZv63R3yE,64995
|
|
64
64
|
pydantic_ai/models/test.py,sha256=7D1l21iI5Kwp9Stdhdd-M8V_1PeofaffETKvB_SHV3Q,19277
|
|
65
65
|
pydantic_ai/models/wrapper.py,sha256=9MeHW7mXPsEK03IKL0rtjeX6QgXyZROOOzLh72GiX2k,2148
|
|
66
66
|
pydantic_ai/profiles/__init__.py,sha256=8QA7muFffSBM_ixLtMLytiejJJcEWgB2kdkyt5dRai8,3289
|
|
@@ -112,8 +112,8 @@ pydantic_ai/toolsets/prefixed.py,sha256=0KwcDkW8OM36ZUsOLVP5h-Nj2tPq78L3_E2c-1Fb
|
|
|
112
112
|
pydantic_ai/toolsets/prepared.py,sha256=Zjfz6S8In6PBVxoKFN9sKPN984zO6t0awB7Lnq5KODw,1431
|
|
113
113
|
pydantic_ai/toolsets/renamed.py,sha256=JuLHpi-hYPiSPlaTpN8WiXLiGsywYK0axi2lW2Qs75k,1637
|
|
114
114
|
pydantic_ai/toolsets/wrapper.py,sha256=mMuMPdko9PJUdcsexlRXbwViSwKKJfv6JE58d8HK3ds,1646
|
|
115
|
-
pydantic_ai_slim-0.
|
|
116
|
-
pydantic_ai_slim-0.
|
|
117
|
-
pydantic_ai_slim-0.
|
|
118
|
-
pydantic_ai_slim-0.
|
|
119
|
-
pydantic_ai_slim-0.
|
|
115
|
+
pydantic_ai_slim-0.8.1.dist-info/METADATA,sha256=XmNPRJlIuhjg6KIMGuDiNRJ2jKzxNYkBgyYspA9a-8c,4661
|
|
116
|
+
pydantic_ai_slim-0.8.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
117
|
+
pydantic_ai_slim-0.8.1.dist-info/entry_points.txt,sha256=kbKxe2VtDCYS06hsI7P3uZGxcVC08-FPt1rxeiMpIps,50
|
|
118
|
+
pydantic_ai_slim-0.8.1.dist-info/licenses/LICENSE,sha256=vA6Jc482lEyBBuGUfD1pYx-cM7jxvLYOxPidZ30t_PQ,1100
|
|
119
|
+
pydantic_ai_slim-0.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|