mirascope 1.21.6__tar.gz → 1.22.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.
Files changed (1877) hide show
  1. {mirascope-1.21.6 → mirascope-1.22.0}/PKG-INFO +2 -2
  2. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/mcp/client.md +47 -24
  3. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/mcp/server.md +6 -4
  4. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/mcp/client.py +7 -7
  5. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/__init__.py +2 -0
  6. mirascope-1.22.0/mirascope/mcp/__init__.py +7 -0
  7. mirascope-1.21.6/mirascope/mcp/client.py → mirascope-1.22.0/mirascope/mcp/_utils.py +60 -104
  8. mirascope-1.22.0/mirascope/mcp/client.py +167 -0
  9. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/mcp/server.py +15 -2
  10. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/mcp/tools.py +16 -0
  11. {mirascope-1.21.6 → mirascope-1.22.0}/pyproject.toml +4 -3
  12. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_call_response.py +4 -4
  13. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_stream.py +1 -1
  14. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_tool.py +1 -1
  15. mirascope-1.21.6/tests/mcp/test_mcp_client.py → mirascope-1.22.0/tests/mcp/test_client.py +48 -28
  16. {mirascope-1.21.6 → mirascope-1.22.0}/uv.lock +92 -75
  17. mirascope-1.21.6/mirascope/mcp/__init__.py +0 -6
  18. {mirascope-1.21.6 → mirascope-1.22.0}/.github/CODEOWNERS +0 -0
  19. {mirascope-1.21.6 → mirascope-1.22.0}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  20. {mirascope-1.21.6 → mirascope-1.22.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  21. {mirascope-1.21.6 → mirascope-1.22.0}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
  22. {mirascope-1.21.6 → mirascope-1.22.0}/.github/ISSUE_TEMPLATE/question.yml +0 -0
  23. {mirascope-1.21.6 → mirascope-1.22.0}/.github/workflows/docs.yml +0 -0
  24. {mirascope-1.21.6 → mirascope-1.22.0}/.github/workflows/label_issues.yml +0 -0
  25. {mirascope-1.21.6 → mirascope-1.22.0}/.github/workflows/lint.yml +0 -0
  26. {mirascope-1.21.6 → mirascope-1.22.0}/.github/workflows/release.yml +0 -0
  27. {mirascope-1.21.6 → mirascope-1.22.0}/.github/workflows/tests.yml +0 -0
  28. {mirascope-1.21.6 → mirascope-1.22.0}/.gitignore +0 -0
  29. {mirascope-1.21.6 → mirascope-1.22.0}/.pre-commit-config.yaml +0 -0
  30. {mirascope-1.21.6 → mirascope-1.22.0}/.vscode/extensions.json +0 -0
  31. {mirascope-1.21.6 → mirascope-1.22.0}/.vscode/launch.json +0 -0
  32. {mirascope-1.21.6 → mirascope-1.22.0}/.vscode/settings.json +0 -0
  33. {mirascope-1.21.6 → mirascope-1.22.0}/LICENSE +0 -0
  34. {mirascope-1.21.6 → mirascope-1.22.0}/README.md +0 -0
  35. {mirascope-1.21.6 → mirascope-1.22.0}/docs/CNAME +0 -0
  36. {mirascope-1.21.6 → mirascope-1.22.0}/docs/CONTRIBUTING.md +0 -0
  37. {mirascope-1.21.6 → mirascope-1.22.0}/docs/HELP.md +0 -0
  38. {mirascope-1.21.6 → mirascope-1.22.0}/docs/MIGRATE.md +0 -0
  39. {mirascope-1.21.6 → mirascope-1.22.0}/docs/WELCOME.md +0 -0
  40. {mirascope-1.21.6 → mirascope-1.22.0}/docs/WHY.md +0 -0
  41. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/anthropic/call.md +0 -0
  42. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/anthropic/call_params.md +0 -0
  43. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/anthropic/call_response.md +0 -0
  44. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/anthropic/call_response_chunk.md +0 -0
  45. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/anthropic/dynamic_config.md +0 -0
  46. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/anthropic/stream.md +0 -0
  47. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/anthropic/tool.md +0 -0
  48. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/azure/call.md +0 -0
  49. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/azure/call_params.md +0 -0
  50. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/azure/call_response.md +0 -0
  51. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/azure/call_response_chunk.md +0 -0
  52. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/azure/dynamic_config.md +0 -0
  53. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/azure/stream.md +0 -0
  54. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/azure/tool.md +0 -0
  55. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/call_factory.md +0 -0
  56. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/call_params.md +0 -0
  57. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/call_response.md +0 -0
  58. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/call_response_chunk.md +0 -0
  59. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/dynamic_config.md +0 -0
  60. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/merge_decorators.md +0 -0
  61. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/message_param.md +0 -0
  62. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/metadata.md +0 -0
  63. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/prompt.md +0 -0
  64. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/stream.md +0 -0
  65. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/structured_stream.md +0 -0
  66. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/tool.md +0 -0
  67. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/toolkit.md +0 -0
  68. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/base/types.md +0 -0
  69. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/bedrock/call.md +0 -0
  70. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/bedrock/call_params.md +0 -0
  71. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/bedrock/call_response.md +0 -0
  72. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/bedrock/call_response_chunk.md +0 -0
  73. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/bedrock/dynamic_config.md +0 -0
  74. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/bedrock/stream.md +0 -0
  75. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/bedrock/tool.md +0 -0
  76. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/cohere/call.md +0 -0
  77. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/cohere/call_params.md +0 -0
  78. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/cohere/call_response.md +0 -0
  79. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/cohere/call_response_chunk.md +0 -0
  80. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/cohere/dynamic_config.md +0 -0
  81. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/cohere/stream.md +0 -0
  82. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/cohere/tool.md +0 -0
  83. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/costs/calculate_cost.md +0 -0
  84. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/google/call.md +0 -0
  85. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/google/call_params.md +0 -0
  86. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/google/call_response.md +0 -0
  87. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/google/call_response_chunk.md +0 -0
  88. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/google/dynamic_config.md +0 -0
  89. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/google/stream.md +0 -0
  90. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/google/tool.md +0 -0
  91. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/groq/call.md +0 -0
  92. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/groq/call_params.md +0 -0
  93. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/groq/call_response.md +0 -0
  94. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/groq/call_response_chunk.md +0 -0
  95. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/groq/dynamic_config.md +0 -0
  96. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/groq/stream.md +0 -0
  97. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/groq/tool.md +0 -0
  98. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/litellm/call.md +0 -0
  99. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/litellm/call_params.md +0 -0
  100. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/litellm/call_response.md +0 -0
  101. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/litellm/call_response_chunk.md +0 -0
  102. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/litellm/dynamic_config.md +0 -0
  103. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/litellm/stream.md +0 -0
  104. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/litellm/tool.md +0 -0
  105. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/mistral/call.md +0 -0
  106. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/mistral/call_params.md +0 -0
  107. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/mistral/call_response.md +0 -0
  108. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/mistral/call_response_chunk.md +0 -0
  109. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/mistral/dynamic_config.md +0 -0
  110. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/mistral/stream.md +0 -0
  111. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/mistral/tool.md +0 -0
  112. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/openai/call.md +0 -0
  113. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/openai/call_params.md +0 -0
  114. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/openai/call_response.md +0 -0
  115. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/openai/call_response_chunk.md +0 -0
  116. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/openai/dynamic_config.md +0 -0
  117. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/openai/stream.md +0 -0
  118. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/openai/tool.md +0 -0
  119. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/xai/call.md +0 -0
  120. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/xai/call_params.md +0 -0
  121. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/xai/call_response.md +0 -0
  122. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/xai/call_response_chunk.md +0 -0
  123. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/xai/dynamic_config.md +0 -0
  124. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/xai/stream.md +0 -0
  125. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/core/xai/tool.md +0 -0
  126. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/integrations/langfuse.md +0 -0
  127. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/integrations/logfire.md +0 -0
  128. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/integrations/middleware.md +0 -0
  129. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/integrations/otel.md +0 -0
  130. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/integrations/tenacity.md +0 -0
  131. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/llm/call.md +0 -0
  132. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/tools/system/docker_operation.md +0 -0
  133. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/tools/system/file_system.md +0 -0
  134. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/tools/web/duckduckgo.md +0 -0
  135. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/tools/web/httpx.md +0 -0
  136. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/tools/web/parse_url_content.md +0 -0
  137. {mirascope-1.21.6 → mirascope-1.22.0}/docs/api/tools/web/requests.md +0 -0
  138. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/engineers-should-handle-prompting-llms/og-image.png +0 -0
  139. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/how-to-build-a-knowledge-graph/algorithmic-bias-kg.png +0 -0
  140. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/how-to-build-a-knowledge-graph/example-kg-diagram.png +0 -0
  141. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/how-to-make-a-chatbot/autocomplete.png +0 -0
  142. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/how-to-make-a-chatbot/lilypad-screenshot.png +0 -0
  143. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/how-to-make-a-chatbot/type-hints.png +0 -0
  144. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/agentgpt_homepage_screenshot.png +0 -0
  145. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/autogpt_homepage_screenshot.png +0 -0
  146. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/flowise_homepage_screenshot.png +0 -0
  147. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/griptape_homepage_screenshot.png +0 -0
  148. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/guidance_github_screenshot.png +0 -0
  149. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/haystack_homepage_screenshot.png +0 -0
  150. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/humanloop_homepage_screenshot.png +0 -0
  151. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/instructor_docs_screenshot.png +0 -0
  152. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/llama_index_homepage_screenshot.png +0 -0
  153. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/metagpt_homepage_screenshot.png +0 -0
  154. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/mirascope_homepage_screenshot.png +0 -0
  155. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/mirascope_response_autocomplete_suggestions.png +0 -0
  156. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/og-image.png +0 -0
  157. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-alternatives/priompt_github_screenshot.png +0 -0
  158. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-prompt-template/langchain_invoke_dict_no_error.png +0 -0
  159. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-prompt-template/langchain_invoke_dict_runtime_error.png +0 -0
  160. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-prompt-template/mirascope_prompt_fn_autocomplete.png +0 -0
  161. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-prompt-template/mirascope_prompt_fn_incorrect_type_error.png +0 -0
  162. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-prompt-template/og-image.png +0 -0
  163. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-rag/rag-pipeline-diagram.png +0 -0
  164. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-runnables/og-image.png +0 -0
  165. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-structured-output/mirascope_prompt_autocomplete.png +0 -0
  166. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-structured-output/mirascope_prompt_missing_arg.png +0 -0
  167. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-structured-output/og-image.png +0 -0
  168. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-sucks/embedding_model_diagram.png +0 -0
  169. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-sucks/langchain_invoke_no_type_hints.png +0 -0
  170. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-sucks/mirascope_stream_type_hint.png +0 -0
  171. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langchain-sucks/og-image.png +0 -0
  172. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langfuse-integration/mirascope_langfuse_response_model_trace.png +0 -0
  173. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langfuse-integration/mirascope_langfuse_trace.png +0 -0
  174. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/langfuse-integration/og-image.png +0 -0
  175. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llamaindex-vs-langchain/og-image.png +0 -0
  176. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-agents/agent-diagram.jpg +0 -0
  177. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-agents/autocomplete.png +0 -0
  178. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-agents/type-hints.png +0 -0
  179. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-applications/og-image.png +0 -0
  180. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-as-judge/autocomplete.png +0 -0
  181. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-chaining/lilypad_editor_screenshot.png +0 -0
  182. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-chaining/mirascope_autocomplete.png +0 -0
  183. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-chaining/mirascope_type_hints.png +0 -0
  184. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/ask-marvin-homepage.png +0 -0
  185. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/autogen-homepage.png +0 -0
  186. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/control-flow-homepage.png +0 -0
  187. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/dify-homepage.png +0 -0
  188. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/haystack-homepage.png +0 -0
  189. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/langchain-homepage.png +0 -0
  190. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/llama-index-homepage.png +0 -0
  191. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/mirascope-homepage.png +0 -0
  192. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/msft-semantic-kernel-github.png +0 -0
  193. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/openai-stream-type-hint.png +0 -0
  194. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/orkes-homepage.png +0 -0
  195. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-frameworks/prompt-template-autocomplete.png +0 -0
  196. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-integration/lilypad_generation_details_screenshot.png +0 -0
  197. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-integration/mirascope_autocomplete.png +0 -0
  198. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-integration/mirascope_type_hints.png +0 -0
  199. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-orchestration/og-image.png +0 -0
  200. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-pipeline/og-image.png +0 -0
  201. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-pipeline/stages_of_rag_pipeline.png +0 -0
  202. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-prompt/og-image.png +0 -0
  203. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/autogen_github_page.png +0 -0
  204. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/botkit_github_page.png +0 -0
  205. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/crewai_homepage.png +0 -0
  206. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/helicone_homepage.png +0 -0
  207. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/langchain_homepage.png +0 -0
  208. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/milvus_homepage.png +0 -0
  209. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/og-image.png +0 -0
  210. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/ollama_homepage.png +0 -0
  211. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/open_llm_github_page.png +0 -0
  212. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/pinecone_homepage.png +0 -0
  213. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/rasa_homepage.png +0 -0
  214. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/llm-tools/vllm_github_page.png +0 -0
  215. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/mirascope-v1-release/og-image.png +0 -0
  216. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/openai-function-calling/function_calling_diagram.png +0 -0
  217. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/openai-function-calling/og-image.png +0 -0
  218. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-chaining/og-image.png +0 -0
  219. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-best-practices/og-image.png +0 -0
  220. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-best-practices/storylines_incorrect_input_arg.png +0 -0
  221. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-examples/og-image.png +0 -0
  222. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/agenta_homepage.png +0 -0
  223. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/guidance_github_page.png +0 -0
  224. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/haystack_homepage.png +0 -0
  225. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/langchain_homepage.png +0 -0
  226. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/og-image.png +0 -0
  227. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/priompt_github_page.png +0 -0
  228. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/prompt_hub_homepage.png +0 -0
  229. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-tools/promptmetheus_homepage.png +0 -0
  230. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-engineering-vs-fine-tuning/og-image.png +0 -0
  231. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-evaluation/lilypad_editor_screenshot.png +0 -0
  232. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-flow-vs-langchain/og-image.png +0 -0
  233. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-flow-vs-langchain/prompt-flow-visual.png +0 -0
  234. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-versioning/agenta_homepage.png +0 -0
  235. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-versioning/langsmith_homepage.png +0 -0
  236. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-versioning/og-image.png +0 -0
  237. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-versioning/pezzo_homepage.png +0 -0
  238. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/prompt-versioning/prompt_hub_homepage.png +0 -0
  239. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/rag-application/rag-app-diagram.png +0 -0
  240. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/rag-llm-example/rag-diagram.jpg +0 -0
  241. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/synthetic-data-generation/autocomplete.png +0 -0
  242. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/synthetic-data-generation/data-chart.png +0 -0
  243. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/blog/synthetic-data-generation/linting.png +0 -0
  244. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/brandmark.png +0 -0
  245. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/brandmark.svg +0 -0
  246. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/calls-type-hint.png +0 -0
  247. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/cloth-background.png +0 -0
  248. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/favicon.png +0 -0
  249. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/generating-synthetic-data-chart.png +0 -0
  250. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/langfuse-call.png +0 -0
  251. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/learn_flow.svg +0 -0
  252. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/logfire-response-model.png +0 -0
  253. {mirascope-1.21.6 → mirascope-1.22.0}/docs/assets/stream-attributes.png +0 -0
  254. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/.authors.yml +0 -0
  255. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/index.md +0 -0
  256. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/advanced-prompt-engineering.md +0 -0
  257. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/engineers-should-handle-prompting-llms.md +0 -0
  258. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/how-to-build-a-knowledge-graph.md +0 -0
  259. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/how-to-make-a-chatbot.md +0 -0
  260. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/langchain-alternatives.md +0 -0
  261. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/langchain-prompt-template.md +0 -0
  262. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/langchain-rag.md +0 -0
  263. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/langchain-runnables.md +0 -0
  264. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/langchain-structured-output.md +0 -0
  265. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/langchain-sucks.md +0 -0
  266. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/langfuse-integration.md +0 -0
  267. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llamaindex-vs-langchain.md +0 -0
  268. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-agents.md +0 -0
  269. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-applications.md +0 -0
  270. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-as-judge.md +0 -0
  271. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-chaining.md +0 -0
  272. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-evaluation.md +0 -0
  273. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-frameworks.md +0 -0
  274. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-integration.md +0 -0
  275. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-orchestration.md +0 -0
  276. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-pipeline.md +0 -0
  277. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-prompt.md +0 -0
  278. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/llm-tools.md +0 -0
  279. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/mirascope-v1-release.md +0 -0
  280. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/openai-function-calling.md +0 -0
  281. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-chaining.md +0 -0
  282. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-engineering-best-practices.md +0 -0
  283. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-engineering-examples.md +0 -0
  284. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-engineering-tools.md +0 -0
  285. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-engineering-vs-fine-tuning.md +0 -0
  286. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-evaluation.md +0 -0
  287. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-flow-vs-langchain.md +0 -0
  288. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/prompt-versioning.md +0 -0
  289. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/rag-application.md +0 -0
  290. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/rag-llm-example.md +0 -0
  291. {mirascope-1.21.6 → mirascope-1.22.0}/docs/blog/posts/synthetic-data-generation.md +0 -0
  292. {mirascope-1.21.6 → mirascope-1.22.0}/docs/extra/tweaks.css +0 -0
  293. {mirascope-1.21.6 → mirascope-1.22.0}/docs/find_missing_snippets.py +0 -0
  294. {mirascope-1.21.6 → mirascope-1.22.0}/docs/generate_llms_txt.py +0 -0
  295. {mirascope-1.21.6 → mirascope-1.22.0}/docs/generate_provider_examples.py +0 -0
  296. {mirascope-1.21.6 → mirascope-1.22.0}/docs/hooks.py +0 -0
  297. {mirascope-1.21.6 → mirascope-1.22.0}/docs/index.md +0 -0
  298. {mirascope-1.21.6 → mirascope-1.22.0}/docs/integrations/hyperdx.md +0 -0
  299. {mirascope-1.21.6 → mirascope-1.22.0}/docs/integrations/langfuse.md +0 -0
  300. {mirascope-1.21.6 → mirascope-1.22.0}/docs/integrations/logfire.md +0 -0
  301. {mirascope-1.21.6 → mirascope-1.22.0}/docs/integrations/otel.md +0 -0
  302. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/agents.md +0 -0
  303. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/async.md +0 -0
  304. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/calls.md +0 -0
  305. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/chaining.md +0 -0
  306. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/evals.md +0 -0
  307. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/extensions/custom_provider.md +0 -0
  308. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/extensions/middleware.md +0 -0
  309. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/index.md +0 -0
  310. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/json_mode.md +0 -0
  311. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/local_models.md +0 -0
  312. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/output_parsers.md +0 -0
  313. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/prompts.md +0 -0
  314. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/provider_specific_features/anthropic.md +0 -0
  315. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/provider_specific_features/openai.md +0 -0
  316. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/response_models.md +0 -0
  317. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/retries.md +0 -0
  318. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/streams.md +0 -0
  319. {mirascope-1.21.6 → mirascope-1.22.0}/docs/learn/tools.md +0 -0
  320. {mirascope-1.21.6 → mirascope-1.22.0}/docs/macros.py +0 -0
  321. {mirascope-1.21.6 → mirascope-1.22.0}/docs/overrides/home.html +0 -0
  322. {mirascope-1.21.6 → mirascope-1.22.0}/docs/overrides/main.html +0 -0
  323. {mirascope-1.21.6 → mirascope-1.22.0}/docs/plugins/griffe_doclinks.py +0 -0
  324. {mirascope-1.21.6 → mirascope-1.22.0}/docs/robots.txt +0 -0
  325. {mirascope-1.21.6 → mirascope-1.22.0}/docs/ruff.toml +0 -0
  326. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/agents/blog_writing_agent.ipynb +0 -0
  327. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/agents/documentation_agent.ipynb +0 -0
  328. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/agents/local_chat_with_codebase.ipynb +0 -0
  329. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/agents/localized_agent.ipynb +0 -0
  330. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/agents/qwant_search_agent_with_sources.ipynb +0 -0
  331. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/agents/sql_agent.ipynb +0 -0
  332. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/agents/web_search_agent.ipynb +0 -0
  333. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/evals/evaluating_documentation_agent.ipynb +0 -0
  334. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/evals/evaluating_sql_agent.ipynb +0 -0
  335. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/evals/evaluating_web_search_agent.ipynb +0 -0
  336. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/getting_started/dynamic_configuration_and_chaining.ipynb +0 -0
  337. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/getting_started/quickstart.ipynb +0 -0
  338. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/getting_started/structured_outputs.ipynb +0 -0
  339. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/getting_started/tools_and_agents.ipynb +0 -0
  340. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/langgraph_vs_mirascope/quickstart.ipynb +0 -0
  341. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/code_generation_and_execution.ipynb +0 -0
  342. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/document_segmentation.ipynb +0 -0
  343. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/extract_from_pdf.ipynb +0 -0
  344. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/extraction_using_vision.ipynb +0 -0
  345. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/generating_captions.ipynb +0 -0
  346. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/generating_synthetic_data.ipynb +0 -0
  347. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/knowledge_graph.ipynb +0 -0
  348. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/llm_validation_with_retries.ipynb +0 -0
  349. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/named_entity_recognition.ipynb +0 -0
  350. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/o1_style_thinking.ipynb +0 -0
  351. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/pii_scrubbing.ipynb +0 -0
  352. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/query_plan.ipynb +0 -0
  353. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/removing_semantic_duplicates.ipynb +0 -0
  354. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/search_with_sources.ipynb +0 -0
  355. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/speech_transcription.ipynb +0 -0
  356. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/support_ticket_routing.ipynb +0 -0
  357. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/text_classification.ipynb +0 -0
  358. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/text_summarization.ipynb +0 -0
  359. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/more_advanced/text_translation.ipynb +0 -0
  360. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/chain_of_verification.ipynb +0 -0
  361. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/decomposed_prompting.ipynb +0 -0
  362. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/demonstration_ensembling.ipynb +0 -0
  363. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/diverse.ipynb +0 -0
  364. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/least_to_most.ipynb +0 -0
  365. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/mixture_of_reasoning.ipynb +0 -0
  366. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/prompt_paraphrasing.ipynb +0 -0
  367. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/reverse_chain_of_thought.ipynb +0 -0
  368. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/self_consistency.ipynb +0 -0
  369. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/self_refine.ipynb +0 -0
  370. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/sim_to_m.ipynb +0 -0
  371. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/skeleton_of_thought.ipynb +0 -0
  372. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/step_back.ipynb +0 -0
  373. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/chaining_based/system_to_attention.ipynb +0 -0
  374. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/chain_of_thought.ipynb +0 -0
  375. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/common_phrases.ipynb +0 -0
  376. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/contrastive_chain_of_thought.ipynb +0 -0
  377. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/emotion_prompting.ipynb +0 -0
  378. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/plan_and_solve.ipynb +0 -0
  379. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/rephrase_and_respond.ipynb +0 -0
  380. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/rereading.ipynb +0 -0
  381. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/role_prompting.ipynb +0 -0
  382. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/self_ask.ipynb +0 -0
  383. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/tabular_chain_of_thought.ipynb +0 -0
  384. {mirascope-1.21.6 → mirascope-1.22.0}/docs/tutorials/prompt_engineering/text_based/thread_of_thought.ipynb +0 -0
  385. {mirascope-1.21.6 → mirascope-1.22.0}/examples/fastapi/endpoint.py +0 -0
  386. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/anthropic/base_message_param.py +0 -0
  387. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/anthropic/messages.py +0 -0
  388. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/anthropic/shorthand.py +0 -0
  389. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/anthropic/string_template.py +0 -0
  390. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/azure/base_message_param.py +0 -0
  391. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/azure/messages.py +0 -0
  392. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/azure/shorthand.py +0 -0
  393. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/azure/string_template.py +0 -0
  394. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/bedrock/base_message_param.py +0 -0
  395. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/bedrock/messages.py +0 -0
  396. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/bedrock/shorthand.py +0 -0
  397. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/bedrock/string_template.py +0 -0
  398. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/cohere/base_message_param.py +0 -0
  399. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/cohere/messages.py +0 -0
  400. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/cohere/shorthand.py +0 -0
  401. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/cohere/string_template.py +0 -0
  402. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/groq/base_message_param.py +0 -0
  403. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/groq/messages.py +0 -0
  404. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/groq/shorthand.py +0 -0
  405. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/groq/string_template.py +0 -0
  406. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/litellm/base_message_param.py +0 -0
  407. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/litellm/messages.py +0 -0
  408. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/litellm/shorthand.py +0 -0
  409. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/litellm/string_template.py +0 -0
  410. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/mistral/base_message_param.py +0 -0
  411. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/mistral/messages.py +0 -0
  412. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/mistral/shorthand.py +0 -0
  413. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/mistral/string_template.py +0 -0
  414. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/openai/base_message_param.py +0 -0
  415. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/openai/messages.py +0 -0
  416. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/openai/shorthand.py +0 -0
  417. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/hyperdx/openai/string_template.py +0 -0
  418. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/anthropic/base_message_param.py +0 -0
  419. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/anthropic/messages.py +0 -0
  420. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/anthropic/shorthand.py +0 -0
  421. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/anthropic/string_template.py +0 -0
  422. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/azure/base_message_param.py +0 -0
  423. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/azure/messages.py +0 -0
  424. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/azure/shorthand.py +0 -0
  425. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/azure/string_template.py +0 -0
  426. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/bedrock/base_message_param.py +0 -0
  427. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/bedrock/messages.py +0 -0
  428. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/bedrock/shorthand.py +0 -0
  429. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/bedrock/string_template.py +0 -0
  430. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/cohere/base_message_param.py +0 -0
  431. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/cohere/messages.py +0 -0
  432. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/cohere/shorthand.py +0 -0
  433. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/cohere/string_template.py +0 -0
  434. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/groq/base_message_param.py +0 -0
  435. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/groq/messages.py +0 -0
  436. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/groq/shorthand.py +0 -0
  437. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/groq/string_template.py +0 -0
  438. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/litellm/base_message_param.py +0 -0
  439. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/litellm/messages.py +0 -0
  440. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/litellm/shorthand.py +0 -0
  441. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/litellm/string_template.py +0 -0
  442. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/mistral/base_message_param.py +0 -0
  443. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/mistral/messages.py +0 -0
  444. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/mistral/shorthand.py +0 -0
  445. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/mistral/string_template.py +0 -0
  446. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/openai/base_message_param.py +0 -0
  447. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/openai/messages.py +0 -0
  448. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/openai/shorthand.py +0 -0
  449. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/langfuse/openai/string_template.py +0 -0
  450. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/anthropic/base_message_param.py +0 -0
  451. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/anthropic/messages.py +0 -0
  452. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/anthropic/shorthand.py +0 -0
  453. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/anthropic/string_template.py +0 -0
  454. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/azure/base_message_param.py +0 -0
  455. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/azure/messages.py +0 -0
  456. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/azure/shorthand.py +0 -0
  457. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/azure/string_template.py +0 -0
  458. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/bedrock/base_message_param.py +0 -0
  459. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/bedrock/messages.py +0 -0
  460. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/bedrock/shorthand.py +0 -0
  461. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/bedrock/string_template.py +0 -0
  462. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/cohere/base_message_param.py +0 -0
  463. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/cohere/messages.py +0 -0
  464. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/cohere/shorthand.py +0 -0
  465. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/cohere/string_template.py +0 -0
  466. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/groq/base_message_param.py +0 -0
  467. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/groq/messages.py +0 -0
  468. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/groq/shorthand.py +0 -0
  469. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/groq/string_template.py +0 -0
  470. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/litellm/base_message_param.py +0 -0
  471. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/litellm/messages.py +0 -0
  472. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/litellm/shorthand.py +0 -0
  473. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/litellm/string_template.py +0 -0
  474. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/mistral/base_message_param.py +0 -0
  475. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/mistral/messages.py +0 -0
  476. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/mistral/shorthand.py +0 -0
  477. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/mistral/string_template.py +0 -0
  478. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/openai/base_message_param.py +0 -0
  479. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/openai/messages.py +0 -0
  480. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/openai/shorthand.py +0 -0
  481. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/logfire/openai/string_template.py +0 -0
  482. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/anthropic/base_message_param.py +0 -0
  483. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/anthropic/messages.py +0 -0
  484. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/anthropic/shorthand.py +0 -0
  485. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/anthropic/string_template.py +0 -0
  486. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/azure/base_message_param.py +0 -0
  487. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/azure/messages.py +0 -0
  488. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/azure/shorthand.py +0 -0
  489. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/azure/string_template.py +0 -0
  490. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/bedrock/base_message_param.py +0 -0
  491. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/bedrock/messages.py +0 -0
  492. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/bedrock/shorthand.py +0 -0
  493. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/bedrock/string_template.py +0 -0
  494. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/cohere/base_message_param.py +0 -0
  495. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/cohere/messages.py +0 -0
  496. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/cohere/shorthand.py +0 -0
  497. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/cohere/string_template.py +0 -0
  498. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/groq/base_message_param.py +0 -0
  499. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/groq/messages.py +0 -0
  500. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/groq/shorthand.py +0 -0
  501. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/groq/string_template.py +0 -0
  502. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/litellm/base_message_param.py +0 -0
  503. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/litellm/messages.py +0 -0
  504. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/litellm/shorthand.py +0 -0
  505. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/litellm/string_template.py +0 -0
  506. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/mistral/base_message_param.py +0 -0
  507. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/mistral/messages.py +0 -0
  508. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/mistral/shorthand.py +0 -0
  509. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/mistral/string_template.py +0 -0
  510. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/openai/base_message_param.py +0 -0
  511. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/openai/messages.py +0 -0
  512. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/openai/shorthand.py +0 -0
  513. {mirascope-1.21.6 → mirascope-1.22.0}/examples/integrations/otel/openai/string_template.py +0 -0
  514. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/human_in_the_loop/base_message_param.py +0 -0
  515. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/human_in_the_loop/messages.py +0 -0
  516. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/human_in_the_loop/shorthand.py +0 -0
  517. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/human_in_the_loop/string_template.py +0 -0
  518. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/base_message_param.py +0 -0
  519. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/messages.py +0 -0
  520. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/provider_agnostic/base_message_param.py +0 -0
  521. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/provider_agnostic/messages.py +0 -0
  522. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/provider_agnostic/shorthand.py +0 -0
  523. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/provider_agnostic/string_template.py +0 -0
  524. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/shorthand.py +0 -0
  525. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/state_management/string_template.py +0 -0
  526. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/streaming/base_message_param.py +0 -0
  527. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/streaming/messages.py +0 -0
  528. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/streaming/shorthand.py +0 -0
  529. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/streaming/string_template.py +0 -0
  530. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/tools/base_message_param.py +0 -0
  531. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/tools/messages.py +0 -0
  532. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/tools/shorthand.py +0 -0
  533. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/agents/tools/string_template.py +0 -0
  534. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/basic_usage/base_message_param.py +0 -0
  535. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/basic_usage/messages.py +0 -0
  536. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/basic_usage/shorthand.py +0 -0
  537. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/basic_usage/string_template.py +0 -0
  538. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/anthropic/base_message_param.py +0 -0
  539. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/anthropic/messages.py +0 -0
  540. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/anthropic/shorthand.py +0 -0
  541. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/anthropic/string_template.py +0 -0
  542. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/azure/base_message_param.py +0 -0
  543. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/azure/messages.py +0 -0
  544. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/azure/shorthand.py +0 -0
  545. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/azure/string_template.py +0 -0
  546. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/bedrock/base_message_param.py +0 -0
  547. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/bedrock/messages.py +0 -0
  548. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/bedrock/shorthand.py +0 -0
  549. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/bedrock/string_template.py +0 -0
  550. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/cohere/base_message_param.py +0 -0
  551. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/cohere/messages.py +0 -0
  552. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/cohere/shorthand.py +0 -0
  553. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/cohere/string_template.py +0 -0
  554. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/google/base_message_param.py +0 -0
  555. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/google/messages.py +0 -0
  556. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/google/shorthand.py +0 -0
  557. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/google/string_template.py +0 -0
  558. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/groq/base_message_param.py +0 -0
  559. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/groq/messages.py +0 -0
  560. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/groq/shorthand.py +0 -0
  561. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/groq/string_template.py +0 -0
  562. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/litellm/base_message_param.py +0 -0
  563. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/litellm/messages.py +0 -0
  564. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/litellm/shorthand.py +0 -0
  565. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/litellm/string_template.py +0 -0
  566. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/mistral/base_message_param.py +0 -0
  567. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/mistral/messages.py +0 -0
  568. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/mistral/shorthand.py +0 -0
  569. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/mistral/string_template.py +0 -0
  570. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/openai/base_message_param.py +0 -0
  571. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/openai/messages.py +0 -0
  572. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/openai/shorthand.py +0 -0
  573. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/decorator/openai/string_template.py +0 -0
  574. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/anthropic/base_message_param.py +0 -0
  575. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/anthropic/messages.py +0 -0
  576. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/anthropic/shorthand.py +0 -0
  577. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/anthropic/string_template.py +0 -0
  578. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/azure/base_message_param.py +0 -0
  579. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/azure/messages.py +0 -0
  580. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/azure/shorthand.py +0 -0
  581. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/azure/string_template.py +0 -0
  582. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/bedrock/base_message_param.py +0 -0
  583. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/bedrock/messages.py +0 -0
  584. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/bedrock/shorthand.py +0 -0
  585. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/bedrock/string_template.py +0 -0
  586. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/cohere/base_message_param.py +0 -0
  587. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/cohere/messages.py +0 -0
  588. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/cohere/shorthand.py +0 -0
  589. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/cohere/string_template.py +0 -0
  590. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/google/base_message_param.py +0 -0
  591. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/google/messages.py +0 -0
  592. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/google/shorthand.py +0 -0
  593. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/google/string_template.py +0 -0
  594. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/groq/base_message_param.py +0 -0
  595. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/groq/messages.py +0 -0
  596. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/groq/shorthand.py +0 -0
  597. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/groq/string_template.py +0 -0
  598. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/litellm/base_message_param.py +0 -0
  599. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/litellm/messages.py +0 -0
  600. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/litellm/shorthand.py +0 -0
  601. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/litellm/string_template.py +0 -0
  602. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/mistral/base_message_param.py +0 -0
  603. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/mistral/messages.py +0 -0
  604. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/mistral/shorthand.py +0 -0
  605. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/mistral/string_template.py +0 -0
  606. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/openai/base_message_param.py +0 -0
  607. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/openai/messages.py +0 -0
  608. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/openai/shorthand.py +0 -0
  609. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/custom_client/dynamic_configuration/openai/string_template.py +0 -0
  610. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/parallel/base_message_param.py +0 -0
  611. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/parallel/messages.py +0 -0
  612. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/parallel/shorthand.py +0 -0
  613. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/parallel/string_template.py +0 -0
  614. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/streams/base_message_param.py +0 -0
  615. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/streams/messages.py +0 -0
  616. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/streams/shorthand.py +0 -0
  617. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/streams/string_template.py +0 -0
  618. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/tools/base_message_param.py +0 -0
  619. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/tools/messages.py +0 -0
  620. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/tools/shorthand.py +0 -0
  621. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/async/tools/string_template.py +0 -0
  622. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/base_message_param.py +0 -0
  623. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/messages.py +0 -0
  624. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/anthropic_sdk.py +0 -0
  625. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/azure_sdk.py +0 -0
  626. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/bedrock_sdk.py +0 -0
  627. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/cohere_sdk.py +0 -0
  628. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/google_sdk.py +0 -0
  629. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/groq_sdk.py +0 -0
  630. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/litellm_sdk.py +0 -0
  631. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/mistral_sdk.py +0 -0
  632. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/official_sdk/openai_sdk.py +0 -0
  633. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/shorthand.py +0 -0
  634. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/basic_usage/string_template.py +0 -0
  635. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/call_params/base_message_param.py +0 -0
  636. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/call_params/messages.py +0 -0
  637. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/call_params/shorthand.py +0 -0
  638. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/call_params/string_template.py +0 -0
  639. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/dynamic_configuration/base_message_param.py +0 -0
  640. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/dynamic_configuration/messages.py +0 -0
  641. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/dynamic_configuration/shorthand.py +0 -0
  642. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/dynamic_configuration/string_template.py +0 -0
  643. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/error_handling/base_message_param.py +0 -0
  644. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/error_handling/messages.py +0 -0
  645. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/error_handling/shorthand.py +0 -0
  646. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/error_handling/string_template.py +0 -0
  647. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/anthropic/base_message_param.py +0 -0
  648. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/anthropic/messages.py +0 -0
  649. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/anthropic/shorthand.py +0 -0
  650. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/anthropic/string_template.py +0 -0
  651. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/azure/base_message_param.py +0 -0
  652. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/azure/messages.py +0 -0
  653. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/azure/shorthand.py +0 -0
  654. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/azure/string_template.py +0 -0
  655. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/bedrock/base_message_param.py +0 -0
  656. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/bedrock/messages.py +0 -0
  657. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/bedrock/shorthand.py +0 -0
  658. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/bedrock/string_template.py +0 -0
  659. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/cohere/base_message_param.py +0 -0
  660. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/cohere/messages.py +0 -0
  661. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/cohere/shorthand.py +0 -0
  662. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/cohere/string_template.py +0 -0
  663. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/google/base_message_param.py +0 -0
  664. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/google/messages.py +0 -0
  665. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/google/shorthand.py +0 -0
  666. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/google/string_template.py +0 -0
  667. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/groq/base_message_param.py +0 -0
  668. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/groq/messages.py +0 -0
  669. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/groq/shorthand.py +0 -0
  670. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/groq/string_template.py +0 -0
  671. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/litellm/base_message_param.py +0 -0
  672. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/litellm/messages.py +0 -0
  673. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/litellm/shorthand.py +0 -0
  674. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/litellm/string_template.py +0 -0
  675. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/mistral/base_message_param.py +0 -0
  676. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/mistral/messages.py +0 -0
  677. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/mistral/shorthand.py +0 -0
  678. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/mistral/string_template.py +0 -0
  679. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/openai/base_message_param.py +0 -0
  680. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/openai/messages.py +0 -0
  681. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/openai/shorthand.py +0 -0
  682. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/openai/string_template.py +0 -0
  683. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/xai/base_message_param.py +0 -0
  684. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/xai/messages.py +0 -0
  685. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/xai/shorthand.py +0 -0
  686. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/multi_modal_outputs/xai/string_template.py +0 -0
  687. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/overrides/base_message_param.py +0 -0
  688. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/overrides/messages.py +0 -0
  689. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/overrides/shorthand.py +0 -0
  690. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/overrides/string_template.py +0 -0
  691. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/anthropic/base_message_param.py +0 -0
  692. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/anthropic/messages.py +0 -0
  693. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/anthropic/shorthand.py +0 -0
  694. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/anthropic/string_template.py +0 -0
  695. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/azure/base_message_param.py +0 -0
  696. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/azure/messages.py +0 -0
  697. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/azure/shorthand.py +0 -0
  698. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/azure/string_template.py +0 -0
  699. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/bedrock/base_message_param.py +0 -0
  700. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/bedrock/messages.py +0 -0
  701. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/bedrock/shorthand.py +0 -0
  702. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/bedrock/string_template.py +0 -0
  703. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/cohere/base_message_param.py +0 -0
  704. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/cohere/messages.py +0 -0
  705. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/cohere/shorthand.py +0 -0
  706. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/cohere/string_template.py +0 -0
  707. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/google/base_message_param.py +0 -0
  708. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/google/messages.py +0 -0
  709. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/google/shorthand.py +0 -0
  710. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/google/string_template.py +0 -0
  711. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/groq/base_message_param.py +0 -0
  712. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/groq/messages.py +0 -0
  713. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/groq/shorthand.py +0 -0
  714. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/groq/string_template.py +0 -0
  715. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/litellm/base_message_param.py +0 -0
  716. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/litellm/messages.py +0 -0
  717. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/litellm/shorthand.py +0 -0
  718. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/litellm/string_template.py +0 -0
  719. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/mistral/base_message_param.py +0 -0
  720. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/mistral/messages.py +0 -0
  721. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/mistral/shorthand.py +0 -0
  722. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/mistral/string_template.py +0 -0
  723. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/openai/base_message_param.py +0 -0
  724. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/openai/messages.py +0 -0
  725. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/openai/shorthand.py +0 -0
  726. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/openai/string_template.py +0 -0
  727. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/xai/base_message_param.py +0 -0
  728. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/xai/messages.py +0 -0
  729. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/xai/shorthand.py +0 -0
  730. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/basic_usage/xai/string_template.py +0 -0
  731. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/base_message_param.py +0 -0
  732. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/messages.py +0 -0
  733. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/shorthand.py +0 -0
  734. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/anthropic/string_template.py +0 -0
  735. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/azure/base_message_param.py +0 -0
  736. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/azure/messages.py +0 -0
  737. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/azure/shorthand.py +0 -0
  738. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/azure/string_template.py +0 -0
  739. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/base_message_param.py +0 -0
  740. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/messages.py +0 -0
  741. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/shorthand.py +0 -0
  742. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/bedrock/string_template.py +0 -0
  743. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/base_message_param.py +0 -0
  744. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/messages.py +0 -0
  745. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/shorthand.py +0 -0
  746. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/cohere/string_template.py +0 -0
  747. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/google/base_message_param.py +0 -0
  748. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/google/messages.py +0 -0
  749. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/google/shorthand.py +0 -0
  750. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/google/string_template.py +0 -0
  751. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/groq/base_message_param.py +0 -0
  752. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/groq/messages.py +0 -0
  753. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/groq/shorthand.py +0 -0
  754. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/groq/string_template.py +0 -0
  755. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/base_message_param.py +0 -0
  756. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/messages.py +0 -0
  757. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/shorthand.py +0 -0
  758. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/litellm/string_template.py +0 -0
  759. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/base_message_param.py +0 -0
  760. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/messages.py +0 -0
  761. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/shorthand.py +0 -0
  762. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/mistral/string_template.py +0 -0
  763. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/openai/base_message_param.py +0 -0
  764. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/openai/messages.py +0 -0
  765. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/openai/shorthand.py +0 -0
  766. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/openai/string_template.py +0 -0
  767. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/xai/base_message_param.py +0 -0
  768. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/xai/messages.py +0 -0
  769. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/xai/shorthand.py +0 -0
  770. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/decorator/xai/string_template.py +0 -0
  771. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/base_message_param.py +0 -0
  772. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/messages.py +0 -0
  773. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/shorthand.py +0 -0
  774. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/anthropic/string_template.py +0 -0
  775. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/base_message_param.py +0 -0
  776. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/messages.py +0 -0
  777. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/shorthand.py +0 -0
  778. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/azure/string_template.py +0 -0
  779. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/base_message_param.py +0 -0
  780. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/messages.py +0 -0
  781. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/shorthand.py +0 -0
  782. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/bedrock/string_template.py +0 -0
  783. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/base_message_param.py +0 -0
  784. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/messages.py +0 -0
  785. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/shorthand.py +0 -0
  786. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/cohere/string_template.py +0 -0
  787. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/base_message_param.py +0 -0
  788. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/messages.py +0 -0
  789. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/shorthand.py +0 -0
  790. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/google/string_template.py +0 -0
  791. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/base_message_param.py +0 -0
  792. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/messages.py +0 -0
  793. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/shorthand.py +0 -0
  794. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/groq/string_template.py +0 -0
  795. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/base_message_param.py +0 -0
  796. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/messages.py +0 -0
  797. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/shorthand.py +0 -0
  798. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/litellm/string_template.py +0 -0
  799. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/base_message_param.py +0 -0
  800. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/messages.py +0 -0
  801. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/shorthand.py +0 -0
  802. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/mistral/string_template.py +0 -0
  803. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/base_message_param.py +0 -0
  804. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/messages.py +0 -0
  805. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/shorthand.py +0 -0
  806. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/openai/string_template.py +0 -0
  807. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/base_message_param.py +0 -0
  808. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/messages.py +0 -0
  809. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/shorthand.py +0 -0
  810. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_client/dynamic_configuration/xai/string_template.py +0 -0
  811. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/anthropic_messages.py +0 -0
  812. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/azure_messages.py +0 -0
  813. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/bedrock_messages.py +0 -0
  814. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/cohere_messages.py +0 -0
  815. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/google_messages.py +0 -0
  816. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/groq_messages.py +0 -0
  817. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/litellm_messages.py +0 -0
  818. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/mistral_messages.py +0 -0
  819. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/openai_messages.py +0 -0
  820. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/vertex_messages.py +0 -0
  821. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/calls/provider_specific/custom_messages/xai_messages.py +0 -0
  822. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/advanced_techniques/conditional_chaining.py +0 -0
  823. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/advanced_techniques/iterative_chaining.py +0 -0
  824. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/advanced_techniques/parallel_chaining.py +0 -0
  825. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/computed_fields/base_message_param.py +0 -0
  826. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/computed_fields/messages.py +0 -0
  827. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/computed_fields/shorthand.py +0 -0
  828. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/computed_fields/string_template.py +0 -0
  829. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/function_chaining/base_message_param.py +0 -0
  830. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/function_chaining/messages.py +0 -0
  831. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/function_chaining/shorthand.py +0 -0
  832. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/function_chaining/string_template.py +0 -0
  833. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/nested_chains/base_message_param.py +0 -0
  834. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/nested_chains/messages.py +0 -0
  835. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/nested_chains/shorthand.py +0 -0
  836. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/chaining/nested_chains/string_template.py +0 -0
  837. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/hardcoded/exact_match.py +0 -0
  838. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/hardcoded/recall_and_precision.py +0 -0
  839. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/hardcoded/regex.py +0 -0
  840. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/llm/base_message_param.py +0 -0
  841. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/llm/messages.py +0 -0
  842. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/llm/shorthand.py +0 -0
  843. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/llm/string_template.py +0 -0
  844. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/panel/base_message_param.py +0 -0
  845. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/panel/messages.py +0 -0
  846. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/panel/shorthand.py +0 -0
  847. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/evals/panel/string_template.py +0 -0
  848. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/basic_usage/base_message_param.py +0 -0
  849. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/basic_usage/messages.py +0 -0
  850. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/basic_usage/shorthand.py +0 -0
  851. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/basic_usage/string_template.py +0 -0
  852. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/error_handling/base_message_param.py +0 -0
  853. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/error_handling/messages.py +0 -0
  854. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/error_handling/shorthand.py +0 -0
  855. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/json_mode/error_handling/string_template.py +0 -0
  856. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/local_models/ollama.py +0 -0
  857. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/local_models/openai_compatibility/ollama.py +0 -0
  858. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/local_models/openai_compatibility/vllm.py +0 -0
  859. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/local_models/vllm.py +0 -0
  860. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/mcp/books.txt +0 -0
  861. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/mcp/server.py +0 -0
  862. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/mcp/server_decorators.py +0 -0
  863. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/middleware/with_saving.py +0 -0
  864. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/output_parsers/additional_examples/json_mode.py +0 -0
  865. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/output_parsers/additional_examples/regex.py +0 -0
  866. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/output_parsers/additional_examples/xml.py +0 -0
  867. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/output_parsers/basic_usage/base_message_param.py +0 -0
  868. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/output_parsers/basic_usage/messages.py +0 -0
  869. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/output_parsers/basic_usage/shorthand.py +0 -0
  870. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/output_parsers/basic_usage/string_template.py +0 -0
  871. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/chat_history/base_message_param.py +0 -0
  872. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/chat_history/messages.py +0 -0
  873. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/chat_history/shorthand.py +0 -0
  874. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/chat_history/string_template.py +0 -0
  875. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/computed_fields/base_message_param.py +0 -0
  876. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/computed_fields/messages.py +0 -0
  877. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/computed_fields/shorthand.py +0 -0
  878. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/computed_fields/string_template.py +0 -0
  879. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/format_specifiers/float_format/base_message_param.py +0 -0
  880. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/format_specifiers/float_format/messages.py +0 -0
  881. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/format_specifiers/float_format/shorthand.py +0 -0
  882. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/format_specifiers/float_format/string_template.py +0 -0
  883. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/format_specifiers/lists.py +0 -0
  884. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/format_specifiers/parts.py +0 -0
  885. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/format_specifiers/texts.py +0 -0
  886. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_line/base_message_param.py +0 -0
  887. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_line/messages.py +0 -0
  888. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_line/shorthand.py +0 -0
  889. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_line/string_template.py +0 -0
  890. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/pydub/base_message_param.py +0 -0
  891. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/pydub/messages.py +0 -0
  892. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/pydub/shorthand.py +0 -0
  893. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/pydub/string_template.py +0 -0
  894. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/wave/base_message_param.py +0 -0
  895. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/wave/messages.py +0 -0
  896. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/wave/shorthand.py +0 -0
  897. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/audio/wave/string_template.py +0 -0
  898. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/document/base_message_param.py +0 -0
  899. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/document/messages.py +0 -0
  900. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/document/shorthand.py +0 -0
  901. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/document/string_template.py +0 -0
  902. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/image/base_message_param.py +0 -0
  903. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/image/messages.py +0 -0
  904. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/image/shorthand.py +0 -0
  905. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multi_modal/image/string_template.py +0 -0
  906. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multiple_messages/base_message_param.py +0 -0
  907. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multiple_messages/messages.py +0 -0
  908. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multiple_messages/shorthand.py +0 -0
  909. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/multiple_messages/string_template.py +0 -0
  910. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/object_attribute_access/base_message_param.py +0 -0
  911. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/object_attribute_access/messages.py +0 -0
  912. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/object_attribute_access/shorthand.py +0 -0
  913. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/object_attribute_access/string_template.py +0 -0
  914. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/single_user_message/base_message_param.py +0 -0
  915. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/single_user_message/messages.py +0 -0
  916. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/single_user_message/shorthand.py +0 -0
  917. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/prompts/single_user_message/string_template.py +0 -0
  918. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/anthropic/caching/messages/base_message_param.py +0 -0
  919. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/anthropic/caching/messages/messages.py +0 -0
  920. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/anthropic/caching/messages/shorthand.py +0 -0
  921. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/anthropic/caching/messages/string_template.py +0 -0
  922. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/anthropic/caching/tools.py +0 -0
  923. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/realtime/audio_input_output_manually.py +0 -0
  924. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output.py +0 -0
  925. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output_manually.py +0 -0
  926. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/realtime/audio_stream_input_output_tools.py +0 -0
  927. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/realtime/text_input_output.py +0 -0
  928. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/realtime/text_input_output_dynamic_tools.py +0 -0
  929. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/realtime/text_input_output_tools.py +0 -0
  930. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/structured_outputs/response_model.py +0 -0
  931. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/provider_specific_features/openai/structured_outputs/tools.py +0 -0
  932. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/base_message_param.py +0 -0
  933. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/messages.py +0 -0
  934. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/anthropic_sdk.py +0 -0
  935. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/azure_sdk.py +0 -0
  936. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/bedrock_sdk.py +0 -0
  937. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/cohere_sdk.py +0 -0
  938. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/google_sdk.py +0 -0
  939. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/groq_sdk.py +0 -0
  940. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/litellm_sdk.py +0 -0
  941. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/mistral_sdk.py +0 -0
  942. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/official_sdk/openai_sdk.py +0 -0
  943. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/shorthand.py +0 -0
  944. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/basic_usage/string_template.py +0 -0
  945. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/builtin_types/base_message_param.py +0 -0
  946. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/builtin_types/messages.py +0 -0
  947. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/builtin_types/shorthand.py +0 -0
  948. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/builtin_types/string_template.py +0 -0
  949. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/few_shot_examples/base_message_param.py +0 -0
  950. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/few_shot_examples/messages.py +0 -0
  951. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/few_shot_examples/shorthand.py +0 -0
  952. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/few_shot_examples/string_template.py +0 -0
  953. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/from_call_args/base_message_param.py +0 -0
  954. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/from_call_args/messages.py +0 -0
  955. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/from_call_args/shorthand.py +0 -0
  956. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/from_call_args/string_template.py +0 -0
  957. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/json_mode/base_message_param.py +0 -0
  958. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/json_mode/messages.py +0 -0
  959. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/json_mode/shorthand.py +0 -0
  960. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/json_mode/string_template.py +0 -0
  961. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/streaming/base_message_param.py +0 -0
  962. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/streaming/messages.py +0 -0
  963. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/streaming/shorthand.py +0 -0
  964. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/streaming/string_template.py +0 -0
  965. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/validation/base_message_param.py +0 -0
  966. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/validation/messages.py +0 -0
  967. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/validation/shorthand.py +0 -0
  968. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/response_models/validation/string_template.py +0 -0
  969. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/calls/base_message_param.py +0 -0
  970. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/calls/messages.py +0 -0
  971. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/calls/shorthand.py +0 -0
  972. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/calls/string_template.py +0 -0
  973. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/error_reinsertion/base_message_param.py +0 -0
  974. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/error_reinsertion/messages.py +0 -0
  975. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/error_reinsertion/shorthand.py +0 -0
  976. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/error_reinsertion/string_template.py +0 -0
  977. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback/base_message_param.py +0 -0
  978. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback/messages.py +0 -0
  979. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback/shorthand.py +0 -0
  980. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback/string_template.py +0 -0
  981. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback_retries/base_message_param.py +0 -0
  982. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback_retries/messages.py +0 -0
  983. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback_retries/shorthand.py +0 -0
  984. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/fallback_retries/string_template.py +0 -0
  985. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/streams/base_message_param.py +0 -0
  986. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/streams/messages.py +0 -0
  987. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/streams/shorthand.py +0 -0
  988. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/streams/string_template.py +0 -0
  989. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/tools/base_message_param.py +0 -0
  990. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/tools/messages.py +0 -0
  991. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/tools/shorthand.py +0 -0
  992. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/retries/tools/string_template.py +0 -0
  993. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/basic_usage/base_message_param.py +0 -0
  994. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/basic_usage/messages.py +0 -0
  995. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/basic_usage/shorthand.py +0 -0
  996. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/basic_usage/string_template.py +0 -0
  997. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/anthropic/base_message_param.py +0 -0
  998. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/anthropic/messages.py +0 -0
  999. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/anthropic/shorthand.py +0 -0
  1000. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/anthropic/string_template.py +0 -0
  1001. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/azure/base_message_param.py +0 -0
  1002. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/azure/messages.py +0 -0
  1003. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/azure/shorthand.py +0 -0
  1004. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/azure/string_template.py +0 -0
  1005. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/bedrock/base_message_param.py +0 -0
  1006. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/bedrock/messages.py +0 -0
  1007. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/bedrock/shorthand.py +0 -0
  1008. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/bedrock/string_template.py +0 -0
  1009. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/cohere/base_message_param.py +0 -0
  1010. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/cohere/messages.py +0 -0
  1011. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/cohere/shorthand.py +0 -0
  1012. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/cohere/string_template.py +0 -0
  1013. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/google/base_message_param.py +0 -0
  1014. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/google/messages.py +0 -0
  1015. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/google/shorthand.py +0 -0
  1016. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/google/string_template.py +0 -0
  1017. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/groq/base_message_param.py +0 -0
  1018. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/groq/messages.py +0 -0
  1019. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/groq/shorthand.py +0 -0
  1020. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/groq/string_template.py +0 -0
  1021. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/litellm/base_message_param.py +0 -0
  1022. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/litellm/messages.py +0 -0
  1023. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/litellm/shorthand.py +0 -0
  1024. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/litellm/string_template.py +0 -0
  1025. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/mistral/base_message_param.py +0 -0
  1026. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/mistral/messages.py +0 -0
  1027. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/mistral/shorthand.py +0 -0
  1028. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/mistral/string_template.py +0 -0
  1029. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/openai/base_message_param.py +0 -0
  1030. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/openai/messages.py +0 -0
  1031. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/openai/shorthand.py +0 -0
  1032. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/error_handling/openai/string_template.py +0 -0
  1033. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/anthropic/base_message_param.py +0 -0
  1034. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/anthropic/messages.py +0 -0
  1035. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/anthropic/shorthand.py +0 -0
  1036. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/anthropic/string_template.py +0 -0
  1037. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/azure/base_message_param.py +0 -0
  1038. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/azure/messages.py +0 -0
  1039. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/azure/shorthand.py +0 -0
  1040. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/azure/string_template.py +0 -0
  1041. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/bedrock/base_message_param.py +0 -0
  1042. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/bedrock/messages.py +0 -0
  1043. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/bedrock/shorthand.py +0 -0
  1044. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/bedrock/string_template.py +0 -0
  1045. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/cohere/base_message_param.py +0 -0
  1046. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/cohere/messages.py +0 -0
  1047. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/cohere/shorthand.py +0 -0
  1048. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/cohere/string_template.py +0 -0
  1049. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/base_message_param.py +0 -0
  1050. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/messages.py +0 -0
  1051. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/shorthand.py +0 -0
  1052. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/string_template.py +0 -0
  1053. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/wave/base_message_param.py +0 -0
  1054. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/wave/messages.py +0 -0
  1055. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/wave/shorthand.py +0 -0
  1056. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/google/wave/string_template.py +0 -0
  1057. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/base_message_param.py +0 -0
  1058. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/messages.py +0 -0
  1059. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/pydub/base_message_param.py +0 -0
  1060. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/pydub/messages.py +0 -0
  1061. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/pydub/shorthand.py +0 -0
  1062. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/pydub/string_template.py +0 -0
  1063. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/shorthand.py +0 -0
  1064. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/string_template.py +0 -0
  1065. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/wave/base_message_param.py +0 -0
  1066. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/wave/messages.py +0 -0
  1067. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/wave/shorthand.py +0 -0
  1068. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/groq/wave/string_template.py +0 -0
  1069. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/base_message_param.py +0 -0
  1070. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/messages.py +0 -0
  1071. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/pydub/base_message_param.py +0 -0
  1072. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/pydub/messages.py +0 -0
  1073. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/pydub/shorthand.py +0 -0
  1074. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/pydub/string_template.py +0 -0
  1075. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/shorthand.py +0 -0
  1076. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/string_template.py +0 -0
  1077. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/wave/base_message_param.py +0 -0
  1078. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/wave/messages.py +0 -0
  1079. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/wave/shorthand.py +0 -0
  1080. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/litellm/wave/string_template.py +0 -0
  1081. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/base_message_param.py +0 -0
  1082. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/messages.py +0 -0
  1083. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/pydub/base_message_param.py +0 -0
  1084. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/pydub/messages.py +0 -0
  1085. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/pydub/shorthand.py +0 -0
  1086. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/pydub/string_template.py +0 -0
  1087. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/shorthand.py +0 -0
  1088. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/string_template.py +0 -0
  1089. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/wave/base_message_param.py +0 -0
  1090. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/wave/messages.py +0 -0
  1091. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/wave/shorthand.py +0 -0
  1092. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/mistral/wave/string_template.py +0 -0
  1093. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/openai/base_message_param.py +0 -0
  1094. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/openai/messages.py +0 -0
  1095. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/openai/shorthand.py +0 -0
  1096. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/openai/string_template.py +0 -0
  1097. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/base_message_param.py +0 -0
  1098. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/messages.py +0 -0
  1099. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/pydub/base_message_param.py +0 -0
  1100. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/pydub/messages.py +0 -0
  1101. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/pydub/shorthand.py +0 -0
  1102. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/pydub/string_template.py +0 -0
  1103. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/shorthand.py +0 -0
  1104. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/string_template.py +0 -0
  1105. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/wave/base_message_param.py +0 -0
  1106. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/wave/messages.py +0 -0
  1107. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/wave/shorthand.py +0 -0
  1108. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/streams/multi_modal_outputs/xai/wave/string_template.py +0 -0
  1109. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/base_tool/base_message_param.py +0 -0
  1110. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/base_tool/messages.py +0 -0
  1111. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/base_tool/shorthand.py +0 -0
  1112. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/base_tool/string_template.py +0 -0
  1113. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/function/base_message_param.py +0 -0
  1114. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/function/messages.py +0 -0
  1115. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/function/shorthand.py +0 -0
  1116. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/function/string_template.py +0 -0
  1117. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/anthropic_sdk.py +0 -0
  1118. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/azure_sdk.py +0 -0
  1119. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/bedrock_sdk.py +0 -0
  1120. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/cohere_sdk.py +0 -0
  1121. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/google_sdk.py +0 -0
  1122. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/groq_sdk.py +0 -0
  1123. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/litellm_sdk.py +0 -0
  1124. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/mistral_sdk.py +0 -0
  1125. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/basic_usage/official_sdk/openai_sdk.py +0 -0
  1126. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/base_tool/base_message_param.py +0 -0
  1127. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/base_tool/messages.py +0 -0
  1128. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/base_tool/shorthand.py +0 -0
  1129. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/base_tool/string_template.py +0 -0
  1130. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/function/base_message_param.py +0 -0
  1131. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/function/messages.py +0 -0
  1132. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/function/shorthand.py +0 -0
  1133. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/few_shot_examples/function/string_template.py +0 -0
  1134. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/base_tool/base_message_param.py +0 -0
  1135. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/base_tool/messages.py +0 -0
  1136. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/base_tool/shorthand.py +0 -0
  1137. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/base_tool/string_template.py +0 -0
  1138. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/function/base_message_param.py +0 -0
  1139. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/function/messages.py +0 -0
  1140. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/function/shorthand.py +0 -0
  1141. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/parallel/function/string_template.py +0 -0
  1142. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/azure/base_message_param.py +0 -0
  1143. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/azure/messages.py +0 -0
  1144. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/azure/shorthand.py +0 -0
  1145. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/azure/string_template.py +0 -0
  1146. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/base_message_param.py +0 -0
  1147. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/base_message_param.py +0 -0
  1148. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/messages.py +0 -0
  1149. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/shorthand.py +0 -0
  1150. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/bedrock/string_template.py +0 -0
  1151. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/cohere/base_message_param.py +0 -0
  1152. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/cohere/messages.py +0 -0
  1153. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/cohere/shorthand.py +0 -0
  1154. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/cohere/string_template.py +0 -0
  1155. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/google/base_message_param.py +0 -0
  1156. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/google/messages.py +0 -0
  1157. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/google/shorthand.py +0 -0
  1158. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/google/string_template.py +0 -0
  1159. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/litellm/base_message_param.py +0 -0
  1160. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/litellm/messages.py +0 -0
  1161. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/litellm/shorthand.py +0 -0
  1162. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/litellm/string_template.py +0 -0
  1163. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/messages.py +0 -0
  1164. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/shorthand.py +0 -0
  1165. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/base_tool/string_template.py +0 -0
  1166. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/azure/base_message_param.py +0 -0
  1167. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/azure/messages.py +0 -0
  1168. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/azure/shorthand.py +0 -0
  1169. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/azure/string_template.py +0 -0
  1170. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/base_message_param.py +0 -0
  1171. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/bedrock/base_message_param.py +0 -0
  1172. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/bedrock/messages.py +0 -0
  1173. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/bedrock/shorthand.py +0 -0
  1174. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/bedrock/string_template.py +0 -0
  1175. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/cohere/base_message_param.py +0 -0
  1176. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/cohere/messages.py +0 -0
  1177. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/cohere/shorthand.py +0 -0
  1178. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/cohere/string_template.py +0 -0
  1179. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/google/base_message_param.py +0 -0
  1180. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/google/messages.py +0 -0
  1181. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/google/shorthand.py +0 -0
  1182. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/google/string_template.py +0 -0
  1183. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/litellm/base_message_param.py +0 -0
  1184. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/litellm/messages.py +0 -0
  1185. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/litellm/shorthand.py +0 -0
  1186. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/litellm/string_template.py +0 -0
  1187. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/messages.py +0 -0
  1188. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/shorthand.py +0 -0
  1189. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/partial_tool_streams/function/string_template.py +0 -0
  1190. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_toolkit/base_message_param.py +0 -0
  1191. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_toolkit/messages.py +0 -0
  1192. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_toolkit/shorthand.py +0 -0
  1193. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_toolkit/string_template.py +0 -0
  1194. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/basic_usage/base_message_param.py +0 -0
  1195. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/basic_usage/messages.py +0 -0
  1196. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/basic_usage/shorthand.py +0 -0
  1197. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/basic_usage/string_template.py +0 -0
  1198. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/custom_config/base_message_param.py +0 -0
  1199. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/custom_config/messages.py +0 -0
  1200. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/custom_config/shorthand.py +0 -0
  1201. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/pre_made_tools/custom_config/string_template.py +0 -0
  1202. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/azure/base_message_param.py +0 -0
  1203. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/azure/messages.py +0 -0
  1204. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/azure/shorthand.py +0 -0
  1205. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/azure/string_template.py +0 -0
  1206. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/base_message_param.py +0 -0
  1207. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/bedrock/base_message_param.py +0 -0
  1208. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/bedrock/messages.py +0 -0
  1209. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/bedrock/shorthand.py +0 -0
  1210. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/bedrock/string_template.py +0 -0
  1211. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/cohere/base_message_param.py +0 -0
  1212. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/cohere/messages.py +0 -0
  1213. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/cohere/shorthand.py +0 -0
  1214. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/cohere/string_template.py +0 -0
  1215. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/google/base_message_param.py +0 -0
  1216. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/google/messages.py +0 -0
  1217. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/google/shorthand.py +0 -0
  1218. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/google/string_template.py +0 -0
  1219. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/litellm/base_message_param.py +0 -0
  1220. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/litellm/messages.py +0 -0
  1221. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/litellm/shorthand.py +0 -0
  1222. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/litellm/string_template.py +0 -0
  1223. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/messages.py +0 -0
  1224. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/shorthand.py +0 -0
  1225. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/base_tool/string_template.py +0 -0
  1226. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/azure/base_message_param.py +0 -0
  1227. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/azure/messages.py +0 -0
  1228. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/azure/shorthand.py +0 -0
  1229. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/azure/string_template.py +0 -0
  1230. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/base_message_param.py +0 -0
  1231. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/bedrock/base_message_param.py +0 -0
  1232. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/bedrock/messages.py +0 -0
  1233. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/bedrock/shorthand.py +0 -0
  1234. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/bedrock/string_template.py +0 -0
  1235. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/cohere/base_message_param.py +0 -0
  1236. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/cohere/messages.py +0 -0
  1237. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/cohere/shorthand.py +0 -0
  1238. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/cohere/string_template.py +0 -0
  1239. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/google/base_message_param.py +0 -0
  1240. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/google/messages.py +0 -0
  1241. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/google/shorthand.py +0 -0
  1242. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/google/string_template.py +0 -0
  1243. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/litellm/base_message_param.py +0 -0
  1244. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/litellm/messages.py +0 -0
  1245. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/litellm/shorthand.py +0 -0
  1246. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/litellm/string_template.py +0 -0
  1247. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/messages.py +0 -0
  1248. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/shorthand.py +0 -0
  1249. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/streams/function/string_template.py +0 -0
  1250. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/base_tool/base_message_param.py +0 -0
  1251. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/base_tool/messages.py +0 -0
  1252. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/base_tool/shorthand.py +0 -0
  1253. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/base_tool/string_template.py +0 -0
  1254. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/converted.py +0 -0
  1255. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/function/base_message_param.py +0 -0
  1256. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/function/messages.py +0 -0
  1257. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/function/shorthand.py +0 -0
  1258. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/tool_message_params/function/string_template.py +0 -0
  1259. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/toolkit/base_message_param.py +0 -0
  1260. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/toolkit/messages.py +0 -0
  1261. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/toolkit/shorthand.py +0 -0
  1262. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/toolkit/string_template.py +0 -0
  1263. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/base_tool/base_message_param.py +0 -0
  1264. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/base_tool/messages.py +0 -0
  1265. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/base_tool/shorthand.py +0 -0
  1266. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/base_tool/string_template.py +0 -0
  1267. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/function/base_message_param.py +0 -0
  1268. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/function/messages.py +0 -0
  1269. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/function/shorthand.py +0 -0
  1270. {mirascope-1.21.6 → mirascope-1.22.0}/examples/learn/tools/validation/function/string_template.py +0 -0
  1271. {mirascope-1.21.6 → mirascope-1.22.0}/examples/ruff.toml +0 -0
  1272. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/__init__.py +0 -0
  1273. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/__init__.py +0 -0
  1274. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/__init__.py +0 -0
  1275. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/realtime/__init__.py +0 -0
  1276. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/realtime/_utils/__init__.py +0 -0
  1277. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/realtime/_utils/_audio.py +0 -0
  1278. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/realtime/_utils/_protocols.py +0 -0
  1279. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/realtime/realtime.py +0 -0
  1280. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/realtime/recording.py +0 -0
  1281. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/openai/realtime/tool.py +0 -0
  1282. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/__init__.py +0 -0
  1283. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/__init__.py +0 -0
  1284. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/chunkers/__init__.py +0 -0
  1285. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/chunkers/base_chunker.py +0 -0
  1286. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/chunkers/text_chunker.py +0 -0
  1287. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/config.py +0 -0
  1288. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/document.py +0 -0
  1289. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/embedders.py +0 -0
  1290. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/embedding_params.py +0 -0
  1291. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/embedding_response.py +0 -0
  1292. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/query_results.py +0 -0
  1293. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/vectorstore_params.py +0 -0
  1294. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/base/vectorstores.py +0 -0
  1295. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/chroma/__init__.py +0 -0
  1296. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/chroma/types.py +0 -0
  1297. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/chroma/vectorstores.py +0 -0
  1298. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/cohere/__init__.py +0 -0
  1299. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/cohere/embedders.py +0 -0
  1300. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/cohere/embedding_params.py +0 -0
  1301. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/cohere/embedding_response.py +0 -0
  1302. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/cohere/py.typed +0 -0
  1303. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/openai/__init__.py +0 -0
  1304. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/openai/embedders.py +0 -0
  1305. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/openai/embedding_params.py +0 -0
  1306. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/openai/embedding_response.py +0 -0
  1307. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/openai/py.typed +0 -0
  1308. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/pinecone/__init__.py +0 -0
  1309. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/pinecone/types.py +0 -0
  1310. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/pinecone/vectorstores.py +0 -0
  1311. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/weaviate/__init__.py +0 -0
  1312. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/weaviate/types.py +0 -0
  1313. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/beta/rag/weaviate/vectorstores.py +0 -0
  1314. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/__init__.py +0 -0
  1315. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/__init__.py +0 -0
  1316. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_call.py +0 -0
  1317. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_call_kwargs.py +0 -0
  1318. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/__init__.py +0 -0
  1319. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/_convert_common_call_params.py +0 -0
  1320. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1321. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/_convert_message_params.py +0 -0
  1322. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/_get_json_output.py +0 -0
  1323. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/_handle_stream.py +0 -0
  1324. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/_message_param_converter.py +0 -0
  1325. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/_utils/_setup_call.py +0 -0
  1326. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/call_params.py +0 -0
  1327. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/call_response.py +0 -0
  1328. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/call_response_chunk.py +0 -0
  1329. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/dynamic_config.py +0 -0
  1330. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/py.typed +0 -0
  1331. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/stream.py +0 -0
  1332. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/anthropic/tool.py +0 -0
  1333. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/__init__.py +0 -0
  1334. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_call.py +0 -0
  1335. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_call_kwargs.py +0 -0
  1336. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/__init__.py +0 -0
  1337. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_convert_common_call_params.py +0 -0
  1338. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1339. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_convert_message_params.py +0 -0
  1340. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_get_credential.py +0 -0
  1341. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_get_json_output.py +0 -0
  1342. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_handle_stream.py +0 -0
  1343. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_message_param_converter.py +0 -0
  1344. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/_utils/_setup_call.py +0 -0
  1345. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/call_params.py +0 -0
  1346. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/call_response.py +0 -0
  1347. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/call_response_chunk.py +0 -0
  1348. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/dynamic_config.py +0 -0
  1349. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/py.typed +0 -0
  1350. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/stream.py +0 -0
  1351. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/azure/tool.py +0 -0
  1352. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/__init__.py +0 -0
  1353. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_call_factory.py +0 -0
  1354. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_create.py +0 -0
  1355. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_extract.py +0 -0
  1356. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_extract_with_tools.py +0 -0
  1357. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_partial.py +0 -0
  1358. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/__init__.py +0 -0
  1359. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_base_message_param_converter.py +0 -0
  1360. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_base_type.py +0 -0
  1361. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_convert_base_model_to_base_tool.py +0 -0
  1362. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_convert_base_type_to_base_tool.py +0 -0
  1363. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_convert_function_to_base_tool.py +0 -0
  1364. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_convert_messages_to_message_params.py +0 -0
  1365. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_convert_provider_finish_reason_to_finish_reason.py +0 -0
  1366. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_default_tool_docstring.py +0 -0
  1367. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_extract_tool_return.py +0 -0
  1368. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_fn_is_async.py +0 -0
  1369. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_format_template.py +0 -0
  1370. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_audio_type.py +0 -0
  1371. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_common_usage.py +0 -0
  1372. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_create_fn_or_async_create_fn.py +0 -0
  1373. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_document_type.py +0 -0
  1374. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_dynamic_configuration.py +0 -0
  1375. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_fields_from_call_args.py +0 -0
  1376. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_fn_args.py +0 -0
  1377. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_image_dimensions.py +0 -0
  1378. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_image_type.py +0 -0
  1379. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_metadata.py +0 -0
  1380. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_possible_user_message_param.py +0 -0
  1381. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_prompt_template.py +0 -0
  1382. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_template_values.py +0 -0
  1383. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_template_variables.py +0 -0
  1384. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_get_unsupported_tool_config_keys.py +0 -0
  1385. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_is_prompt_template.py +0 -0
  1386. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_json_mode_content.py +0 -0
  1387. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_messages_decorator.py +0 -0
  1388. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_parse_content_template.py +0 -0
  1389. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_parse_prompt_messages.py +0 -0
  1390. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_pil_image_to_bytes.py +0 -0
  1391. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_protocols.py +0 -0
  1392. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_setup_call.py +0 -0
  1393. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/_utils/_setup_extract_tool.py +0 -0
  1394. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/call_kwargs.py +0 -0
  1395. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/call_params.py +0 -0
  1396. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/call_response.py +0 -0
  1397. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/call_response_chunk.py +0 -0
  1398. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/dynamic_config.py +0 -0
  1399. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/from_call_args.py +0 -0
  1400. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/merge_decorators.py +0 -0
  1401. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/message_param.py +0 -0
  1402. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/messages.py +0 -0
  1403. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/metadata.py +0 -0
  1404. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/prompt.py +0 -0
  1405. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/response_model_config_dict.py +0 -0
  1406. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/stream.py +0 -0
  1407. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/stream_config.py +0 -0
  1408. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/structured_stream.py +0 -0
  1409. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/tool.py +0 -0
  1410. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/toolkit.py +0 -0
  1411. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/base/types.py +0 -0
  1412. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/__init__.py +0 -0
  1413. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_call.py +0 -0
  1414. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_call_kwargs.py +0 -0
  1415. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_types.py +0 -0
  1416. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/__init__.py +0 -0
  1417. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/_convert_common_call_params.py +0 -0
  1418. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1419. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/_convert_message_params.py +0 -0
  1420. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/_get_json_output.py +0 -0
  1421. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/_handle_stream.py +0 -0
  1422. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/_message_param_converter.py +0 -0
  1423. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/_utils/_setup_call.py +0 -0
  1424. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/call_params.py +0 -0
  1425. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/call_response.py +0 -0
  1426. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/call_response_chunk.py +0 -0
  1427. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/dynamic_config.py +0 -0
  1428. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/py.typed +0 -0
  1429. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/stream.py +0 -0
  1430. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/bedrock/tool.py +0 -0
  1431. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/__init__.py +0 -0
  1432. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_call.py +0 -0
  1433. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_call_kwargs.py +0 -0
  1434. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_types.py +0 -0
  1435. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/__init__.py +0 -0
  1436. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/_convert_common_call_params.py +0 -0
  1437. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1438. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/_convert_message_params.py +0 -0
  1439. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/_get_json_output.py +0 -0
  1440. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/_handle_stream.py +0 -0
  1441. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/_message_param_converter.py +0 -0
  1442. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/_utils/_setup_call.py +0 -0
  1443. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/call_params.py +0 -0
  1444. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/call_response.py +0 -0
  1445. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/call_response_chunk.py +0 -0
  1446. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/dynamic_config.py +0 -0
  1447. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/py.typed +0 -0
  1448. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/stream.py +0 -0
  1449. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/cohere/tool.py +0 -0
  1450. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/__init__.py +0 -0
  1451. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_anthropic_calculate_cost.py +0 -0
  1452. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_azure_calculate_cost.py +0 -0
  1453. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_bedrock_calculate_cost.py +0 -0
  1454. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_cohere_calculate_cost.py +0 -0
  1455. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_gemini_calculate_cost.py +0 -0
  1456. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_google_calculate_cost.py +0 -0
  1457. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_groq_calculate_cost.py +0 -0
  1458. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_litellm_calculate_cost.py +0 -0
  1459. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_mistral_calculate_cost.py +0 -0
  1460. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_openai_calculate_cost.py +0 -0
  1461. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_vertex_calculate_cost.py +0 -0
  1462. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/_xai_calculate_cost.py +0 -0
  1463. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/costs/calculate_cost.py +0 -0
  1464. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/__init__.py +0 -0
  1465. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_call.py +0 -0
  1466. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_call_kwargs.py +0 -0
  1467. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/__init__.py +0 -0
  1468. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/_convert_common_call_params.py +0 -0
  1469. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1470. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/_convert_message_params.py +0 -0
  1471. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/_get_json_output.py +0 -0
  1472. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/_handle_stream.py +0 -0
  1473. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/_message_param_converter.py +0 -0
  1474. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/_utils/_setup_call.py +0 -0
  1475. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/call_params.py +0 -0
  1476. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/call_response.py +0 -0
  1477. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/call_response_chunk.py +0 -0
  1478. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/dynamic_config.py +0 -0
  1479. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/stream.py +0 -0
  1480. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/gemini/tool.py +0 -0
  1481. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/__init__.py +0 -0
  1482. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_call.py +0 -0
  1483. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_call_kwargs.py +0 -0
  1484. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/__init__.py +0 -0
  1485. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_convert_common_call_params.py +0 -0
  1486. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1487. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_convert_message_params.py +0 -0
  1488. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_get_json_output.py +0 -0
  1489. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_handle_stream.py +0 -0
  1490. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_message_param_converter.py +0 -0
  1491. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_setup_call.py +0 -0
  1492. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/_utils/_validate_media_type.py +0 -0
  1493. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/call_params.py +0 -0
  1494. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/call_response.py +0 -0
  1495. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/call_response_chunk.py +0 -0
  1496. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/dynamic_config.py +0 -0
  1497. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/stream.py +0 -0
  1498. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/google/tool.py +0 -0
  1499. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/__init__.py +0 -0
  1500. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_call.py +0 -0
  1501. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_call_kwargs.py +0 -0
  1502. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_utils/__init__.py +0 -0
  1503. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_utils/_convert_common_call_params.py +0 -0
  1504. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_utils/_convert_message_params.py +0 -0
  1505. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_utils/_get_json_output.py +0 -0
  1506. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_utils/_handle_stream.py +0 -0
  1507. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_utils/_message_param_converter.py +0 -0
  1508. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/_utils/_setup_call.py +0 -0
  1509. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/call_params.py +0 -0
  1510. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/call_response.py +0 -0
  1511. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/call_response_chunk.py +0 -0
  1512. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/dynamic_config.py +0 -0
  1513. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/py.typed +0 -0
  1514. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/stream.py +0 -0
  1515. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/groq/tool.py +0 -0
  1516. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/__init__.py +0 -0
  1517. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/_call.py +0 -0
  1518. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/_utils/__init__.py +0 -0
  1519. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/_utils/_setup_call.py +0 -0
  1520. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/call_params.py +0 -0
  1521. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/call_response.py +0 -0
  1522. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/call_response_chunk.py +0 -0
  1523. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/dynamic_config.py +0 -0
  1524. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/py.typed +0 -0
  1525. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/stream.py +0 -0
  1526. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/litellm/tool.py +0 -0
  1527. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/__init__.py +0 -0
  1528. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_call.py +0 -0
  1529. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_call_kwargs.py +0 -0
  1530. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/__init__.py +0 -0
  1531. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/_convert_common_call_params.py +0 -0
  1532. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1533. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/_convert_message_params.py +0 -0
  1534. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/_get_json_output.py +0 -0
  1535. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/_handle_stream.py +0 -0
  1536. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/_message_param_converter.py +0 -0
  1537. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/_utils/_setup_call.py +0 -0
  1538. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/call_params.py +0 -0
  1539. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/call_response.py +0 -0
  1540. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/call_response_chunk.py +0 -0
  1541. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/dynamic_config.py +0 -0
  1542. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/py.typed +0 -0
  1543. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/stream.py +0 -0
  1544. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/mistral/tool.py +0 -0
  1545. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/__init__.py +0 -0
  1546. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_call.py +0 -0
  1547. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_call_kwargs.py +0 -0
  1548. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_utils/__init__.py +0 -0
  1549. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_utils/_convert_common_call_params.py +0 -0
  1550. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_utils/_convert_message_params.py +0 -0
  1551. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_utils/_get_json_output.py +0 -0
  1552. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_utils/_handle_stream.py +0 -0
  1553. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_utils/_message_param_converter.py +0 -0
  1554. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/_utils/_setup_call.py +0 -0
  1555. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/call_params.py +0 -0
  1556. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/call_response.py +0 -0
  1557. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/call_response_chunk.py +0 -0
  1558. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/dynamic_config.py +0 -0
  1559. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/py.typed +0 -0
  1560. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/stream.py +0 -0
  1561. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/openai/tool.py +0 -0
  1562. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/py.typed +0 -0
  1563. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/__init__.py +0 -0
  1564. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_call.py +0 -0
  1565. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_call_kwargs.py +0 -0
  1566. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/__init__.py +0 -0
  1567. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/_convert_common_call_params.py +0 -0
  1568. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/_convert_finish_reason_to_common_finish_reasons.py +0 -0
  1569. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/_convert_message_params.py +0 -0
  1570. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/_get_json_output.py +0 -0
  1571. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/_handle_stream.py +0 -0
  1572. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/_message_param_converter.py +0 -0
  1573. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/_utils/_setup_call.py +0 -0
  1574. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/call_params.py +0 -0
  1575. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/call_response.py +0 -0
  1576. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/call_response_chunk.py +0 -0
  1577. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/dynamic_config.py +0 -0
  1578. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/stream.py +0 -0
  1579. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/vertex/tool.py +0 -0
  1580. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/__init__.py +0 -0
  1581. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/_call.py +0 -0
  1582. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/_utils/__init__.py +0 -0
  1583. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/_utils/_setup_call.py +0 -0
  1584. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/call_params.py +0 -0
  1585. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/call_response.py +0 -0
  1586. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/call_response_chunk.py +0 -0
  1587. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/dynamic_config.py +0 -0
  1588. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/py.typed +0 -0
  1589. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/stream.py +0 -0
  1590. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/core/xai/tool.py +0 -0
  1591. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/experimental/graphs/__init__.py +0 -0
  1592. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/experimental/graphs/finite_state_machine.py +0 -0
  1593. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/__init__.py +0 -0
  1594. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/_middleware_factory.py +0 -0
  1595. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/langfuse/__init__.py +0 -0
  1596. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/langfuse/_utils.py +0 -0
  1597. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/langfuse/_with_langfuse.py +0 -0
  1598. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/logfire/__init__.py +0 -0
  1599. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/logfire/_utils.py +0 -0
  1600. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/logfire/_with_logfire.py +0 -0
  1601. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/otel/__init__.py +0 -0
  1602. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/otel/_utils.py +0 -0
  1603. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/otel/_with_hyperdx.py +0 -0
  1604. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/otel/_with_otel.py +0 -0
  1605. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/integrations/tenacity.py +0 -0
  1606. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/_call.py +0 -0
  1607. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/_context.py +0 -0
  1608. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/_override.py +0 -0
  1609. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/_protocols.py +0 -0
  1610. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/_response_metaclass.py +0 -0
  1611. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/call_response.py +0 -0
  1612. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/call_response_chunk.py +0 -0
  1613. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/stream.py +0 -0
  1614. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/llm/tool.py +0 -0
  1615. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/py.typed +0 -0
  1616. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/retries/__init__.py +0 -0
  1617. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/retries/fallback.py +0 -0
  1618. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/retries/tenacity.py +0 -0
  1619. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/__init__.py +0 -0
  1620. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/base.py +0 -0
  1621. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/system/__init__.py +0 -0
  1622. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/system/_docker_operation.py +0 -0
  1623. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/system/_file_system.py +0 -0
  1624. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/web/__init__.py +0 -0
  1625. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/web/_duckduckgo.py +0 -0
  1626. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/web/_httpx.py +0 -0
  1627. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/web/_parse_url_content.py +0 -0
  1628. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/tools/web/_requests.py +0 -0
  1629. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/__init__.py +0 -0
  1630. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/anthropic.py +0 -0
  1631. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/base/__init__.py +0 -0
  1632. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/base/calls.py +0 -0
  1633. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/base/extractors.py +0 -0
  1634. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/base/ops_utils.py +0 -0
  1635. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/base/prompts.py +0 -0
  1636. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/base/types.py +0 -0
  1637. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/base/utils.py +0 -0
  1638. {mirascope-1.21.6 → mirascope-1.22.0}/mirascope/v0/openai.py +0 -0
  1639. {mirascope-1.21.6 → mirascope-1.22.0}/mkdocs.yml +0 -0
  1640. {mirascope-1.21.6 → mirascope-1.22.0}/tests/__init__.py +0 -0
  1641. {mirascope-1.21.6 → mirascope-1.22.0}/tests/conftest.py +0 -0
  1642. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/__init__.py +0 -0
  1643. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/__init__.py +0 -0
  1644. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/_utils/__init__.py +0 -0
  1645. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/_utils/test_convert_common_call_params.py +0 -0
  1646. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/_utils/test_convert_message_params.py +0 -0
  1647. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/_utils/test_get_json_output.py +0 -0
  1648. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/_utils/test_handle_stream.py +0 -0
  1649. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/_utils/test_message_param_converter.py +0 -0
  1650. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/_utils/test_setup_call.py +0 -0
  1651. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/test_call.py +0 -0
  1652. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/test_call_response.py +0 -0
  1653. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/test_call_response_chunk.py +0 -0
  1654. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/test_stream.py +0 -0
  1655. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/anthropic/test_tool.py +0 -0
  1656. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/__init__.py +0 -0
  1657. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/__init__.py +0 -0
  1658. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/test_convert_common_call_params.py +0 -0
  1659. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/test_convert_message_params.py +0 -0
  1660. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/test_get_credential.py +0 -0
  1661. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/test_get_json_output.py +0 -0
  1662. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/test_handle_stream.py +0 -0
  1663. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/test_message_param_converter.py +0 -0
  1664. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/_utils/test_setup_call.py +0 -0
  1665. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/test_call.py +0 -0
  1666. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/test_call_response.py +0 -0
  1667. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/test_call_response_chunk.py +0 -0
  1668. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/test_stream.py +0 -0
  1669. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/azure/test_tool.py +0 -0
  1670. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/__init__.py +0 -0
  1671. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/__init__.py +0 -0
  1672. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_base_type.py +0 -0
  1673. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_convert_base_model_to_base_tool.py +0 -0
  1674. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_convert_base_type_to_base_tool.py +0 -0
  1675. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_convert_function_to_base_tool.py +0 -0
  1676. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_convert_messages_to_message_params.py +0 -0
  1677. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_extract_tool_return.py +0 -0
  1678. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_format_template.py +0 -0
  1679. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_audio_type.py +0 -0
  1680. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_create_fn_or_async_create_fn.py +0 -0
  1681. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_document_type.py +0 -0
  1682. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_dynamic_configuration.py +0 -0
  1683. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_fields_from_call_args.py +0 -0
  1684. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_fn_args.py +0 -0
  1685. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_image_dimensions.py +0 -0
  1686. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_image_type.py +0 -0
  1687. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_metadata.py +0 -0
  1688. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_possible_user_message_param.py +0 -0
  1689. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_prompt_template.py +0 -0
  1690. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_template_values.py +0 -0
  1691. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_template_variables.py +0 -0
  1692. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_get_unsupported_tool_config_keys.py +0 -0
  1693. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_json_mode_content.py +0 -0
  1694. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_message_decorator.py +0 -0
  1695. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_parse_content_template.py +0 -0
  1696. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_parse_prompt_messages.py +0 -0
  1697. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_pil_image_to_bytes.py +0 -0
  1698. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_setup_call.py +0 -0
  1699. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/_utils/test_setup_extract_tool.py +0 -0
  1700. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/conftest.py +0 -0
  1701. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_call_factory.py +0 -0
  1702. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_call_response.py +0 -0
  1703. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_call_response_chunk.py +0 -0
  1704. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_create.py +0 -0
  1705. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_extract.py +0 -0
  1706. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_extract_with_tools.py +0 -0
  1707. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_merge_decorators.py +0 -0
  1708. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_partial.py +0 -0
  1709. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_prompt.py +0 -0
  1710. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_stream.py +0 -0
  1711. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_structured_stream.py +0 -0
  1712. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_tool.py +0 -0
  1713. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/base/test_toolkit.py +0 -0
  1714. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/__init__.py +0 -0
  1715. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/_utils/__init__.py +0 -0
  1716. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/_utils/test_convert_common_call_params.py +0 -0
  1717. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/_utils/test_convert_message_params.py +0 -0
  1718. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/_utils/test_get_json_output.py +0 -0
  1719. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/_utils/test_handle_stream.py +0 -0
  1720. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/_utils/test_message_param_converter.py +0 -0
  1721. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/_utils/test_setup_call.py +0 -0
  1722. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/conftest.py +0 -0
  1723. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/test_call.py +0 -0
  1724. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/test_call_response.py +0 -0
  1725. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/test_call_response_chunk.py +0 -0
  1726. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/test_stream.py +0 -0
  1727. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/bedrock/test_tool.py +0 -0
  1728. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/__init__.py +0 -0
  1729. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/_utils/__init__.py +0 -0
  1730. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/_utils/test_convert_common_call_params.py +0 -0
  1731. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/_utils/test_convert_message_params.py +0 -0
  1732. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/_utils/test_get_json_output.py +0 -0
  1733. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/_utils/test_handle_stream.py +0 -0
  1734. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/_utils/test_message_param_converter.py +0 -0
  1735. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/_utils/test_setup_call.py +0 -0
  1736. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/test_call.py +0 -0
  1737. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/test_call_response.py +0 -0
  1738. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/test_call_response_chunk.py +0 -0
  1739. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/test_stream.py +0 -0
  1740. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/cohere/test_tool.py +0 -0
  1741. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/__init__.py +0 -0
  1742. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_anthropic_calculate_cost.py +0 -0
  1743. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_azure_calculate_cost.py +0 -0
  1744. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_bedrock_calculate_cost.py +0 -0
  1745. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_calculation_cost.py +0 -0
  1746. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_cohere_calculate_cost.py +0 -0
  1747. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_gemini_calculate_cost.py +0 -0
  1748. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_google_calculate_cost.py +0 -0
  1749. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_groq_calculate_cost.py +0 -0
  1750. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_mistral_calculate_cost.py +0 -0
  1751. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_openai_calculate_cost.py +0 -0
  1752. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_vertex_calculate_cost.py +0 -0
  1753. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/costs/test_xai_calculate_cost.py +0 -0
  1754. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/__init__.py +0 -0
  1755. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/_utils/__init__.py +0 -0
  1756. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/_utils/test_convert_common_call_params.py +0 -0
  1757. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/_utils/test_convert_message_params.py +0 -0
  1758. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/_utils/test_get_json_output.py +0 -0
  1759. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/_utils/test_handle_stream.py +0 -0
  1760. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/_utils/test_message_param_converter.py +0 -0
  1761. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/_utils/test_setup_call.py +0 -0
  1762. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/test_call.py +0 -0
  1763. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/test_call_response.py +0 -0
  1764. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/test_call_response_chunk.py +0 -0
  1765. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/test_stream.py +0 -0
  1766. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/gemini/test_tool.py +0 -0
  1767. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/__init__.py +0 -0
  1768. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/_utils/__init__.py +0 -0
  1769. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/_utils/test_convert_common_call_params.py +0 -0
  1770. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/_utils/test_convert_message_params.py +0 -0
  1771. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/_utils/test_get_json_output.py +0 -0
  1772. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/_utils/test_handle_stream.py +0 -0
  1773. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/_utils/test_message_param_converter.py +0 -0
  1774. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/_utils/test_setup_call.py +0 -0
  1775. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/test_call.py +0 -0
  1776. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/test_call_response.py +0 -0
  1777. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/test_call_response_chunk.py +0 -0
  1778. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/test_stream.py +0 -0
  1779. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/google/test_tool.py +0 -0
  1780. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/__init__.py +0 -0
  1781. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/_utils/__init__.py +0 -0
  1782. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/_utils/test_convert_common_call_params.py +0 -0
  1783. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/_utils/test_convert_message_params.py +0 -0
  1784. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/_utils/test_get_json_output.py +0 -0
  1785. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/_utils/test_handle_stream.py +0 -0
  1786. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/_utils/test_message_param_converter.py +0 -0
  1787. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/_utils/test_setup_call.py +0 -0
  1788. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/test_call.py +0 -0
  1789. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/test_call_response.py +0 -0
  1790. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/test_call_response_chunk.py +0 -0
  1791. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/test_stream.py +0 -0
  1792. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/groq/test_tool.py +0 -0
  1793. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/litellm/__init__.py +0 -0
  1794. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/litellm/_utils/__init__.py +0 -0
  1795. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/litellm/_utils/test_setup_call.py +0 -0
  1796. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/litellm/test_call.py +0 -0
  1797. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/litellm/test_call_response.py +0 -0
  1798. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/litellm/test_stream.py +0 -0
  1799. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/__init__.py +0 -0
  1800. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/_utils/__init__.py +0 -0
  1801. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/_utils/test_convert_common_call_params.py +0 -0
  1802. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/_utils/test_convert_message_params.py +0 -0
  1803. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/_utils/test_get_json_output.py +0 -0
  1804. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/_utils/test_handle_stream.py +0 -0
  1805. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/_utils/test_message_param_converter.py +0 -0
  1806. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/_utils/test_setup_call.py +0 -0
  1807. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/test_call.py +0 -0
  1808. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/test_call_response.py +0 -0
  1809. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/test_call_response_chunk.py +0 -0
  1810. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/test_stream.py +0 -0
  1811. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/mistral/test_tool.py +0 -0
  1812. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/__init__.py +0 -0
  1813. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/_utils/__init__.py +0 -0
  1814. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/_utils/test_convert_common_call_params.py +0 -0
  1815. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/_utils/test_convert_message_params.py +0 -0
  1816. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/_utils/test_get_json_output.py +0 -0
  1817. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/_utils/test_handle_stream.py +0 -0
  1818. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/_utils/test_message_param_converter.py +0 -0
  1819. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/_utils/test_setup_call.py +0 -0
  1820. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/test_call.py +0 -0
  1821. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/test_call_response.py +0 -0
  1822. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/test_call_response_chunk.py +0 -0
  1823. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/test_stream.py +0 -0
  1824. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/openai/test_tool.py +0 -0
  1825. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/__init__.py +0 -0
  1826. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/_utils/__init__.py +0 -0
  1827. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/_utils/test_convert_common_call_params.py +0 -0
  1828. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/_utils/test_convert_message_params.py +0 -0
  1829. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/_utils/test_get_json_output.py +0 -0
  1830. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/_utils/test_handle_stream.py +0 -0
  1831. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/_utils/test_message_param_converter.py +0 -0
  1832. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/_utils/test_setup_call.py +0 -0
  1833. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/test_call.py +0 -0
  1834. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/test_call_response.py +0 -0
  1835. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/test_call_response_chunk.py +0 -0
  1836. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/test_stream.py +0 -0
  1837. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/vertex/test_tool.py +0 -0
  1838. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/xai/__init__.py +0 -0
  1839. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/xai/_utils/__init__.py +0 -0
  1840. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/xai/_utils/test_setup_call.py +0 -0
  1841. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/xai/test_call.py +0 -0
  1842. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/xai/test_call_response.py +0 -0
  1843. {mirascope-1.21.6 → mirascope-1.22.0}/tests/core/xai/test_stream.py +0 -0
  1844. {mirascope-1.21.6 → mirascope-1.22.0}/tests/docs/test_generate_provider_examples.py +0 -0
  1845. {mirascope-1.21.6 → mirascope-1.22.0}/tests/docs/test_missing_snippets.py +0 -0
  1846. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/__init__.py +0 -0
  1847. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/langfuse/__init__.py +0 -0
  1848. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/langfuse/test_utils.py +0 -0
  1849. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/langfuse/test_with_langfuse.py +0 -0
  1850. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/logfire/__init__.py +0 -0
  1851. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/logfire/test_utils.py +0 -0
  1852. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/logfire/test_with_logfire.py +0 -0
  1853. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/otel/__init__.py +0 -0
  1854. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/otel/test_utils.py +0 -0
  1855. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/otel/test_with_hyperdx.py +0 -0
  1856. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/otel/test_with_otel.py +0 -0
  1857. {mirascope-1.21.6 → mirascope-1.22.0}/tests/integrations/test_middleware_factory.py +0 -0
  1858. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/__init__.py +0 -0
  1859. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_call.py +0 -0
  1860. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_call_response_chunk.py +0 -0
  1861. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_context.py +0 -0
  1862. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_override.py +0 -0
  1863. {mirascope-1.21.6 → mirascope-1.22.0}/tests/llm/test_response_metaclass.py +0 -0
  1864. {mirascope-1.21.6 → mirascope-1.22.0}/tests/mcp/__init__.py +0 -0
  1865. /mirascope-1.21.6/tests/mcp/test_mcp_server.py → /mirascope-1.22.0/tests/mcp/test_server.py +0 -0
  1866. {mirascope-1.21.6 → mirascope-1.22.0}/tests/retries/__init__.py +0 -0
  1867. {mirascope-1.21.6 → mirascope-1.22.0}/tests/retries/test_fallback.py +0 -0
  1868. {mirascope-1.21.6 → mirascope-1.22.0}/tests/retries/test_tenacity.py +0 -0
  1869. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/__init__.py +0 -0
  1870. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/test_base.py +0 -0
  1871. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/test_docker_operation_toolkit.py +0 -0
  1872. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/test_filesystem_toolkit.py +0 -0
  1873. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/web/__init__.py +0 -0
  1874. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/web/test_duckduckgo.py +0 -0
  1875. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/web/test_httpx.py +0 -0
  1876. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/web/test_parse_url_content.py +0 -0
  1877. {mirascope-1.21.6 → mirascope-1.22.0}/tests/tools/web/test_requests.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mirascope
3
- Version: 1.21.6
3
+ Version: 1.22.0
4
4
  Summary: LLM abstractions that aren't obstructions
5
5
  Project-URL: Homepage, https://mirascope.com
6
6
  Project-URL: Documentation, https://mirascope.com/WELCOME
@@ -79,7 +79,7 @@ Requires-Dist: litellm<2,>=1.42.12; extra == 'litellm'
79
79
  Provides-Extra: logfire
80
80
  Requires-Dist: logfire<4,>=1.0.0; extra == 'logfire'
81
81
  Provides-Extra: mcp
82
- Requires-Dist: mcp>=1.0.0; extra == 'mcp'
82
+ Requires-Dist: mcp>=1.3.0; extra == 'mcp'
83
83
  Provides-Extra: mistral
84
84
  Requires-Dist: mistralai<2,>=1.0.0; extra == 'mistral'
85
85
  Provides-Extra: openai
@@ -3,7 +3,7 @@
3
3
  !!! mira ""
4
4
 
5
5
  <div align="center">
6
- If you haven't already, we recommend first reading the section on [MCP Server](./server.md)
6
+ If you haven't already, we recommend first reading and learning about [Model Context Protocol](https://github.com/modelcontextprotocol)
7
7
  </div>
8
8
 
9
9
  MCP Client in Mirascope enables you to interact with MCP servers through a standardized protocol. The client provides methods to access resources, tools, and prompts exposed by MCP servers.
@@ -12,59 +12,83 @@ MCP Client in Mirascope enables you to interact with MCP servers through a stand
12
12
 
13
13
  Let's connect to our book recommendation server using the MCP client:
14
14
 
15
- ```python hl_lines="11-15 19-26 28-33 35 39 44-47"
16
- --8<-- "examples/learn/mcp/client.py"
17
- ```
15
+ !!! mira ""
16
+
17
+ ```python hl_lines="10-14 18"
18
+ --8<-- "examples/learn/mcp/client.py:1:20"
19
+ --8<-- "examples/learn/mcp/client.py:48:50"
20
+ ```
18
21
 
19
22
  This example demonstrates:
20
23
 
21
24
  1. Creating server parameters with `StdioServerParameters`
22
- 2. Using the `create_mcp_client` context manager to connect to the server
23
- 3. Accessing server components:
24
- - Listing and using prompts
25
- - Reading resources
26
- - Using tools with Mirascope calls
25
+ 2. Using the `stdio_client` context manager to connect to the server
26
+ 3. Accessing the list of available prompts
27
27
 
28
28
  ## Client Components
29
29
 
30
- ### Server Connection
30
+ ### Standard In/Out (stdio) Server Connection
31
31
 
32
- To connect to an MCP server, use the `create_mcp_client` context manager with appropriate server parameters:
32
+ To connect to an MCP server, use the `stdio_client` context manager with appropriate server parameters:
33
33
 
34
- ```python hl_lines="3-7 11"
35
- --8<-- "examples/learn/mcp/client.py:9:19"
36
- ```
34
+ !!! mira ""
35
+
36
+ ```python hl_lines="1 3-7 11"
37
+ --8<-- "examples/learn/mcp/client.py:8:20"
38
+ ```
37
39
 
38
40
  The `StdioServerParameters` specify how to launch and connect to the server process.
39
41
 
42
+ ### Server Side Events (sse) Server Connection
43
+
44
+ You can also use the `sse_client` instead to connect to an MCP server side event endpoint:
45
+
46
+ !!! mira ""
47
+
48
+ ```python hl_lines="4"
49
+ from mirascope.mcp import sse_client
50
+
51
+
52
+ async with sse_client("http://localhost:8000") as client:
53
+ prompts = await client.list_prompts()
54
+ print(prompts[0])
55
+ ```
56
+
40
57
  ### Prompts
41
58
 
42
59
  You can list available prompts and get prompt templates from the server:
43
60
 
44
- ```python
45
- --8<-- "examples/learn/mcp/client.py:20:26"
46
- ```
61
+ !!! mira ""
62
+
63
+ ```python
64
+ --8<-- "examples/learn/mcp/client.py:19:25"
65
+ ```
47
66
 
48
- The client automatically converts server prompts into Mirascope-compatible prompt templates that return `BaseMessageParam` instances.
67
+ The client automatically converts server prompts into Mirascope-compatible prompt templates that return `BaseMessageParam` instances. This makes it easy to consume these prompts downstream in your Mirascope code.
49
68
 
50
69
  ### Resources
51
70
 
52
71
  Resources can be listed and read from the server:
53
72
 
54
- ```python
55
- --8<-- "examples/learn/mcp/client.py:28:33"
56
- ```
73
+ !!! mira ""
74
+
75
+ ```python
76
+ --8<-- "examples/learn/mcp/client.py:27:32"
77
+ ```
57
78
 
58
79
  The client provides methods to:
80
+
59
81
  - `list_resources()`: Get available resources
60
82
  - `read_resource(uri)`: Read resource content by URI
61
83
 
84
+ If the resource is text, it will be converted into a `TextPart` instance. Otherwise it will be the MCP `BlobResourceContents` type where the data contained is the original bytes encoded as a base64 string.
85
+
62
86
  ### Tools
63
87
 
64
88
  Tools from the server can be used with Mirascope's standard call decorators:
65
89
 
66
- ```python hl_lines="1 5 10-13"
67
- --8<-- "examples/learn/mcp/client.py:35:47"
90
+ ```python hl_lines="1 6 11-14"
91
+ --8<-- "examples/learn/mcp/client.py:34:47"
68
92
  ```
69
93
 
70
94
  The client automatically converts server tools into Mirascope-compatible tool types that can be used with any provider's call decorator.
@@ -79,7 +103,6 @@ The MCP client preserves type information from the server:
79
103
 
80
104
  This enables full editor support and type checking when using server components.
81
105
 
82
-
83
106
  ## Next Steps
84
107
 
85
108
  By using the MCP client with Mirascope's standard features like [Calls](../calls.md), [Tools](../tools.md), and [Prompts](../prompts.md), you can build powerful applications that leverage local services through MCP servers.
@@ -1,10 +1,12 @@
1
1
  # MCP Server
2
2
 
3
- !!! mira ""
3
+ !!! warning "This interface is deprecated!"
4
4
 
5
- <div align="center">
6
- If you haven't already, we recommend first reading the section on [Tools](../tools.md)
7
- </div>
5
+ We have updated the Mirascope MCP Client module such that the `sse_client` and `stdio_client` properly handle connecting to any MCP server.
6
+
7
+ Given the introduction of `FastMCP` into the official MCP SDK, there's no reason to use this interface.
8
+
9
+ Instead, we recommend using the official SDK to build your servers (to which you can easily connect your Mirascope code now).
8
10
 
9
11
  MCP (Model Context Protocol) Server in Mirascope enables you to expose resources, tools, and prompts to LLM clients through a standardized protocol. This allows for secure and controlled interactions between host applications (like Claude Desktop) and local services.
10
12
 
@@ -1,10 +1,9 @@
1
1
  import asyncio
2
-
3
2
  from pathlib import Path
4
3
 
5
- from mirascope.core import openai
6
- from mirascope.mcp.client import create_mcp_client, StdioServerParameters
7
-
4
+ from mcp.client.stdio import StdioServerParameters
5
+ from mirascope import llm
6
+ from mirascope.mcp import stdio_client
8
7
 
9
8
  server_file = Path(__file__).parent / "server.py"
10
9
 
@@ -16,7 +15,7 @@ server_params = StdioServerParameters(
16
15
 
17
16
 
18
17
  async def main() -> None:
19
- async with create_mcp_client(server_params) as client:
18
+ async with stdio_client(server_params) as client:
20
19
  prompts = await client.list_prompts()
21
20
  print(prompts[0])
22
21
  # name='recommend_book' description='Get book recommendations by genre.' arguments=[PromptArgument(name='genre', description='Genre of book to recommend (fantasy, mystery, sci-fi, etc.)', required=True)]
@@ -34,8 +33,9 @@ async def main() -> None:
34
33
 
35
34
  tools = await client.list_tools()
36
35
 
37
- @openai.call(
38
- "gpt-4o-mini",
36
+ @llm.call(
37
+ provider="openai",
38
+ model="gpt-4o-mini",
39
39
  tools=tools,
40
40
  )
41
41
  def recommend_book(genre: str) -> str:
@@ -4,6 +4,7 @@ from ._context import context
4
4
  from ._override import override
5
5
  from .call_response import CallResponse
6
6
  from .stream import Stream
7
+ from .tool import Tool
7
8
 
8
9
  __all__ = [
9
10
  "CallResponse",
@@ -11,6 +12,7 @@ __all__ = [
11
12
  "LocalProvider",
12
13
  "Provider",
13
14
  "Stream",
15
+ "Tool",
14
16
  "calculate_cost",
15
17
  "call",
16
18
  "context",
@@ -0,0 +1,7 @@
1
+ """Mirascope Model Context Protocol (MCP) implementation."""
2
+
3
+ from .client import MCPClient, sse_client, stdio_client
4
+ from .server import MCPServer # DEPRECATED
5
+ from .tools import MCPTool # DEPRECATED
6
+
7
+ __all__ = ["MCPClient", "MCPServer", "MCPTool", "sse_client", "stdio_client"]
@@ -1,48 +1,46 @@
1
+ """MCP client utility functions."""
2
+
1
3
  import base64
2
4
  import string
3
5
  from collections.abc import AsyncGenerator, Awaitable, Callable
4
6
  from contextlib import asynccontextmanager
5
- from typing import Any, TypeVar
7
+ from typing import Any
6
8
 
7
9
  from anyio import create_memory_object_stream, create_task_group
8
10
  from anyio.streams.memory import MemoryObjectReceiveStream
9
- from mcp import ClientSession
10
- from mcp.client.stdio import StdioServerParameters, stdio_client
11
11
  from mcp.types import (
12
- BlobResourceContents,
13
- CallToolResult,
14
12
  EmbeddedResource,
15
13
  ImageContent,
16
14
  JSONRPCMessage,
17
- Prompt,
18
15
  PromptMessage,
19
- Resource,
20
16
  TextContent,
21
17
  TextResourceContents,
22
- Tool,
23
18
  )
24
- from pydantic import AnyUrl, BaseModel, ConfigDict, Field, create_model
25
-
26
- from mirascope.core import BaseMessageParam, BaseTool
27
- from mirascope.core.base import AudioPart, DocumentPart, ImagePart
19
+ from mcp.types import Tool as MCPTool
20
+ from pydantic import BaseModel, ConfigDict, Field, create_model
28
21
 
29
- _BaseToolT = TypeVar("_BaseToolT", bound=BaseTool)
22
+ from ..core import BaseMessageParam, BaseTool
23
+ from ..core.base import AudioPart, DocumentPart, ImagePart
30
24
 
31
25
 
32
- def _create_tool_call(
26
+ def create_tool_call(
33
27
  name: str,
34
- call_tool: Callable[[str, dict | None], Awaitable[CallToolResult]],
28
+ call_tool: Callable[[str, dict | None], Awaitable[Any]],
35
29
  ) -> Callable[..., Awaitable[list[str | ImageContent | EmbeddedResource]]]:
30
+ """Create a tool call function for a Mirascope Tool.
31
+
32
+ Args:
33
+ name: The name of the tool
34
+ call_tool: The function to call the tool
35
+
36
+ Returns:
37
+ A function that can be used as the call method for a Tool
38
+ """
39
+
36
40
  async def call(self: BaseTool) -> list[str | ImageContent | EmbeddedResource]:
37
41
  result = await call_tool(name, self.args) # pyright: ignore [reportOptionalCall]
38
42
  if result.isError:
39
43
  raise RuntimeError(f"MCP Server returned error: {self._name()}")
40
- parsed_results = []
41
- for content in result.content:
42
- if isinstance(content, TextContent):
43
- parsed_results.append(content.text)
44
- else:
45
- parsed_results.append(content)
46
44
  return [
47
45
  content.text if isinstance(content, TextContent) else content
48
46
  for content in result.content
@@ -51,7 +49,7 @@ def _create_tool_call(
51
49
  return call
52
50
 
53
51
 
54
- def _convert_prompt_message_to_base_message_params(
52
+ def convert_prompt_message_to_base_message_params(
55
53
  prompt_message: PromptMessage,
56
54
  ) -> BaseMessageParam:
57
55
  """
@@ -93,6 +91,7 @@ def _convert_prompt_message_to_base_message_params(
93
91
  elif isinstance(content, EmbeddedResource):
94
92
  resource = content.resource
95
93
  if isinstance(resource, TextResourceContents):
94
+ # For text content embedded resources, just return the text
96
95
  return BaseMessageParam(role=prompt_message.role, content=resource.text)
97
96
  else:
98
97
  mime_type = resource.mimeType
@@ -131,12 +130,30 @@ def _convert_prompt_message_to_base_message_params(
131
130
 
132
131
 
133
132
  def snake_to_pascal(snake: str) -> str:
133
+ """Convert a snake_case string to PascalCase.
134
+
135
+ Args:
136
+ snake: A snake_case string
137
+
138
+ Returns:
139
+ The string converted to PascalCase
140
+ """
134
141
  return string.capwords(snake.replace("_", " ")).replace(" ", "")
135
142
 
136
143
 
137
144
  def build_object_type(
138
145
  properties: dict[str, Any], required: list[str], name: str
139
146
  ) -> type[BaseModel]:
147
+ """Build a Pydantic model from JSON Schema properties.
148
+
149
+ Args:
150
+ properties: JSON Schema properties dictionary
151
+ required: List of required property names
152
+ name: Name for the generated model
153
+
154
+ Returns:
155
+ A dynamically created Pydantic model class
156
+ """
140
157
  fields = {}
141
158
  for prop_name, prop_schema in properties.items():
142
159
  class_name = snake_to_pascal(prop_name)
@@ -158,6 +175,13 @@ def build_object_type(
158
175
  def json_schema_to_python_type(schema: dict[str, Any], name: str = "Model") -> Any: # noqa: ANN401
159
176
  """
160
177
  Recursively convert a JSON Schema snippet into a Python type annotation or a dynamically generated pydantic model.
178
+
179
+ Args:
180
+ schema: JSON Schema to convert
181
+ name: Name for any generated models
182
+
183
+ Returns:
184
+ Corresponding Python type or Pydantic model
161
185
  """
162
186
  json_type = schema.get("type", "any")
163
187
 
@@ -184,9 +208,15 @@ def json_schema_to_python_type(schema: dict[str, Any], name: str = "Model") -> A
184
208
  return Any
185
209
 
186
210
 
187
- def create_model_from_tool(tool: Tool) -> type[BaseModel]:
211
+ def create_tool_from_mcp_tool(tool: MCPTool) -> type[BaseTool]:
188
212
  """
189
- Create a dynamic pydantic model from the given Tool instance based on its inputSchema.
213
+ Create a `BaseTool` type definition from the given MCP Tool instance.
214
+
215
+ Args:
216
+ tool: MCP tool instance.
217
+
218
+ Returns:
219
+ A dynamically created `Tool` schema.
190
220
  """
191
221
  schema = tool.inputSchema
192
222
  properties = schema.get("properties", {})
@@ -205,59 +235,7 @@ def create_model_from_tool(tool: Tool) -> type[BaseModel]:
205
235
 
206
236
  fields[field_name] = (annotation, default)
207
237
 
208
- return create_model(
209
- snake_to_pascal(tool.name), __config__=ConfigDict(extra="allow"), **fields
210
- )
211
-
212
-
213
- class MCPClient:
214
- def __init__(self, session: ClientSession) -> None:
215
- self.session: ClientSession = session
216
-
217
- async def list_resources(self) -> list[Resource]:
218
- result = await self.session.list_resources()
219
- return result.resources
220
-
221
- async def read_resource(
222
- self, uri: str | AnyUrl
223
- ) -> list[str | BlobResourceContents]:
224
- result = await self.session.read_resource(
225
- uri if isinstance(uri, AnyUrl) else AnyUrl(uri)
226
- )
227
- parsed_results = []
228
- for content in result.contents:
229
- if isinstance(content, TextResourceContents):
230
- parsed_results.append(content.text)
231
- else:
232
- parsed_results.append(content)
233
- return parsed_results
234
-
235
- async def list_prompts(self) -> list[Prompt]:
236
- result = await self.session.list_prompts()
237
- return result.prompts
238
-
239
- async def get_prompt_template(
240
- self, name: str
241
- ) -> Callable[..., Awaitable[list[BaseMessageParam]]]:
242
- async def async_prompt(**kwargs: str) -> list[BaseMessageParam]:
243
- result = await self.session.get_prompt(name, kwargs)
244
-
245
- return [
246
- _convert_prompt_message_to_base_message_params(prompt_message)
247
- for prompt_message in result.messages
248
- ]
249
-
250
- return async_prompt
251
-
252
- async def list_tools(self) -> list[type[BaseModel]]:
253
- list_tool_result = await self.session.list_tools()
254
-
255
- converted_tools = []
256
- for tool in list_tool_result.tools:
257
- model = create_model_from_tool(tool)
258
- model.call = _create_tool_call(tool.name, self.session.call_tool) # pyright: ignore [reportAttributeAccessIssue]
259
- converted_tools.append(model)
260
- return converted_tools
238
+ return create_model(snake_to_pascal(tool.name), __base__=BaseTool, **fields)
261
239
 
262
240
 
263
241
  @asynccontextmanager
@@ -267,10 +245,14 @@ async def read_stream_exception_filer(
267
245
  ) -> AsyncGenerator[MemoryObjectReceiveStream[JSONRPCMessage], None]:
268
246
  """
269
247
  Handle exceptions in the original stream.
270
- default handler is to ignore read stream exception for invalid JSON lines and log them.
248
+ Default handler is to ignore read stream exception for invalid JSON lines and log them.
249
+
271
250
  Args:
272
251
  original_read: The original stream to read from.
273
252
  exception_handler: An optional handler for exception.
253
+
254
+ Yields:
255
+ A filtered stream with exceptions removed
274
256
  """
275
257
  read_stream_writer, filtered_read = create_memory_object_stream(0)
276
258
 
@@ -293,29 +275,3 @@ async def read_stream_exception_filer(
293
275
  finally:
294
276
  await filtered_read.aclose()
295
277
  tg.cancel_scope.cancel()
296
-
297
-
298
- @asynccontextmanager
299
- async def create_mcp_client(
300
- server_parameters: StdioServerParameters,
301
- read_stream_exception_handler: Callable[[Exception], None] | None = None,
302
- ) -> AsyncGenerator[MCPClient, None]:
303
- """
304
- Create a MCPClient instance with the given server parameters and exception handler.
305
-
306
- Args:
307
- server_parameters:
308
- read_stream_exception_handler:
309
-
310
- Returns:
311
-
312
- """
313
- async with (
314
- stdio_client(server_parameters) as (read, write),
315
- read_stream_exception_filer(
316
- read, read_stream_exception_handler
317
- ) as filtered_read,
318
- ClientSession(filtered_read, write) as session,
319
- ):
320
- await session.initialize()
321
- yield MCPClient(session)
@@ -0,0 +1,167 @@
1
+ """The `MCPServer` Class and context managers."""
2
+
3
+ import contextlib
4
+ from collections.abc import AsyncIterator, Awaitable, Callable
5
+ from datetime import timedelta
6
+ from typing import Any
7
+
8
+ from mcp import ClientSession
9
+ from mcp.client.session import ListRootsFnT, SamplingFnT
10
+ from mcp.client.sse import sse_client as mcp_sse_client
11
+ from mcp.client.stdio import StdioServerParameters
12
+ from mcp.client.stdio import stdio_client as mcp_stdio_client
13
+ from mcp.types import (
14
+ BlobResourceContents,
15
+ Resource,
16
+ )
17
+ from pydantic import AnyUrl
18
+
19
+ from mirascope.core import BaseMessageParam, BaseTool, TextPart
20
+ from mirascope.mcp import _utils
21
+
22
+
23
+ class MCPClient(ClientSession):
24
+ """The SSE client session that connects to the MCP server.
25
+
26
+ All of the results from the server are converted into Mirascope-friendly types.
27
+ """
28
+
29
+ _session: ClientSession
30
+
31
+ def __init__(self, session: ClientSession) -> None:
32
+ """Initializes an instance of `MCPClient`.
33
+
34
+ Args:
35
+ session: The original MCP `ClientSession`.
36
+ """
37
+ self._session = session
38
+
39
+ async def list_resources(self) -> list[Resource]: # pyright: ignore [reportIncompatibleMethodOverride]
40
+ """List all resources available on the MCP server.
41
+
42
+ Returns:
43
+ A list of Resource objects
44
+ """
45
+ result = await self._session.list_resources()
46
+ return result.resources
47
+
48
+ async def read_resource( # pyright: ignore [reportIncompatibleMethodOverride]
49
+ self, uri: str | AnyUrl
50
+ ) -> list[TextPart | BlobResourceContents]:
51
+ """Read a resource from the MCP server.
52
+
53
+ Args:
54
+ uri: URI of the resource to read
55
+
56
+ Returns:
57
+ Contents of the resource, either as string or BlobResourceContents
58
+ """
59
+ result = await self._session.read_resource(
60
+ uri if isinstance(uri, AnyUrl) else AnyUrl(uri)
61
+ )
62
+ parsed_results: list[TextPart | BlobResourceContents] = []
63
+ for content in result.contents:
64
+ if isinstance(content, BlobResourceContents):
65
+ parsed_results.append(content)
66
+ else:
67
+ parsed_results.append(TextPart(type="text", text=content.text))
68
+ return parsed_results
69
+
70
+ async def list_prompts(self) -> list[Any]: # pyright: ignore [reportIncompatibleMethodOverride]
71
+ """List all prompts available on the MCP server.
72
+
73
+ Returns:
74
+ A list of Prompt objects
75
+ """
76
+ result = await self._session.list_prompts()
77
+ return result.prompts
78
+
79
+ async def get_prompt_template(
80
+ self, name: str
81
+ ) -> Callable[..., Awaitable[list[BaseMessageParam]]]:
82
+ """Get a prompt template from the MCP server.
83
+
84
+ Args:
85
+ name: Name of the prompt template
86
+
87
+ Returns:
88
+ A callable that accepts keyword arguments and returns a list of BaseMessageParam
89
+ """
90
+
91
+ # TODO: wrap this with `llm.prompt` once it's implemented so that they prompts
92
+ # can be run super easily inside of an `llm.context` block.
93
+ async def async_prompt(**kwargs: str) -> list[BaseMessageParam]:
94
+ result = await self._session.get_prompt(name, kwargs) # type: ignore
95
+
96
+ return [
97
+ _utils.convert_prompt_message_to_base_message_params(prompt_message)
98
+ for prompt_message in result.messages
99
+ ]
100
+
101
+ return async_prompt
102
+
103
+ async def list_tools(self) -> list[type[BaseTool]]: # pyright: ignore [reportIncompatibleMethodOverride]
104
+ """List all tools available on the MCP server.
105
+
106
+ Returns:
107
+ A list of dynamically created `BaseTool` types.
108
+ """
109
+ list_tool_result = await self._session.list_tools()
110
+
111
+ converted_tools = []
112
+ for tool in list_tool_result.tools:
113
+ model = _utils.create_tool_from_mcp_tool(tool)
114
+ tool_call_method = _utils.create_tool_call(
115
+ tool.name, self._session.call_tool
116
+ )
117
+ model.call = tool_call_method # pyright: ignore [reportAttributeAccessIssue]
118
+ converted_tools.append(model)
119
+ return converted_tools
120
+
121
+
122
+ @contextlib.asynccontextmanager
123
+ async def sse_client(
124
+ url: str,
125
+ list_roots_callback: ListRootsFnT | None = None,
126
+ read_timeout_seconds: timedelta | None = None,
127
+ sampling_callback: SamplingFnT | None = None,
128
+ session: ClientSession | None = None,
129
+ ) -> AsyncIterator[MCPClient]:
130
+ async with (
131
+ mcp_sse_client(url) as (read, write),
132
+ ClientSession(
133
+ read,
134
+ write,
135
+ read_timeout_seconds=read_timeout_seconds,
136
+ sampling_callback=sampling_callback,
137
+ list_roots_callback=list_roots_callback,
138
+ ) as session,
139
+ ):
140
+ await session.initialize()
141
+ yield MCPClient(session)
142
+
143
+
144
+ @contextlib.asynccontextmanager
145
+ async def stdio_client(
146
+ server_parameters: StdioServerParameters,
147
+ read_stream_exception_handler: Callable[[Exception], None] | None = None,
148
+ ) -> AsyncIterator[MCPClient]:
149
+ """
150
+ Create a MCPClient instance with the given server parameters and exception handler.
151
+
152
+ Args:
153
+ server_parameters:
154
+ read_stream_exception_handler:
155
+
156
+ Returns:
157
+
158
+ """
159
+ async with (
160
+ mcp_stdio_client(server_parameters) as (read, write),
161
+ _utils.read_stream_exception_filer(
162
+ read, read_stream_exception_handler
163
+ ) as filtered_read,
164
+ ClientSession(filtered_read, write) as session, # pyright: ignore [reportArgumentType]
165
+ ):
166
+ await session.initialize()
167
+ yield MCPClient(session)
@@ -1,6 +1,7 @@
1
- """MCP server implementation."""
1
+ """The `MCPServer` Class and context managers."""
2
2
 
3
3
  import inspect
4
+ import warnings
4
5
  from collections.abc import Awaitable, Callable, Iterable
5
6
  from typing import Literal, ParamSpec, cast, overload
6
7
 
@@ -117,7 +118,12 @@ def _generate_prompt_from_function(fn: Callable) -> Prompt:
117
118
 
118
119
 
119
120
  class MCPServer:
120
- """MCP server implementation."""
121
+ """MCP server implementation.
122
+
123
+ DEPRECATED: The MCPServer implementation is deprecated and will be removed in a future version.
124
+ Mirascope will only implement the client-side of MCP in the future, allowing it to connect to any
125
+ MCP server implementation, even if not built with Mirascope.
126
+ """
121
127
 
122
128
  def __init__(
123
129
  self,
@@ -134,6 +140,13 @@ class MCPServer:
134
140
  ]
135
141
  | None = None,
136
142
  ) -> None:
143
+ warnings.warn(
144
+ "MCPServer is deprecated and will be removed in a future version. "
145
+ "Mirascope will only implement the client-side of MCP in the future. "
146
+ "We recommend using the official MCP SDK (e.g. `FastMCP`) for server-side implementations.",
147
+ DeprecationWarning,
148
+ stacklevel=2,
149
+ )
137
150
  self.name: str = name
138
151
  self.version: str = version
139
152
  self.server: Server = Server(name)