mirascope 2.0.2__py3-none-any.whl → 2.1.0__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.
- mirascope/_stubs.py +39 -18
- mirascope/api/_generated/__init__.py +4 -0
- mirascope/api/_generated/project_memberships/__init__.py +4 -0
- mirascope/api/_generated/project_memberships/client.py +91 -0
- mirascope/api/_generated/project_memberships/raw_client.py +239 -0
- mirascope/api/_generated/project_memberships/types/__init__.py +4 -0
- mirascope/api/_generated/project_memberships/types/project_memberships_get_response.py +33 -0
- mirascope/api/_generated/project_memberships/types/project_memberships_get_response_role.py +7 -0
- mirascope/api/_generated/reference.md +72 -0
- mirascope/llm/__init__.py +19 -0
- mirascope/llm/calls/decorator.py +17 -24
- mirascope/llm/formatting/__init__.py +2 -2
- mirascope/llm/formatting/format.py +2 -4
- mirascope/llm/formatting/types.py +19 -2
- mirascope/llm/models/models.py +66 -146
- mirascope/llm/prompts/decorator.py +5 -16
- mirascope/llm/prompts/prompts.py +5 -13
- mirascope/llm/providers/anthropic/_utils/beta_decode.py +22 -7
- mirascope/llm/providers/anthropic/_utils/beta_encode.py +22 -16
- mirascope/llm/providers/anthropic/_utils/decode.py +45 -7
- mirascope/llm/providers/anthropic/_utils/encode.py +28 -15
- mirascope/llm/providers/anthropic/beta_provider.py +33 -69
- mirascope/llm/providers/anthropic/provider.py +52 -91
- mirascope/llm/providers/base/_utils.py +4 -9
- mirascope/llm/providers/base/base_provider.py +89 -205
- mirascope/llm/providers/google/_utils/decode.py +51 -1
- mirascope/llm/providers/google/_utils/encode.py +38 -21
- mirascope/llm/providers/google/provider.py +33 -69
- mirascope/llm/providers/mirascope/provider.py +25 -61
- mirascope/llm/providers/mlx/encoding/base.py +3 -6
- mirascope/llm/providers/mlx/encoding/transformers.py +4 -8
- mirascope/llm/providers/mlx/mlx.py +9 -21
- mirascope/llm/providers/mlx/provider.py +33 -69
- mirascope/llm/providers/openai/completions/_utils/encode.py +39 -20
- mirascope/llm/providers/openai/completions/base_provider.py +34 -75
- mirascope/llm/providers/openai/provider.py +25 -61
- mirascope/llm/providers/openai/responses/_utils/decode.py +31 -2
- mirascope/llm/providers/openai/responses/_utils/encode.py +32 -17
- mirascope/llm/providers/openai/responses/provider.py +34 -75
- mirascope/llm/responses/__init__.py +2 -1
- mirascope/llm/responses/base_stream_response.py +4 -0
- mirascope/llm/responses/response.py +8 -12
- mirascope/llm/responses/stream_response.py +8 -12
- mirascope/llm/responses/usage.py +44 -0
- mirascope/llm/tools/__init__.py +24 -0
- mirascope/llm/tools/provider_tools.py +18 -0
- mirascope/llm/tools/tool_schema.py +4 -2
- mirascope/llm/tools/toolkit.py +24 -6
- mirascope/llm/tools/types.py +112 -0
- mirascope/llm/tools/web_search_tool.py +32 -0
- mirascope/ops/__init__.py +19 -1
- mirascope/ops/_internal/instrumentation/__init__.py +20 -0
- mirascope/ops/_internal/instrumentation/llm/common.py +19 -49
- mirascope/ops/_internal/instrumentation/llm/model.py +61 -82
- mirascope/ops/_internal/instrumentation/llm/serialize.py +36 -12
- mirascope/ops/_internal/instrumentation/providers/__init__.py +29 -0
- mirascope/ops/_internal/instrumentation/providers/anthropic.py +78 -0
- mirascope/ops/_internal/instrumentation/providers/base.py +179 -0
- mirascope/ops/_internal/instrumentation/providers/google_genai.py +85 -0
- mirascope/ops/_internal/instrumentation/providers/openai.py +82 -0
- {mirascope-2.0.2.dist-info → mirascope-2.1.0.dist-info}/METADATA +96 -68
- {mirascope-2.0.2.dist-info → mirascope-2.1.0.dist-info}/RECORD +64 -54
- {mirascope-2.0.2.dist-info → mirascope-2.1.0.dist-info}/WHEEL +0 -0
- {mirascope-2.0.2.dist-info → mirascope-2.1.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
mirascope/__init__.py,sha256=V3T7JlZJ4G9dA5lmq5eTtLYUajbQmTvT3-tUlv8o-fg,265
|
|
2
|
-
mirascope/_stubs.py,sha256=
|
|
2
|
+
mirascope/_stubs.py,sha256=AqkduLc9K8aBso7H5PstEkgXeJlGqqp8sQKSqjAMIQk,13211
|
|
3
3
|
mirascope/_utils.py,sha256=hSwsMKURXrje8Dpl2-KhEBLWJrudWKqExbemKwozRyE,1036
|
|
4
4
|
mirascope/api/__init__.py,sha256=FL0OpTweJC0SUpOnZJddDzeC0JwxPDkIaL78VpeMtko,498
|
|
5
5
|
mirascope/api/client.py,sha256=3JrrC2zNlEttAUXHGN1kbDpGczyI9zCNiSZ3dEyqtAI,8253
|
|
6
6
|
mirascope/api/settings.py,sha256=N9mqpEpx7dupszKYK9li8vY-iDq2FFvlus0fK-gYPu0,2639
|
|
7
7
|
mirascope/api/_generated/README.md,sha256=7-B_qhXCHaXKX9FPG-G112hKmXM64uM6eNqmSdpaL_8,6079
|
|
8
|
-
mirascope/api/_generated/__init__.py,sha256=
|
|
8
|
+
mirascope/api/_generated/__init__.py,sha256=NL-bCeIoDl0-VavSWKQpN_WAXlIxh4VJb1zrFfFWdfI,16952
|
|
9
9
|
mirascope/api/_generated/client.py,sha256=Xh_VGnnbdZaSUpWzjGWu-1lwoZ_6isz9eU-BATjo_vs,8775
|
|
10
10
|
mirascope/api/_generated/environment.py,sha256=eKhvb5ZF3qzJj2OtEI7E9STAquQ1VivYLdmHRc4hFV4,262
|
|
11
|
-
mirascope/api/_generated/reference.md,sha256=
|
|
11
|
+
mirascope/api/_generated/reference.md,sha256=GvMROs5SFqtQQIHH31FLkpLgOznJI9BadG-dfq2GNNQ,54335
|
|
12
12
|
mirascope/api/_generated/annotations/__init__.py,sha256=z1rsEyNXWcegCIeC-Y2P9TBI0fVbNs1FohqSJiqrK84,987
|
|
13
13
|
mirascope/api/_generated/annotations/client.py,sha256=rikFtCmou4D4hSZqtaxFnIc7ZKMt86XztUyh4pMcXII,13818
|
|
14
14
|
mirascope/api/_generated/annotations/raw_client.py,sha256=EEC2Rr5KT_WmLn9aFgQxApnxHGl3MdOOcoYAti4syhE,54205
|
|
@@ -146,13 +146,15 @@ mirascope/api/_generated/organizations/types/organizations_update_response.py,sh
|
|
|
146
146
|
mirascope/api/_generated/organizations/types/organizations_update_response_role.py,sha256=qyCnx6lOhkw0r95dXv7mX9MR2wzQkaHVoVfoIS-vTiw,183
|
|
147
147
|
mirascope/api/_generated/organizations/types/organizations_update_subscription_request_target_plan.py,sha256=42gFruhWa0lQLJffzpsZscDlQdwGnoIUQcn4UJsoEPI,201
|
|
148
148
|
mirascope/api/_generated/organizations/types/organizations_update_subscription_response.py,sha256=NTTFm8FP44eq2qoRMK0KmguBv4Y852JzGipFC0ulisM,1147
|
|
149
|
-
mirascope/api/_generated/project_memberships/__init__.py,sha256=
|
|
150
|
-
mirascope/api/_generated/project_memberships/client.py,sha256=
|
|
151
|
-
mirascope/api/_generated/project_memberships/raw_client.py,sha256=
|
|
152
|
-
mirascope/api/_generated/project_memberships/types/__init__.py,sha256=
|
|
149
|
+
mirascope/api/_generated/project_memberships/__init__.py,sha256=cDVAuJbqdCiVQgLWzSqsikTPuhJW4vRxE7SDiag7TuI,943
|
|
150
|
+
mirascope/api/_generated/project_memberships/client.py,sha256=gsq4CtUiUDyE6eO3DogrOuXLJ8Jc4r8m_cJ4B7tMlfY,13350
|
|
151
|
+
mirascope/api/_generated/project_memberships/raw_client.py,sha256=bUkOn1GqnYVtp9gvieWKhyt7ev72n88Rh21P6Obf_7c,48259
|
|
152
|
+
mirascope/api/_generated/project_memberships/types/__init__.py,sha256=b_Id5-a8YClUwNcgydgnBzur4QBgse74Yyj1NpXBreQ,1415
|
|
153
153
|
mirascope/api/_generated/project_memberships/types/project_memberships_create_request_role.py,sha256=WlaXQSfGPQDLrRSkTFPTj7iWsyjReAxrt0KZ34SomRk,210
|
|
154
154
|
mirascope/api/_generated/project_memberships/types/project_memberships_create_response.py,sha256=uF_2wiUu35UBgKrvJ7o2jnmKXL_BqQoMq3a8Sp51sQw,1192
|
|
155
155
|
mirascope/api/_generated/project_memberships/types/project_memberships_create_response_role.py,sha256=v3l9P-EvNy3qOmf0qw6lG2pSnLMWZNWxK_4qY9m34j8,211
|
|
156
|
+
mirascope/api/_generated/project_memberships/types/project_memberships_get_response.py,sha256=559ZWB6VqV8pWMv3zx0Y8z3SJkYqWrM2rUGQpeltMnM,1171
|
|
157
|
+
mirascope/api/_generated/project_memberships/types/project_memberships_get_response_role.py,sha256=5Srt_6XiVK2Jmld1FzNjDti3M2bdPFFIbNNAYV-oG7I,208
|
|
156
158
|
mirascope/api/_generated/project_memberships/types/project_memberships_list_response_item.py,sha256=boQnM-dzUWvGM8sJh7jtmUtEbBS_SVWeBvheFqVE9tE,1064
|
|
157
159
|
mirascope/api/_generated/project_memberships/types/project_memberships_list_response_item_role.py,sha256=kiiEQJxcJAVRBWg7omRSmeaBOD528f3BtdrRxrD8x1k,213
|
|
158
160
|
mirascope/api/_generated/project_memberships/types/project_memberships_update_request_role.py,sha256=YkpNUrCzZrR3SC8XdUBHG6-C5B9ULe9BRc3HwDqPv5w,210
|
|
@@ -263,11 +265,11 @@ mirascope/api/_generated/types/subscription_past_due_error.py,sha256=a-1Rb33jN_p
|
|
|
263
265
|
mirascope/api/_generated/types/subscription_past_due_error_tag.py,sha256=ghRiStRa--el9MUbcTwhfYKdhj60cqf08DIqZYUArFg,185
|
|
264
266
|
mirascope/api/_generated/types/unauthorized_error_body.py,sha256=0k725xKXRagfrb1HJoygl87SQvZdd6WEU2ACrDbt694,618
|
|
265
267
|
mirascope/api/_generated/types/unauthorized_error_tag.py,sha256=sx-QdNmQjboMaPni2EVKoorYvWk5OmHHlT5-IBiFhQw,165
|
|
266
|
-
mirascope/llm/__init__.py,sha256=
|
|
268
|
+
mirascope/llm/__init__.py,sha256=AeP8Lghi-EFgStXshoqO_MCgYtE8UyxpJ41CyCSyebA,6234
|
|
267
269
|
mirascope/llm/exceptions.py,sha256=hYc8A8A6unqPaB9GmvdlWIEUso4NWlR7lXELEVVyGFc,10839
|
|
268
270
|
mirascope/llm/calls/__init__.py,sha256=aA-IoOlXdmhVybHTj_fGx1jDlIL-a7ed7xncO2aMIJY,293
|
|
269
271
|
mirascope/llm/calls/calls.py,sha256=g71njIpo5hWvNCnSsDeT8c3l-IaAes01iKrwMyPIYlY,12089
|
|
270
|
-
mirascope/llm/calls/decorator.py,sha256=
|
|
272
|
+
mirascope/llm/calls/decorator.py,sha256=dPD04bfpvJueZWcJ4H7LY-a63U-RYQ7VRnv0M3BKxqI,8945
|
|
271
273
|
mirascope/llm/content/__init__.py,sha256=4a5UaoiF8OKfXS9j7INFvOnU7bkNpacpiZ6IlLgC6Lc,1926
|
|
272
274
|
mirascope/llm/content/audio.py,sha256=W6liY1PuQ0pF91eDBnNKW52dr-G7-vnd-rhlSqebx9Y,5311
|
|
273
275
|
mirascope/llm/content/document.py,sha256=oz3LSUEhJh-lEUDCss5p_xkPBDYQhAu9m9SGFr64_pI,2369
|
|
@@ -279,109 +281,112 @@ mirascope/llm/content/tool_output.py,sha256=M2pOtjEQfkK_ERgiZCGJmxiScVzSAnZrEvJ8
|
|
|
279
281
|
mirascope/llm/context/__init__.py,sha256=2Bx8CQhTXWbtwMirZ8ppmFKPXjuYezyi10XfmRpAE5I,179
|
|
280
282
|
mirascope/llm/context/_utils.py,sha256=3DbV0NL49m9oZYMUOHJULnVFMu6sO_SXZiriDs1L-vc,1210
|
|
281
283
|
mirascope/llm/context/context.py,sha256=qvmRXsyea34wXP-_0CCe6RwkT3H57dojCw6HHnv8LVc,629
|
|
282
|
-
mirascope/llm/formatting/__init__.py,sha256=
|
|
283
|
-
mirascope/llm/formatting/format.py,sha256=
|
|
284
|
+
mirascope/llm/formatting/__init__.py,sha256=QwoDzng3odFgEogcAhsjIBnFv1jg4HaiLT0Wx9jRgDU,1107
|
|
285
|
+
mirascope/llm/formatting/format.py,sha256=vvprN1hu2OtcihF1M9cc3og3GVs5r1ddqiwOzb_uaq8,10173
|
|
284
286
|
mirascope/llm/formatting/from_call_args.py,sha256=FfnInMf-KCo6VKIPWsppMSzapWqtGlfKwNMJSkzo2ys,917
|
|
285
287
|
mirascope/llm/formatting/output_parser.py,sha256=qmqWjO4cJX-xgxf0Tgd1bK3rejgRJzqfSDiD2-KTphU,5806
|
|
286
288
|
mirascope/llm/formatting/partial.py,sha256=RcByspgDHIR3H8TtrQuI0uaTc71Pc0wThAD6Vgfslps,4555
|
|
287
289
|
mirascope/llm/formatting/primitives.py,sha256=6Y73meE0L-J0gy35YPFUhygJg-bgH8ueCiX2SqtHyPs,4997
|
|
288
|
-
mirascope/llm/formatting/types.py,sha256=
|
|
290
|
+
mirascope/llm/formatting/types.py,sha256=l2SkPtG00qst9kSKl1npVCgEas7Kts7HME8_DJR-hgU,3159
|
|
289
291
|
mirascope/llm/mcp/__init__.py,sha256=WaITd9dM6QZqsvBLqHkUhWRYGGlVsgEMF1MN36G7ckM,198
|
|
290
292
|
mirascope/llm/mcp/mcp_client.py,sha256=FNYY7jPnJWNf0T3jo6ZpaTnPouetb7SKR_K_MVFoNjM,4471
|
|
291
293
|
mirascope/llm/messages/__init__.py,sha256=N2w3oWTJjOhoYXTPEVjkyOOPFINBGuGHbE0TQVxZ_Hc,807
|
|
292
294
|
mirascope/llm/messages/_utils.py,sha256=jmE_S01LAW1MWCv6pUoTk92mHJxqcu3bocRJzKgY_lo,977
|
|
293
295
|
mirascope/llm/messages/message.py,sha256=GkF556Na5H8AMGSMqA6Y4n-uHI3ZKRaq6K9d9acdtaE,6521
|
|
294
296
|
mirascope/llm/models/__init__.py,sha256=3U4pAV4iwpHS29Ip9mG-dlHpR2OhbJFiKEZ1y0VkeM0,648
|
|
295
|
-
mirascope/llm/models/models.py,sha256=
|
|
297
|
+
mirascope/llm/models/models.py,sha256=ar1ORdETDPOp4NpcC8-foZAi8CvAXiIREI9GCHowel4,45222
|
|
296
298
|
mirascope/llm/models/params.py,sha256=D5Evg-9YDJoJ24cihqFMnV0CvKLt3yBabxGs1erN9T0,2636
|
|
297
299
|
mirascope/llm/models/thinking_config.py,sha256=CkFOkw-fjDlsZbHJbV68v4yRwb5o6miVxBySrZbHGXw,2627
|
|
298
300
|
mirascope/llm/prompts/__init__.py,sha256=rOtSiZvw6vsJl7vCFWzKZnm3haNhnLtPRzPfdbgoH7U,727
|
|
299
301
|
mirascope/llm/prompts/_utils.py,sha256=42hTqm8PuLpDOz4Mi59kaUou43qeo5R-9703l8cciSg,1018
|
|
300
|
-
mirascope/llm/prompts/decorator.py,sha256=
|
|
301
|
-
mirascope/llm/prompts/prompts.py,sha256
|
|
302
|
+
mirascope/llm/prompts/decorator.py,sha256=lwGfPokTxaeiJlHby4vsN09DII8Rd4piThNWwtoGmoc,6921
|
|
303
|
+
mirascope/llm/prompts/prompts.py,sha256=-HFdzebMOmp5Yy7fPfVSADdLZVVnhzo6g7cEfgeLa8M,16019
|
|
302
304
|
mirascope/llm/prompts/protocols.py,sha256=auopJnLAfOognCFVVnXrvb4zFj3102Ofi2iVHfublM0,2242
|
|
303
305
|
mirascope/llm/providers/__init__.py,sha256=JP1cW_IFUZwkcHWP2Kc9ezihfQu7CY80ayqmkVeR9pc,1953
|
|
304
306
|
mirascope/llm/providers/model_id.py,sha256=qr7RKkP_3Blgxjzw_HvQVJLM1aTzsP-jVFsycz0itI8,292
|
|
305
307
|
mirascope/llm/providers/provider_id.py,sha256=NfZeoJWJ1UUrbhmaPkbFQGz-utPQGMiMqIaXvrjQMEo,1038
|
|
306
308
|
mirascope/llm/providers/provider_registry.py,sha256=AVg9nh58v21JXFvDaBxrB998cqnSgXQe-XO0RB3qskU,10753
|
|
307
309
|
mirascope/llm/providers/anthropic/__init__.py,sha256=t9m32IiohMu6Aqlj7iVBcngY6KiUlJBnJBFyPYttXpY,261
|
|
308
|
-
mirascope/llm/providers/anthropic/beta_provider.py,sha256=
|
|
310
|
+
mirascope/llm/providers/anthropic/beta_provider.py,sha256=JlqVVodG_IHypcqghrKalFMbDSY8Ui1EUxeW3WScavk,12066
|
|
309
311
|
mirascope/llm/providers/anthropic/model_id.py,sha256=3Wf4cZG8NUO3i7dHmw3At46JMfTuRWpS8pKYX2s-8B8,715
|
|
310
312
|
mirascope/llm/providers/anthropic/model_info.py,sha256=YuklafFMIpkyLBJSBB0XlB6MK9Bz6hp9Z6APxJ9G1j4,2965
|
|
311
|
-
mirascope/llm/providers/anthropic/provider.py,sha256=
|
|
313
|
+
mirascope/llm/providers/anthropic/provider.py,sha256=9pk-BOftKHZFTAy2vjjuzr4fa-0LfnWtSrrFYFfL8uE,15729
|
|
312
314
|
mirascope/llm/providers/anthropic/_utils/__init__.py,sha256=tp-7bIM6G7JHoP7UgfG1hp1lcKdSM5C5UU2kB0Nxj8M,662
|
|
313
|
-
mirascope/llm/providers/anthropic/_utils/beta_decode.py,sha256=
|
|
314
|
-
mirascope/llm/providers/anthropic/_utils/beta_encode.py,sha256=
|
|
315
|
-
mirascope/llm/providers/anthropic/_utils/decode.py,sha256=
|
|
316
|
-
mirascope/llm/providers/anthropic/_utils/encode.py,sha256=
|
|
315
|
+
mirascope/llm/providers/anthropic/_utils/beta_decode.py,sha256=M707Q6_9acOBgfXZynHwvoC8B_ktBkTc1NTYokhKbl4,11168
|
|
316
|
+
mirascope/llm/providers/anthropic/_utils/beta_encode.py,sha256=SxzwC74OcjNMpWDBzqIRxL00n0gG9eEQgP-lwLOLAoU,9222
|
|
317
|
+
mirascope/llm/providers/anthropic/_utils/decode.py,sha256=SBEEkA4qo864naWmPHKs87xXBjDcc36N1QE6RCIMiJU,12191
|
|
318
|
+
mirascope/llm/providers/anthropic/_utils/encode.py,sha256=uC3hN0t5XDOELZUHN-hcmQ4rxqYYFLJ4IaIinOUUEZM,15206
|
|
317
319
|
mirascope/llm/providers/anthropic/_utils/errors.py,sha256=PoKmVYvo9eYHviDOSU0Pd3qaXqpWYN52JvZbtrMDPhw,1724
|
|
318
320
|
mirascope/llm/providers/base/__init__.py,sha256=bCn-JWBHmCUuobB_Rekzhy2ry4B6A5qBwMlVnz51zY0,292
|
|
319
|
-
mirascope/llm/providers/base/_utils.py,sha256=
|
|
320
|
-
mirascope/llm/providers/base/base_provider.py,sha256=
|
|
321
|
+
mirascope/llm/providers/base/_utils.py,sha256=GfFpZm7AKgA21DV4xdXtdm3XGKjuSBCheX5ckbGv6PI,9066
|
|
322
|
+
mirascope/llm/providers/base/base_provider.py,sha256=WNqGuZKRrCPOE0ZGxaH96VKd2L0ucPAJuA7Fi-bFLRI,49459
|
|
321
323
|
mirascope/llm/providers/base/kwargs.py,sha256=pjaHVqtlmScUBqG8ZAllVaLoepdKE-KYl2eTqzOBXm0,406
|
|
322
324
|
mirascope/llm/providers/google/__init__.py,sha256=EuZ4D5aSldPfd1rvG62_l9ERzJzqTyp6276RGRXBiqQ,157
|
|
323
325
|
mirascope/llm/providers/google/message.py,sha256=ryNsMKPSyBSVXl_H0MQEaSiWC3FFybjxIUuORNSiKTk,179
|
|
324
326
|
mirascope/llm/providers/google/model_id.py,sha256=vZJeKT-_J7oiFT5AkudintCFE4DhFJ-VZOFOcLP1rn0,603
|
|
325
327
|
mirascope/llm/providers/google/model_info.py,sha256=AEW-UciRp_62AOzS40G6G0C3He8KkU10ZbfgIDgCxcQ,2019
|
|
326
|
-
mirascope/llm/providers/google/provider.py,sha256=
|
|
328
|
+
mirascope/llm/providers/google/provider.py,sha256=dx1e_NoCxfmpqDq63o6t-qEyQvl_UXyfzahEOFMe8GQ,16029
|
|
327
329
|
mirascope/llm/providers/google/_utils/__init__.py,sha256=8yvZ73EQ3iF0Om2oWHMTYjVCFnYEHyASLGifwOJnz-k,369
|
|
328
|
-
mirascope/llm/providers/google/_utils/decode.py,sha256=
|
|
329
|
-
mirascope/llm/providers/google/_utils/encode.py,sha256=
|
|
330
|
+
mirascope/llm/providers/google/_utils/decode.py,sha256=W9YBe0hcpTK3WrmnL_b9VrNI6eJqLQXBKnJJoCX8tf0,13838
|
|
331
|
+
mirascope/llm/providers/google/_utils/encode.py,sha256=wMoaGCY_3B1boTneUPNXUBvDrpQ4-j8LYlv3qawtLpk,15716
|
|
330
332
|
mirascope/llm/providers/google/_utils/errors.py,sha256=or1eSWtw4tBhLsVIRUE-7i8PnSQPWfvmuZdbo9xRisw,1410
|
|
331
333
|
mirascope/llm/providers/mirascope/__init__.py,sha256=koKKp7SctUQWBzSMDFMJ-ejWCvCXK3GCIOSAEd406mw,132
|
|
332
334
|
mirascope/llm/providers/mirascope/_utils.py,sha256=AeRZT6jqq8PbQ8iVz4wT3XLANAPO8AK4LrcM9G1tbFA,2322
|
|
333
|
-
mirascope/llm/providers/mirascope/provider.py,sha256=
|
|
335
|
+
mirascope/llm/providers/mirascope/provider.py,sha256=aD1DW5Qr2tMY1Ifb3QIES3a37RLoXyniOzhlrGiMGIg,10434
|
|
334
336
|
mirascope/llm/providers/mlx/__init__.py,sha256=_tJnr28-86i87FbryFFPCYgEqwbcg1NaXb1oUo2s_hY,153
|
|
335
337
|
mirascope/llm/providers/mlx/_utils.py,sha256=eEhOW9mTo2v3fOD7Vgza_kPSdo_kyl1JXoYnS0qx5Zs,4210
|
|
336
|
-
mirascope/llm/providers/mlx/mlx.py,sha256=
|
|
338
|
+
mirascope/llm/providers/mlx/mlx.py,sha256=8tXV8rfvHIm9lYngPogT7hudNIyLS_FIE-73zczBtqE,8023
|
|
337
339
|
mirascope/llm/providers/mlx/model_id.py,sha256=oHj-ptT4vTPcatHtjDSw7Z7-xs8ACMfYeRoEsKkM6yE,618
|
|
338
|
-
mirascope/llm/providers/mlx/provider.py,sha256=
|
|
340
|
+
mirascope/llm/providers/mlx/provider.py,sha256=JekTY1eev5OASCrkSDfQ-uSHLS8_Y4R4UxgzYNog_dM,13847
|
|
339
341
|
mirascope/llm/providers/mlx/encoding/__init__.py,sha256=qdI7HELeha1wj1OoOn1jH0Xta6yNkI_SDlYbqoWUd0c,163
|
|
340
|
-
mirascope/llm/providers/mlx/encoding/base.py,sha256=
|
|
341
|
-
mirascope/llm/providers/mlx/encoding/transformers.py,sha256=
|
|
342
|
+
mirascope/llm/providers/mlx/encoding/base.py,sha256=TSRpquWhsLLOd9ayPtZrm0v7G7D_HOL9Ms6ilncBCk4,2190
|
|
343
|
+
mirascope/llm/providers/mlx/encoding/transformers.py,sha256=hvLbxzDlcYXaZj5e4Y_bwvBOSE62i2WzE8O39eBcEMI,4877
|
|
342
344
|
mirascope/llm/providers/ollama/__init__.py,sha256=M6kIJVYg4JYGTCk6Nq1uiu9xl7p6g6nERrVeS71Sn7U,113
|
|
343
345
|
mirascope/llm/providers/ollama/provider.py,sha256=9c0pKDtc--H0SLiyqrjBKzt-Ya8gE9qZ-jpZvKEG90Y,2311
|
|
344
346
|
mirascope/llm/providers/openai/__init__.py,sha256=D1b01XExoHIDdPdoWEBtnEZLZdEL54ASqOrPnt3YfAE,454
|
|
345
347
|
mirascope/llm/providers/openai/model_id.py,sha256=XDQxd2BgG_YIGwzyTRNaySRXoU80-q0AR-xOdtvpB8I,1009
|
|
346
348
|
mirascope/llm/providers/openai/model_info.py,sha256=DN-y-qzq2UahK11hJUe12SB1upRD6BWZkTLhEX092sY,9563
|
|
347
|
-
mirascope/llm/providers/openai/provider.py,sha256=
|
|
349
|
+
mirascope/llm/providers/openai/provider.py,sha256=VStI-KaGb3gwXB2TRcv3TTqnHoaxLUgb_SrxkIyzvFo,14762
|
|
348
350
|
mirascope/llm/providers/openai/_utils/__init__.py,sha256=jzAtRZEqvbHnJw8iEillZU4tWXedmtTWuE_PqyYUVvM,101
|
|
349
351
|
mirascope/llm/providers/openai/_utils/errors.py,sha256=760JxYcm9LJk7aIYmyPTrvjfBG2ku8-wZDb0_rkNpMs,1634
|
|
350
352
|
mirascope/llm/providers/openai/completions/__init__.py,sha256=yZ-REySFP37yKjBozFybRu1ZSRPr7r5W4_bOu7z8Ymg,190
|
|
351
|
-
mirascope/llm/providers/openai/completions/base_provider.py,sha256=
|
|
353
|
+
mirascope/llm/providers/openai/completions/base_provider.py,sha256=OYZCcVUA3ilqkrbQrqbfPF6l_L030XVCMVSD9FTwndw,17515
|
|
352
354
|
mirascope/llm/providers/openai/completions/provider.py,sha256=jEH-9rMmNLEBDWVaOZj0rMuRtjwQxdK917tODk-C6pE,719
|
|
353
355
|
mirascope/llm/providers/openai/completions/_utils/__init__.py,sha256=j6brTqACyRS71pkZIcL-LxneE5ALhaHkCtUnBUS0448,266
|
|
354
356
|
mirascope/llm/providers/openai/completions/_utils/decode.py,sha256=C-hSaLcxrN0JzYkWYLweIqd6Eq1-QF0Bt9NH2XET2sc,8951
|
|
355
|
-
mirascope/llm/providers/openai/completions/_utils/encode.py,sha256=
|
|
357
|
+
mirascope/llm/providers/openai/completions/_utils/encode.py,sha256=BooTe22JyK2oaj82gaXD8V0-EswDEqNsYKtEgUVNQjg,14862
|
|
356
358
|
mirascope/llm/providers/openai/responses/__init__.py,sha256=_r-w3uzGYdP9T7v2c__izSOXbolrg8axmK6j9TTRgbA,92
|
|
357
|
-
mirascope/llm/providers/openai/responses/provider.py,sha256=
|
|
359
|
+
mirascope/llm/providers/openai/responses/provider.py,sha256=NPC52fg0Xicy_qxYJ-gZvMKPgg_7kZdAGJ-iOo1oRbw,16929
|
|
358
360
|
mirascope/llm/providers/openai/responses/_utils/__init__.py,sha256=7TVVzYepHXvhe-XOt454VIGGIm2soCikX18s8jNhclc,309
|
|
359
|
-
mirascope/llm/providers/openai/responses/_utils/decode.py,sha256=
|
|
360
|
-
mirascope/llm/providers/openai/responses/_utils/encode.py,sha256=
|
|
361
|
+
mirascope/llm/providers/openai/responses/_utils/decode.py,sha256=1P1kw0TaoWWD05wtozFFCSKlbraMCQwyODuw4ytsuvY,11158
|
|
362
|
+
mirascope/llm/providers/openai/responses/_utils/encode.py,sha256=3Wm_ieSa0mREzdvmrvWO2F4AZhsmvnAeOZwANsFfNL8,14273
|
|
361
363
|
mirascope/llm/providers/together/__init__.py,sha256=ukc99bsfsYB0fq4alaRqClxFG3bKJ0eYGPj7AfjLnpM,122
|
|
362
364
|
mirascope/llm/providers/together/provider.py,sha256=LauQR6kdxFNkO8CqaJIbiyn2TxI6mO3z5GhnZbHxQa0,1295
|
|
363
|
-
mirascope/llm/responses/__init__.py,sha256=
|
|
365
|
+
mirascope/llm/responses/__init__.py,sha256=wZQ1RgeO6fl2KkZmQFqW5fdMBCIad31rOhJQAANDQqo,1560
|
|
364
366
|
mirascope/llm/responses/_utils.py,sha256=0_vuY5qcFD91sF2uCOM1PxJse5vP6pEPedEFqKAabXI,4096
|
|
365
367
|
mirascope/llm/responses/base_response.py,sha256=Se0tf3hIB8Y7cBvAeLJEctA-w-pdLIHOURBn023m51s,4269
|
|
366
|
-
mirascope/llm/responses/base_stream_response.py,sha256=
|
|
368
|
+
mirascope/llm/responses/base_stream_response.py,sha256=YujpLwk0T0Mi98p7OPlsmuuBKfXyuyEcTpMReQQWB_8,33363
|
|
367
369
|
mirascope/llm/responses/finish_reason.py,sha256=Az5OY6pfZoOPEpzVnl07AqZPz5ZC-w4YKwpUPbFJGdM,798
|
|
368
|
-
mirascope/llm/responses/response.py,sha256=
|
|
370
|
+
mirascope/llm/responses/response.py,sha256=sFwHQ8sko-jpJ8L6tRMOgXPHMY7sJ0ww2QcpISUUPFY,12357
|
|
369
371
|
mirascope/llm/responses/root_response.py,sha256=LXAMDgI29UF8VYv0a76IfZkiQnebpTPFDkgJR8zFdZo,9246
|
|
370
|
-
mirascope/llm/responses/stream_response.py,sha256=
|
|
372
|
+
mirascope/llm/responses/stream_response.py,sha256=CX9wLZ_80BKJ6M-Ukku4aSbtC5lRgE9evFsxk7-8y54,23933
|
|
371
373
|
mirascope/llm/responses/streams.py,sha256=TmEFvLVEWHfVYplik61yUWisxe8JGbaZdh7yC7e-axI,10789
|
|
372
|
-
mirascope/llm/responses/usage.py,sha256=
|
|
373
|
-
mirascope/llm/tools/__init__.py,sha256=
|
|
374
|
+
mirascope/llm/responses/usage.py,sha256=OvPhe9TpSnxNu2fhH2nCTPDrNTZFtT2_MEhpzVLmw_s,4376
|
|
375
|
+
mirascope/llm/tools/__init__.py,sha256=4Rrnl0GBdZrw3KqACLoDLWqDer32DuU6VKJmN4sjzRo,1515
|
|
374
376
|
mirascope/llm/tools/_utils.py,sha256=mUi6vUEwYuwu8W9FCQcQ_9h_VE_U-Y3Y2UQ2YptPZL4,1171
|
|
375
377
|
mirascope/llm/tools/decorator.py,sha256=2ZTvYH0jrft0E3BdQ2BB9Okyb72JOIqQvBkLWmWuo7w,5663
|
|
376
378
|
mirascope/llm/tools/protocols.py,sha256=pUgGuh4TilRuoipeEHfTzu5cXacMnUpz0Q5YXQyAY2I,3050
|
|
377
|
-
mirascope/llm/tools/
|
|
378
|
-
mirascope/llm/tools/
|
|
379
|
+
mirascope/llm/tools/provider_tools.py,sha256=AvMCMdwIwDZq7mIz4OLcaZcWvoFviYZ2XGlDJaZ9F_k,552
|
|
380
|
+
mirascope/llm/tools/tool_schema.py,sha256=AdpyWxXLCkFlL_gyhEGr7bLOazQI7eVrNe0qJI1ThcA,10483
|
|
381
|
+
mirascope/llm/tools/toolkit.py,sha256=poWFj3pjRB2ABoZK_RroMrSjJMwVmwOsvgBqfW9noM0,6077
|
|
379
382
|
mirascope/llm/tools/tools.py,sha256=CaSGvjFnj-A8KIpInc7m5VNj7wY-eW25f4fvAZeDwWQ,9844
|
|
383
|
+
mirascope/llm/tools/types.py,sha256=-IW_e2t6f39jg0-sjS5EX3lLlSU1hf984emG1LWrZ7w,3408
|
|
384
|
+
mirascope/llm/tools/web_search_tool.py,sha256=JRFxpC4iiN31dllG0qUrjBeoxwdQqzpjAo8SzqRFRJQ,1116
|
|
380
385
|
mirascope/llm/types/__init__.py,sha256=lqzi1FkZ-s-D9-KQzVkAHuQQ1zp6B6yM3r9UNo46teE,357
|
|
381
386
|
mirascope/llm/types/dataclass.py,sha256=y4_9M3Yqw_4I-H0V4TwvgGIp6JvRdtpW11NxqufnsJk,247
|
|
382
387
|
mirascope/llm/types/jsonable.py,sha256=KY6l21_RBhlHQRXQ_xy6pUqqbTVb_jVFSU4ykRy_OLU,1104
|
|
383
388
|
mirascope/llm/types/type_vars.py,sha256=OsAcQAZh5T_X8ZTLlP4GC1x3qgVY9rfYSnME8aMTDxw,642
|
|
384
|
-
mirascope/ops/__init__.py,sha256=
|
|
389
|
+
mirascope/ops/__init__.py,sha256=FU7H1RnaZZI5c16vjUQCXLZuxnhPN_qDAHXCBiFMjCw,3141
|
|
385
390
|
mirascope/ops/exceptions.py,sha256=N5AES285tTxFJ1THIeJht-_ZEQ7-7_FWoes4EBAu3B8,641
|
|
386
391
|
mirascope/ops/_internal/__init__.py,sha256=yCf8bnHiQFWYsBkwBPyMqknI5apmOwlmyf105mH9EAE,173
|
|
387
392
|
mirascope/ops/_internal/closure.py,sha256=lZuT71ufwHd987BWb7mdk88_d0_eO18fNs9sS16zLss,42727
|
|
@@ -404,21 +409,26 @@ mirascope/ops/_internal/exporters/exporters.py,sha256=9RUKKgtKCxrhh-9H0eaYdG_LAp
|
|
|
404
409
|
mirascope/ops/_internal/exporters/processors.py,sha256=hkNwA5m0e_KJoPQf_EPUaK6ItZlJ8D5TCBs-JAhGKXo,3511
|
|
405
410
|
mirascope/ops/_internal/exporters/types.py,sha256=1ge7nwNQ3HUH4qVoYeHhSUp3LxohkvDSoqPw2MDLEqw,4057
|
|
406
411
|
mirascope/ops/_internal/exporters/utils.py,sha256=1EwxK70bKrB5fkm9y3MnXduSF-NKJqRbBDgqD1T0fnc,2026
|
|
407
|
-
mirascope/ops/_internal/instrumentation/__init__.py,sha256=
|
|
412
|
+
mirascope/ops/_internal/instrumentation/__init__.py,sha256=qB8Fr3GdQ28fpSRUu_G3sk76TJfjyEpztKFbMtHo8Zk,735
|
|
408
413
|
mirascope/ops/_internal/instrumentation/llm/__init__.py,sha256=_L6JL3sw6XbW9ICsWe4RZpkT-_BFSIBbh_n00O9h_SM,184
|
|
409
|
-
mirascope/ops/_internal/instrumentation/llm/common.py,sha256=
|
|
414
|
+
mirascope/ops/_internal/instrumentation/llm/common.py,sha256=SxOMTIfKXsJaCK7Rbsxpwtm3NAI8C0ZV1Vf-aYyvIIo,16480
|
|
410
415
|
mirascope/ops/_internal/instrumentation/llm/cost.py,sha256=TcXgJOsBoAePf3quMh1wgbRCNfoznHxhZ-TfYweSi5Y,6725
|
|
411
416
|
mirascope/ops/_internal/instrumentation/llm/encode.py,sha256=I8hB76_hjPPzmDbiG5S6jzJQJIu2pyWMyT3wJQabx90,8349
|
|
412
417
|
mirascope/ops/_internal/instrumentation/llm/llm.py,sha256=WUHXdzyhp8xbe_E6-GTFG5LUDHwTJguLjmEtv_RzKvw,5138
|
|
413
|
-
mirascope/ops/_internal/instrumentation/llm/model.py,sha256=
|
|
418
|
+
mirascope/ops/_internal/instrumentation/llm/model.py,sha256=L8wYAP8gSts-Y3gA09nBmBmv-Z5qWHBs6qhZJvY5hsA,53584
|
|
414
419
|
mirascope/ops/_internal/instrumentation/llm/response.py,sha256=j0sRAE0bk8PYfeU4LQBr5QySXbiVgrOHQc-UDw_kIFI,19362
|
|
415
|
-
mirascope/ops/_internal/instrumentation/llm/serialize.py,sha256=
|
|
420
|
+
mirascope/ops/_internal/instrumentation/llm/serialize.py,sha256=fctaKT4XFF2OPC4uL3Kq3IEyXfKHZmxUvfwEzHKOENI,11493
|
|
416
421
|
mirascope/ops/_internal/instrumentation/llm/gen_ai_types/__init__.py,sha256=37jQoprefVlma7K9SJih78TbRqvKyx_PDRNLS31Y_kc,813
|
|
417
422
|
mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_input_messages.py,sha256=T35Lrskt0OvMu2kF98V2dgVhnQoRy_3ZJ2yTYgyxm48,758
|
|
418
423
|
mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_output_messages.py,sha256=qxLxSmwd_2EdymR4a5cDXc9DTSFGQXMhqSHGgS219Y4,957
|
|
419
424
|
mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_system_instructions.py,sha256=ZkWNOh6-tG6LtFP_0Hjfdf_8BqAsIFyP3tNybeo1FnY,388
|
|
420
425
|
mirascope/ops/_internal/instrumentation/llm/gen_ai_types/shared.py,sha256=JpmcF1i25EHc8KMv6nkpBwyIU46B_T8v1L71C16n080,3004
|
|
421
|
-
mirascope
|
|
422
|
-
mirascope
|
|
423
|
-
mirascope
|
|
424
|
-
mirascope
|
|
426
|
+
mirascope/ops/_internal/instrumentation/providers/__init__.py,sha256=rKT_HJ9aIwPKC_OYqEBbHBxjd9RYU4oI2u1dAwn86Pc,665
|
|
427
|
+
mirascope/ops/_internal/instrumentation/providers/anthropic.py,sha256=P3NgIKg9ztr9h1Ngt-MPCL98Co7HioClQX4J4Tbe6gE,2584
|
|
428
|
+
mirascope/ops/_internal/instrumentation/providers/base.py,sha256=7jl37MhcDCfWMWkkUqgdqATv0OQIggk8t9JSlCOlNFo,6072
|
|
429
|
+
mirascope/ops/_internal/instrumentation/providers/google_genai.py,sha256=1QtxjyCrM5vjXEW0TVdpzdYJuHB8YKsqY8EQEWnIn3o,2948
|
|
430
|
+
mirascope/ops/_internal/instrumentation/providers/openai.py,sha256=mVXebcl8bwRvFfOVXfiX4uxo5X_uqIOXgttkifIGCZg,2638
|
|
431
|
+
mirascope-2.1.0.dist-info/METADATA,sha256=NATy9oB5Toj3JgdMEMXLoJ9a8f0aoD3DpCgxQW5fex8,9719
|
|
432
|
+
mirascope-2.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
433
|
+
mirascope-2.1.0.dist-info/licenses/LICENSE,sha256=MxD-HQ4YHSi2YqZ3UH2MsjclZbesds6j5it4O2IWyJs,1072
|
|
434
|
+
mirascope-2.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|