mirascope 2.1.0__py3-none-any.whl → 2.2.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/api/_generated/functions/client.py +10 -0
- mirascope/api/_generated/functions/raw_client.py +8 -0
- mirascope/api/_generated/functions/types/functions_create_response.py +25 -8
- mirascope/api/_generated/functions/types/functions_find_by_hash_response.py +25 -10
- mirascope/api/_generated/functions/types/functions_get_by_env_response.py +1 -0
- mirascope/api/_generated/functions/types/functions_get_response.py +25 -8
- mirascope/api/_generated/functions/types/functions_list_by_env_response_functions_item.py +1 -0
- mirascope/api/_generated/functions/types/functions_list_response_functions_item.py +22 -7
- mirascope/api/_generated/reference.md +9 -0
- mirascope/llm/__init__.py +42 -0
- mirascope/llm/calls/calls.py +38 -11
- mirascope/llm/exceptions.py +69 -0
- mirascope/llm/prompts/prompts.py +47 -9
- mirascope/llm/providers/__init__.py +3 -0
- mirascope/llm/providers/openai/completions/_utils/__init__.py +3 -0
- mirascope/llm/providers/openai/completions/_utils/encode.py +27 -32
- mirascope/llm/providers/openai/completions/_utils/feature_info.py +50 -0
- mirascope/llm/providers/openai/completions/base_provider.py +21 -0
- mirascope/llm/providers/openai/completions/provider.py +8 -2
- mirascope/llm/providers/openrouter/__init__.py +5 -0
- mirascope/llm/providers/openrouter/provider.py +67 -0
- mirascope/llm/providers/provider_id.py +2 -0
- mirascope/llm/providers/provider_registry.py +6 -0
- mirascope/llm/responses/response.py +217 -0
- mirascope/llm/responses/stream_response.py +234 -0
- mirascope/llm/retries/__init__.py +51 -0
- mirascope/llm/retries/retry_calls.py +159 -0
- mirascope/llm/retries/retry_config.py +168 -0
- mirascope/llm/retries/retry_decorator.py +258 -0
- mirascope/llm/retries/retry_models.py +1313 -0
- mirascope/llm/retries/retry_prompts.py +227 -0
- mirascope/llm/retries/retry_responses.py +340 -0
- mirascope/llm/retries/retry_stream_responses.py +571 -0
- mirascope/llm/retries/utils.py +159 -0
- mirascope/ops/_internal/versioned_calls.py +249 -9
- mirascope/ops/_internal/versioned_functions.py +2 -0
- {mirascope-2.1.0.dist-info → mirascope-2.2.0.dist-info}/METADATA +1 -1
- {mirascope-2.1.0.dist-info → mirascope-2.2.0.dist-info}/RECORD +40 -28
- {mirascope-2.1.0.dist-info → mirascope-2.2.0.dist-info}/WHEEL +0 -0
- {mirascope-2.1.0.dist-info → mirascope-2.2.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -8,7 +8,7 @@ mirascope/api/_generated/README.md,sha256=7-B_qhXCHaXKX9FPG-G112hKmXM64uM6eNqmSd
|
|
|
8
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=QHYOhEYd2WU8RHtMLcJ2wpNXAfHlKi4KnwQtjl66i0Q,54410
|
|
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
|
|
@@ -72,23 +72,23 @@ mirascope/api/_generated/errors/service_unavailable_error.py,sha256=gLGMVEFuS7rz
|
|
|
72
72
|
mirascope/api/_generated/errors/too_many_requests_error.py,sha256=uOvzFzeCaBzFI-uENVev0OmDJHLjNTHVQSxxffjnjp0,413
|
|
73
73
|
mirascope/api/_generated/errors/unauthorized_error.py,sha256=d5MEGAcmZ65n2bx1WAVa4goJ2q7uugy6YZyGCs_zHoM,400
|
|
74
74
|
mirascope/api/_generated/functions/__init__.py,sha256=oLjCzn-MKrHIxGV5z2elOK4dG4esHoJwMQFRjbEK7r4,1381
|
|
75
|
-
mirascope/api/_generated/functions/client.py,sha256=
|
|
76
|
-
mirascope/api/_generated/functions/raw_client.py,sha256=
|
|
75
|
+
mirascope/api/_generated/functions/client.py,sha256=j-zalqXnjyqv5wOBlChkG0p5wy0fjs4yU_JzYG8k7aY,16688
|
|
76
|
+
mirascope/api/_generated/functions/raw_client.py,sha256=7gac4zL5i7s5Qsw0wT9hHFK7h4wM2yWHLBAq_Y9IYp4,72632
|
|
77
77
|
mirascope/api/_generated/functions/types/__init__.py,sha256=ePNVxcxuQxjPllnMOXAB-4pVo1uW2aaX_NPv4EPR3hQ,2155
|
|
78
78
|
mirascope/api/_generated/functions/types/functions_create_request_dependencies_value.py,sha256=A-bx9nZE0aYoNLuLo6xQYe2GvvUq76ZiBfdJOZ31n2c,603
|
|
79
|
-
mirascope/api/_generated/functions/types/functions_create_response.py,sha256
|
|
79
|
+
mirascope/api/_generated/functions/types/functions_create_response.py,sha256=XvhaneMVKHNp9V9WYtMiRbASCp8kRN4e3WjhFDPx__M,1775
|
|
80
80
|
mirascope/api/_generated/functions/types/functions_create_response_dependencies_value.py,sha256=uH0JsZ4QbarNF1eiVT_go8GbMVndHeBRPe7MOemlpJc,604
|
|
81
|
-
mirascope/api/_generated/functions/types/functions_find_by_hash_response.py,sha256=
|
|
81
|
+
mirascope/api/_generated/functions/types/functions_find_by_hash_response.py,sha256=teRk8SrU2nSxNeLKdhDjsUbF0acaFutUnYzGEWm0zGc,1793
|
|
82
82
|
mirascope/api/_generated/functions/types/functions_find_by_hash_response_dependencies_value.py,sha256=ZrhLgxa2vDThOc9AgLjSiYMjFBQfLaT-6hRvNgx6pog,608
|
|
83
|
-
mirascope/api/_generated/functions/types/functions_get_by_env_response.py,sha256=
|
|
83
|
+
mirascope/api/_generated/functions/types/functions_get_by_env_response.py,sha256=ot7ESVeqtHimuyXenjwxEM-Y0BfGwNob0ekt0FEdUXM,1785
|
|
84
84
|
mirascope/api/_generated/functions/types/functions_get_by_env_response_dependencies_value.py,sha256=Z1BTN_3xh_VKtQj872eirU5o6dAbmUhv7bzjzKddhas,628
|
|
85
|
-
mirascope/api/_generated/functions/types/functions_get_response.py,sha256=
|
|
85
|
+
mirascope/api/_generated/functions/types/functions_get_response.py,sha256=sZfNT1NAVCk--OUvaeDCQWngUncWy30nf2kwdV1lYdM,1763
|
|
86
86
|
mirascope/api/_generated/functions/types/functions_get_response_dependencies_value.py,sha256=OiD6Z39V4cDImDRILIfQfgVlMH3idJz9RQ8p5jG6DWE,601
|
|
87
87
|
mirascope/api/_generated/functions/types/functions_list_by_env_response.py,sha256=DnFTgOg7jP_WkghF8FCJM9zDE8SrUgGzQUW7NhSfJYc,735
|
|
88
|
-
mirascope/api/_generated/functions/types/functions_list_by_env_response_functions_item.py,sha256=
|
|
88
|
+
mirascope/api/_generated/functions/types/functions_list_by_env_response_functions_item.py,sha256=OGuqKYlGJbVdp9BMNEQCMtZgobAgvX62FYrfSPm1cQI,1878
|
|
89
89
|
mirascope/api/_generated/functions/types/functions_list_by_env_response_functions_item_dependencies_value.py,sha256=hE_610_LWn5YVoxRiwbW1KHBTR9a3Fp1eFYIPhFdSjY,642
|
|
90
90
|
mirascope/api/_generated/functions/types/functions_list_response.py,sha256=QFrlBjZugHKQ6oL1bqSvyhg1Tal6ZQG1ZW9rEN8PPMA,682
|
|
91
|
-
mirascope/api/_generated/functions/types/functions_list_response_functions_item.py,sha256=
|
|
91
|
+
mirascope/api/_generated/functions/types/functions_list_response_functions_item.py,sha256=OiZIwM598UzwytXS8a4b7FgesabKUGkP3_iOtJKonWM,1843
|
|
92
92
|
mirascope/api/_generated/functions/types/functions_list_response_functions_item_dependencies_value.py,sha256=wPsajRsxnZ1Ut9dxmnMWOibrJ38IwiR0v-_6x9_P4Dg,615
|
|
93
93
|
mirascope/api/_generated/health/__init__.py,sha256=UN1u0qzFG8zDGf3CABrpMNNEP467lQZKLQfTOpkwm2E,215
|
|
94
94
|
mirascope/api/_generated/health/client.py,sha256=iqLicxinxNofeZfFkQVOv9Xv0o37amPQbDawA3UCVO8,2520
|
|
@@ -265,10 +265,10 @@ mirascope/api/_generated/types/subscription_past_due_error.py,sha256=a-1Rb33jN_p
|
|
|
265
265
|
mirascope/api/_generated/types/subscription_past_due_error_tag.py,sha256=ghRiStRa--el9MUbcTwhfYKdhj60cqf08DIqZYUArFg,185
|
|
266
266
|
mirascope/api/_generated/types/unauthorized_error_body.py,sha256=0k725xKXRagfrb1HJoygl87SQvZdd6WEU2ACrDbt694,618
|
|
267
267
|
mirascope/api/_generated/types/unauthorized_error_tag.py,sha256=sx-QdNmQjboMaPni2EVKoorYvWk5OmHHlT5-IBiFhQw,165
|
|
268
|
-
mirascope/llm/__init__.py,sha256=
|
|
269
|
-
mirascope/llm/exceptions.py,sha256=
|
|
268
|
+
mirascope/llm/__init__.py,sha256=Lj4Goc1m5GLQPGSFujYjlskTwc73gpj6SjTjPwUG24A,7173
|
|
269
|
+
mirascope/llm/exceptions.py,sha256=Xj0RjkXb17FoGMC3YvGR6j2bVel_OMGPXh_qHwgzV-U,13120
|
|
270
270
|
mirascope/llm/calls/__init__.py,sha256=aA-IoOlXdmhVybHTj_fGx1jDlIL-a7ed7xncO2aMIJY,293
|
|
271
|
-
mirascope/llm/calls/calls.py,sha256=
|
|
271
|
+
mirascope/llm/calls/calls.py,sha256=ckHpAJzLSlnw5d3vIpKO_jaHhlcar-5FaY5OWEjhvRw,12807
|
|
272
272
|
mirascope/llm/calls/decorator.py,sha256=dPD04bfpvJueZWcJ4H7LY-a63U-RYQ7VRnv0M3BKxqI,8945
|
|
273
273
|
mirascope/llm/content/__init__.py,sha256=4a5UaoiF8OKfXS9j7INFvOnU7bkNpacpiZ6IlLgC6Lc,1926
|
|
274
274
|
mirascope/llm/content/audio.py,sha256=W6liY1PuQ0pF91eDBnNKW52dr-G7-vnd-rhlSqebx9Y,5311
|
|
@@ -300,12 +300,12 @@ mirascope/llm/models/thinking_config.py,sha256=CkFOkw-fjDlsZbHJbV68v4yRwb5o6miVx
|
|
|
300
300
|
mirascope/llm/prompts/__init__.py,sha256=rOtSiZvw6vsJl7vCFWzKZnm3haNhnLtPRzPfdbgoH7U,727
|
|
301
301
|
mirascope/llm/prompts/_utils.py,sha256=42hTqm8PuLpDOz4Mi59kaUou43qeo5R-9703l8cciSg,1018
|
|
302
302
|
mirascope/llm/prompts/decorator.py,sha256=lwGfPokTxaeiJlHby4vsN09DII8Rd4piThNWwtoGmoc,6921
|
|
303
|
-
mirascope/llm/prompts/prompts.py,sha256
|
|
303
|
+
mirascope/llm/prompts/prompts.py,sha256=kNhvMOyCrVRQ4WFrwgMw5FBRQxkBjkPfLEC8G0Ui2UI,16936
|
|
304
304
|
mirascope/llm/prompts/protocols.py,sha256=auopJnLAfOognCFVVnXrvb4zFj3102Ofi2iVHfublM0,2242
|
|
305
|
-
mirascope/llm/providers/__init__.py,sha256=
|
|
305
|
+
mirascope/llm/providers/__init__.py,sha256=nGCTJsF0vbWiD6r4D4nkfTGWfMB23k0eV_HHRVkFdG8,2093
|
|
306
306
|
mirascope/llm/providers/model_id.py,sha256=qr7RKkP_3Blgxjzw_HvQVJLM1aTzsP-jVFsycz0itI8,292
|
|
307
|
-
mirascope/llm/providers/provider_id.py,sha256=
|
|
308
|
-
mirascope/llm/providers/provider_registry.py,sha256=
|
|
307
|
+
mirascope/llm/providers/provider_id.py,sha256=IooQMNDnPxbiz1Phb3B_0ek5KjsqPoKiyhbRE-XUvGM,1154
|
|
308
|
+
mirascope/llm/providers/provider_registry.py,sha256=UKzYIJE-8z0SRdJssC1O891WqOS3dmkEeJtuJrtruZ0,10986
|
|
309
309
|
mirascope/llm/providers/anthropic/__init__.py,sha256=t9m32IiohMu6Aqlj7iVBcngY6KiUlJBnJBFyPYttXpY,261
|
|
310
310
|
mirascope/llm/providers/anthropic/beta_provider.py,sha256=JlqVVodG_IHypcqghrKalFMbDSY8Ui1EUxeW3WScavk,12066
|
|
311
311
|
mirascope/llm/providers/anthropic/model_id.py,sha256=3Wf4cZG8NUO3i7dHmw3At46JMfTuRWpS8pKYX2s-8B8,715
|
|
@@ -350,16 +350,19 @@ mirascope/llm/providers/openai/provider.py,sha256=VStI-KaGb3gwXB2TRcv3TTqnHoaxLU
|
|
|
350
350
|
mirascope/llm/providers/openai/_utils/__init__.py,sha256=jzAtRZEqvbHnJw8iEillZU4tWXedmtTWuE_PqyYUVvM,101
|
|
351
351
|
mirascope/llm/providers/openai/_utils/errors.py,sha256=760JxYcm9LJk7aIYmyPTrvjfBG2ku8-wZDb0_rkNpMs,1634
|
|
352
352
|
mirascope/llm/providers/openai/completions/__init__.py,sha256=yZ-REySFP37yKjBozFybRu1ZSRPr7r5W4_bOu7z8Ymg,190
|
|
353
|
-
mirascope/llm/providers/openai/completions/base_provider.py,sha256=
|
|
354
|
-
mirascope/llm/providers/openai/completions/provider.py,sha256=
|
|
355
|
-
mirascope/llm/providers/openai/completions/_utils/__init__.py,sha256=
|
|
353
|
+
mirascope/llm/providers/openai/completions/base_provider.py,sha256=ueJZZ3X_mgvVAyTCa5XUeQFLFiSiguIlnRMvaHa2Yrc,18529
|
|
354
|
+
mirascope/llm/providers/openai/completions/provider.py,sha256=XXeg9QzCUXkzNvNlk6ifwqIBz-BcDAacNcpKQPUcR58,1075
|
|
355
|
+
mirascope/llm/providers/openai/completions/_utils/__init__.py,sha256=lrDNDDhxRUNBeBJlB9ZNu9J3RgSDJKU0wD83EFRfuHg,423
|
|
356
356
|
mirascope/llm/providers/openai/completions/_utils/decode.py,sha256=C-hSaLcxrN0JzYkWYLweIqd6Eq1-QF0Bt9NH2XET2sc,8951
|
|
357
|
-
mirascope/llm/providers/openai/completions/_utils/encode.py,sha256=
|
|
357
|
+
mirascope/llm/providers/openai/completions/_utils/encode.py,sha256=OQOCMBs-cwCJhSZlSvzPaRnL9Pw0ppqek0lVyeE1Gt4,14714
|
|
358
|
+
mirascope/llm/providers/openai/completions/_utils/feature_info.py,sha256=C3hWZNcDPF2xvmbK9k2-UXMlFS8mFHPwALmx86AA98I,1973
|
|
358
359
|
mirascope/llm/providers/openai/responses/__init__.py,sha256=_r-w3uzGYdP9T7v2c__izSOXbolrg8axmK6j9TTRgbA,92
|
|
359
360
|
mirascope/llm/providers/openai/responses/provider.py,sha256=NPC52fg0Xicy_qxYJ-gZvMKPgg_7kZdAGJ-iOo1oRbw,16929
|
|
360
361
|
mirascope/llm/providers/openai/responses/_utils/__init__.py,sha256=7TVVzYepHXvhe-XOt454VIGGIm2soCikX18s8jNhclc,309
|
|
361
362
|
mirascope/llm/providers/openai/responses/_utils/decode.py,sha256=1P1kw0TaoWWD05wtozFFCSKlbraMCQwyODuw4ytsuvY,11158
|
|
362
363
|
mirascope/llm/providers/openai/responses/_utils/encode.py,sha256=3Wm_ieSa0mREzdvmrvWO2F4AZhsmvnAeOZwANsFfNL8,14273
|
|
364
|
+
mirascope/llm/providers/openrouter/__init__.py,sha256=ChnVNEzbCtyptV_cDGzbahgbe764zay7-K7y6KEX0uo,161
|
|
365
|
+
mirascope/llm/providers/openrouter/provider.py,sha256=P6voPrPI5cfUWU7Vmn5UrM1zxVHVRDZH9lPxk5o9vg4,2359
|
|
363
366
|
mirascope/llm/providers/together/__init__.py,sha256=ukc99bsfsYB0fq4alaRqClxFG3bKJ0eYGPj7AfjLnpM,122
|
|
364
367
|
mirascope/llm/providers/together/provider.py,sha256=LauQR6kdxFNkO8CqaJIbiyn2TxI6mO3z5GhnZbHxQa0,1295
|
|
365
368
|
mirascope/llm/responses/__init__.py,sha256=wZQ1RgeO6fl2KkZmQFqW5fdMBCIad31rOhJQAANDQqo,1560
|
|
@@ -367,11 +370,20 @@ mirascope/llm/responses/_utils.py,sha256=0_vuY5qcFD91sF2uCOM1PxJse5vP6pEPedEFqKA
|
|
|
367
370
|
mirascope/llm/responses/base_response.py,sha256=Se0tf3hIB8Y7cBvAeLJEctA-w-pdLIHOURBn023m51s,4269
|
|
368
371
|
mirascope/llm/responses/base_stream_response.py,sha256=YujpLwk0T0Mi98p7OPlsmuuBKfXyuyEcTpMReQQWB_8,33363
|
|
369
372
|
mirascope/llm/responses/finish_reason.py,sha256=Az5OY6pfZoOPEpzVnl07AqZPz5ZC-w4YKwpUPbFJGdM,798
|
|
370
|
-
mirascope/llm/responses/response.py,sha256=
|
|
373
|
+
mirascope/llm/responses/response.py,sha256=0EVH8FSMnH_4xPzJR18BUJxsY24d2QMLKOdi6HDkslY,20878
|
|
371
374
|
mirascope/llm/responses/root_response.py,sha256=LXAMDgI29UF8VYv0a76IfZkiQnebpTPFDkgJR8zFdZo,9246
|
|
372
|
-
mirascope/llm/responses/stream_response.py,sha256=
|
|
375
|
+
mirascope/llm/responses/stream_response.py,sha256=JRewzc3AzdoEBuc6Er3IhiAesEZJG8X7tDTkKWalBfo,33086
|
|
373
376
|
mirascope/llm/responses/streams.py,sha256=TmEFvLVEWHfVYplik61yUWisxe8JGbaZdh7yC7e-axI,10789
|
|
374
377
|
mirascope/llm/responses/usage.py,sha256=OvPhe9TpSnxNu2fhH2nCTPDrNTZFtT2_MEhpzVLmw_s,4376
|
|
378
|
+
mirascope/llm/retries/__init__.py,sha256=AT7y9az-OYGPhz2aJUggaRC2uy_ETXRrQqGXiiBDl-Y,1415
|
|
379
|
+
mirascope/llm/retries/retry_calls.py,sha256=XMvozSh0W8dZh6QFT_DCNNznEcUYZcZdrTAyKnB2JoQ,5492
|
|
380
|
+
mirascope/llm/retries/retry_config.py,sha256=ppKeMyCLVVqAt49WsF7H4CieKPxm7tTZb3uBWM0_6HU,6349
|
|
381
|
+
mirascope/llm/retries/retry_decorator.py,sha256=fJicq_I2g1-5BhbhD9_8joCJsrR5LFhRtQXPv2idTzM,7634
|
|
382
|
+
mirascope/llm/retries/retry_models.py,sha256=_lC3YsiPrvynpFbUVyRBte8yn05CDsvt6fkvQyacKnE,43763
|
|
383
|
+
mirascope/llm/retries/retry_prompts.py,sha256=E1ldVxJp3u1A7qpWO6vb2aTdHm0R3bV3DWlYDQq8fWI,7394
|
|
384
|
+
mirascope/llm/retries/retry_responses.py,sha256=NeTz4q3fIE2Mttk8pBxnvk9ok_fpMNtLgvCJETCXzrE,12561
|
|
385
|
+
mirascope/llm/retries/retry_stream_responses.py,sha256=DhPlbIlzdnLy9JaMCaiEKWiqx0K4TgOGovQnr_ffIZ4,21885
|
|
386
|
+
mirascope/llm/retries/utils.py,sha256=ravA7Ex_Lb_PoE5Hwej8QWCiBG0DyVeczcWYOWdiQbo,5168
|
|
375
387
|
mirascope/llm/tools/__init__.py,sha256=4Rrnl0GBdZrw3KqACLoDLWqDer32DuU6VKJmN4sjzRo,1515
|
|
376
388
|
mirascope/llm/tools/_utils.py,sha256=mUi6vUEwYuwu8W9FCQcQ_9h_VE_U-Y3Y2UQ2YptPZL4,1171
|
|
377
389
|
mirascope/llm/tools/decorator.py,sha256=2ZTvYH0jrft0E3BdQ2BB9Okyb72JOIqQvBkLWmWuo7w,5663
|
|
@@ -401,8 +413,8 @@ mirascope/ops/_internal/traced_functions.py,sha256=lPN8c-lzHY-BxhhbcDpKC7JQtvgnm
|
|
|
401
413
|
mirascope/ops/_internal/tracing.py,sha256=RzHBc-yEbj3Z_Kjobh26FWDSnF6AGbRCsb0JXBSzPdc,10244
|
|
402
414
|
mirascope/ops/_internal/types.py,sha256=5B1RgChTEbGkLZvdoX8XA2vMKn4bS8BczjGDElxmugI,412
|
|
403
415
|
mirascope/ops/_internal/utils.py,sha256=uGGKuAToxUUlkiqcmZIAICCAtmQay_fQ_ciVWF6jcIQ,4907
|
|
404
|
-
mirascope/ops/_internal/versioned_calls.py,sha256=
|
|
405
|
-
mirascope/ops/_internal/versioned_functions.py,sha256=
|
|
416
|
+
mirascope/ops/_internal/versioned_calls.py,sha256=4l5S3oiDEL7sH8qatbS4no-FxOgBCGzXp9LVXics9uc,25759
|
|
417
|
+
mirascope/ops/_internal/versioned_functions.py,sha256=__lnbjJEjkrU_0mAqUZXeFzqfWmeYlSDrb5xIwLKG9o,13598
|
|
406
418
|
mirascope/ops/_internal/versioning.py,sha256=MxiezWrGUPiLZxZnwwXDFTR7EMrfTHR7rmd14TuDCL8,8286
|
|
407
419
|
mirascope/ops/_internal/exporters/__init__.py,sha256=3PUd75TczW_8bUImcWgddWyoRmygGf6T_jL7Jo3t_sY,608
|
|
408
420
|
mirascope/ops/_internal/exporters/exporters.py,sha256=9RUKKgtKCxrhh-9H0eaYdG_LApmirmvRZjNIlhr3tGA,14043
|
|
@@ -428,7 +440,7 @@ mirascope/ops/_internal/instrumentation/providers/anthropic.py,sha256=P3NgIKg9zt
|
|
|
428
440
|
mirascope/ops/_internal/instrumentation/providers/base.py,sha256=7jl37MhcDCfWMWkkUqgdqATv0OQIggk8t9JSlCOlNFo,6072
|
|
429
441
|
mirascope/ops/_internal/instrumentation/providers/google_genai.py,sha256=1QtxjyCrM5vjXEW0TVdpzdYJuHB8YKsqY8EQEWnIn3o,2948
|
|
430
442
|
mirascope/ops/_internal/instrumentation/providers/openai.py,sha256=mVXebcl8bwRvFfOVXfiX4uxo5X_uqIOXgttkifIGCZg,2638
|
|
431
|
-
mirascope-2.
|
|
432
|
-
mirascope-2.
|
|
433
|
-
mirascope-2.
|
|
434
|
-
mirascope-2.
|
|
443
|
+
mirascope-2.2.0.dist-info/METADATA,sha256=nUt1SVcAx9DNeTaMEcAnAUjcb2Kwq1iSDssGFAU6NGk,9719
|
|
444
|
+
mirascope-2.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
445
|
+
mirascope-2.2.0.dist-info/licenses/LICENSE,sha256=MxD-HQ4YHSi2YqZ3UH2MsjclZbesds6j5it4O2IWyJs,1072
|
|
446
|
+
mirascope-2.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|