langwatch 0.6.0__tar.gz → 0.7.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 (518) hide show
  1. {langwatch-0.6.0 → langwatch-0.7.0}/CHANGELOG.md +19 -0
  2. {langwatch-0.6.0 → langwatch-0.7.0}/PKG-INFO +2 -1
  3. {langwatch-0.6.0 → langwatch-0.7.0}/examples/dataset_kitchen_sink.py +1 -1
  4. {langwatch-0.6.0 → langwatch-0.7.0}/examples/langchain_bot.py +3 -5
  5. {langwatch-0.6.0 → langwatch-0.7.0}/examples/langchain_bot_with_memory.py +19 -21
  6. {langwatch-0.6.0 → langwatch-0.7.0}/examples/langchain_rag_bot.py +18 -31
  7. {langwatch-0.6.0 → langwatch-0.7.0}/examples/langchain_rag_bot_vertex_ai.py +18 -31
  8. {langwatch-0.6.0 → langwatch-0.7.0}/examples/langchain_rag_bot_with_threads.py +18 -31
  9. {langwatch-0.6.0 → langwatch-0.7.0}/examples/langgraph_rag_bot_with_threads.py +3 -7
  10. {langwatch-0.6.0 → langwatch-0.7.0}/examples/langwatch_docs_rag_evaluation.ipynb +2 -2
  11. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openinference_langchain_bot.py +4 -9
  12. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openllmetry_langchain_bot.py +3 -7
  13. {langwatch-0.6.0 → langwatch-0.7.0}/pyproject.toml +9 -8
  14. langwatch-0.7.0/src/langwatch/__version__.py +3 -0
  15. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/langchain.py +5 -7
  16. {langwatch-0.6.0 → langwatch-0.7.0}/uv.lock +203 -123
  17. langwatch-0.6.0/src/langwatch/__version__.py +0 -3
  18. {langwatch-0.6.0 → langwatch-0.7.0}/.editorconfig +0 -0
  19. {langwatch-0.6.0 → langwatch-0.7.0}/.env.example +0 -0
  20. {langwatch-0.6.0 → langwatch-0.7.0}/.gitignore +0 -0
  21. {langwatch-0.6.0 → langwatch-0.7.0}/Makefile +0 -0
  22. {langwatch-0.6.0 → langwatch-0.7.0}/README.md +0 -0
  23. {langwatch-0.6.0 → langwatch-0.7.0}/examples/__init__.py +0 -0
  24. {langwatch-0.6.0 → langwatch-0.7.0}/examples/azure_openai_stream_bot.py +0 -0
  25. {langwatch-0.6.0 → langwatch-0.7.0}/examples/cli/README.md +0 -0
  26. {langwatch-0.6.0 → langwatch-0.7.0}/examples/cli/guaranteed_availability_with_cli.py +0 -0
  27. {langwatch-0.6.0 → langwatch-0.7.0}/examples/custom_evaluation_bot.py +0 -0
  28. {langwatch-0.6.0 → langwatch-0.7.0}/examples/data/rag_dspy_bot.json +0 -0
  29. {langwatch-0.6.0 → langwatch-0.7.0}/examples/distributed_tracing.py +0 -0
  30. {langwatch-0.6.0 → langwatch-0.7.0}/examples/documentation/openai_langwatch.py +0 -0
  31. {langwatch-0.6.0 → langwatch-0.7.0}/examples/documentation/openai_openinference.py +0 -0
  32. {langwatch-0.6.0 → langwatch-0.7.0}/examples/dspy_bot.py +0 -0
  33. {langwatch-0.6.0 → langwatch-0.7.0}/examples/dspy_visualization.ipynb +0 -0
  34. {langwatch-0.6.0 → langwatch-0.7.0}/examples/evaluation_manual_call.py +0 -0
  35. {langwatch-0.6.0 → langwatch-0.7.0}/examples/fastapi_app.py +0 -0
  36. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot.py +0 -0
  37. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_async_streaming.py +0 -0
  38. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_exception.py +0 -0
  39. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_rag.py +0 -0
  40. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_rag_expected_output.py +0 -0
  41. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_rag_multithreaded.py +0 -0
  42. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_span_context_manager.py +0 -0
  43. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_span_low_level.py +0 -0
  44. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_streaming.py +0 -0
  45. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_sync_function.py +0 -0
  46. {langwatch-0.6.0 → langwatch-0.7.0}/examples/generic_bot_update_metadata_later.py +0 -0
  47. {langwatch-0.6.0 → langwatch-0.7.0}/examples/guardrails.py +0 -0
  48. {langwatch-0.6.0 → langwatch-0.7.0}/examples/guardrails_parallel.py +0 -0
  49. {langwatch-0.6.0 → langwatch-0.7.0}/examples/guardrails_without_tracing.py +0 -0
  50. {langwatch-0.6.0 → langwatch-0.7.0}/examples/haystack_bot.py +0 -0
  51. {langwatch-0.6.0 → langwatch-0.7.0}/examples/litellm_bot.py +0 -0
  52. {langwatch-0.6.0 → langwatch-0.7.0}/examples/offline_evaluation.ipynb +0 -0
  53. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot.py +0 -0
  54. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot_disable_trace.py +0 -0
  55. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot_function_call.py +0 -0
  56. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot_max_string_length.py +0 -0
  57. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot_max_string_length_none.py +0 -0
  58. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot_otel_metrics.py +0 -0
  59. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot_rag.py +0 -0
  60. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openai_bot_sampling_rate.py +0 -0
  61. {langwatch-0.6.0 → langwatch-0.7.0}/examples/openinference/google_adk.py +0 -0
  62. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openinference_dspy_bot.py +0 -0
  63. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openinference_haystack.py +0 -0
  64. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openinference_openai_assistants_api_bot.py +0 -0
  65. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openinference_openai_bot.py +0 -0
  66. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openllmetry_anthropic_bot.py +0 -0
  67. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openllmetry_crewai_bot.py +0 -0
  68. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/openllmetry_openai_bot.py +0 -0
  69. {langwatch-0.6.0 → langwatch-0.7.0}/examples/opentelemetry/traditional_instrumentation_fastapi_app.py +0 -0
  70. {langwatch-0.6.0 → langwatch-0.7.0}/examples/pdf_parsing_evaluation.ipynb +0 -0
  71. {langwatch-0.6.0 → langwatch-0.7.0}/examples/prompt_management_fastapi.py +0 -0
  72. {langwatch-0.6.0 → langwatch-0.7.0}/examples/sanity/setup_example.py +0 -0
  73. {langwatch-0.6.0 → langwatch-0.7.0}/examples/span_evaluation.py +0 -0
  74. {langwatch-0.6.0 → langwatch-0.7.0}/examples/strands_bot.py +0 -0
  75. {langwatch-0.6.0 → langwatch-0.7.0}/examples/streamlit_openai_assistants_api_bot.py +0 -0
  76. {langwatch-0.6.0 → langwatch-0.7.0}/examples/weaviate_dspy_visualization.ipynb +0 -0
  77. {langwatch-0.6.0 → langwatch-0.7.0}/examples/weaviate_setup/.gitignore +0 -0
  78. {langwatch-0.6.0 → langwatch-0.7.0}/examples/weaviate_setup/Weaviate-Import.ipynb +0 -0
  79. {langwatch-0.6.0 → langwatch-0.7.0}/examples/weaviate_setup/docker-compose.yml +0 -0
  80. {langwatch-0.6.0 → langwatch-0.7.0}/examples/weaviate_setup/optimization_screenshot.png +0 -0
  81. {langwatch-0.6.0 → langwatch-0.7.0}/examples/weaviate_setup/tracing_screenshot.png +0 -0
  82. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/__init__.py +0 -0
  83. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/attributes.py +0 -0
  84. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/batch_evaluation.py +0 -0
  85. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/client.py +0 -0
  86. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/dataset/__init__.py +0 -0
  87. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/domain/__init__.py +0 -0
  88. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/dspy/__init__.py +0 -0
  89. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/evaluation/__init__.py +0 -0
  90. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/evaluation/evaluation.py +0 -0
  91. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/evaluations.py +0 -0
  92. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/exporters/filterable_batch_span_exporter.py +0 -0
  93. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/__init__.py +0 -0
  94. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/__init__.py +0 -0
  95. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/__init__.py +0 -0
  96. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py +0 -0
  97. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +0 -0
  98. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +0 -0
  99. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py +0 -0
  100. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py +0 -0
  101. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py +0 -0
  102. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
  103. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +0 -0
  104. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +0 -0
  105. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
  106. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py +0 -0
  107. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_index.py +0 -0
  108. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py +0 -0
  109. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py +0 -0
  110. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
  111. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +0 -0
  112. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +0 -0
  113. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +0 -0
  114. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py +0 -0
  115. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py +0 -0
  116. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_index.py +0 -0
  117. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py +0 -0
  118. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py +0 -0
  119. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py +0 -0
  120. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/client.py +0 -0
  121. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/errors.py +0 -0
  122. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/__init__.py +0 -0
  123. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/annotation.py +0 -0
  124. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py +0 -0
  125. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py +0 -0
  126. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_annotations_id_response_200.py +0 -0
  127. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
  128. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
  129. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
  130. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
  131. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_422.py +0 -0
  132. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
  133. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py +0 -0
  134. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py +0 -0
  135. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py +0 -0
  136. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_422.py +0 -0
  137. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py +0 -0
  138. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/error.py +0 -0
  139. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation.py +0 -0
  140. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py +0 -0
  141. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
  142. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
  143. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item_entry.py +0 -0
  144. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
  145. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
  146. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
  147. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
  148. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
  149. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
  150. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py +0 -0
  151. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
  152. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +0 -0
  153. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
  154. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py +0 -0
  155. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
  156. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
  157. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
  158. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item.py +0 -0
  159. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
  160. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
  161. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py +0 -0
  162. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
  163. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
  164. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  165. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
  166. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
  167. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py +0 -0
  168. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_json_schema_type_0.py +0 -0
  169. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_json_schema_type_0_schema.py +0 -0
  170. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_type.py +0 -0
  171. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_scope.py +0 -0
  172. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
  173. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
  174. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
  175. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_422.py +0 -0
  176. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
  177. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py +0 -0
  178. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py +0 -0
  179. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py +0 -0
  180. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_column_types_item.py +0 -0
  181. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_records.py +0 -0
  182. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py +0 -0
  183. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item_type.py +0 -0
  184. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item.py +0 -0
  185. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item_role.py +0 -0
  186. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item.py +0 -0
  187. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item_json_schema.py +0 -0
  188. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item_type.py +0 -0
  189. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py +0 -0
  190. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations.py +0 -0
  191. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
  192. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  193. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
  194. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_type.py +0 -0
  195. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py +0 -0
  196. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_json_schema_type_0.py +0 -0
  197. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_json_schema_type_0_schema.py +0 -0
  198. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_type.py +0 -0
  199. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_scope.py +0 -0
  200. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
  201. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
  202. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
  203. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_422.py +0 -0
  204. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
  205. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py +0 -0
  206. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py +0 -0
  207. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py +0 -0
  208. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +0 -0
  209. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py +0 -0
  210. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py +0 -0
  211. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py +0 -0
  212. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
  213. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
  214. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item.py +0 -0
  215. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_json_schema.py +0 -0
  216. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_type.py +0 -0
  217. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py +0 -0
  218. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py +0 -0
  219. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
  220. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  221. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
  222. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py +0 -0
  223. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py +0 -0
  224. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_json_schema_type_0.py +0 -0
  225. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_json_schema_type_0_schema.py +0 -0
  226. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_type.py +0 -0
  227. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py +0 -0
  228. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py +0 -0
  229. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py +0 -0
  230. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_422.py +0 -0
  231. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py +0 -0
  232. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py +0 -0
  233. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
  234. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
  235. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
  236. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
  237. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_input.py +0 -0
  238. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
  239. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
  240. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_output.py +0 -0
  241. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
  242. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
  243. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
  244. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
  245. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
  246. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
  247. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
  248. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
  249. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
  250. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
  251. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item.py +0 -0
  252. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item.py +0 -0
  253. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item_role.py +0 -0
  254. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0.py +0 -0
  255. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema.py +0 -0
  256. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema_schema.py +0 -0
  257. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_type.py +0 -0
  258. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_scope.py +0 -0
  259. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_400.py +0 -0
  260. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_401.py +0 -0
  261. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_500.py +0 -0
  262. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/input_.py +0 -0
  263. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/metadata.py +0 -0
  264. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/metrics.py +0 -0
  265. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/output.py +0 -0
  266. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/pagination.py +0 -0
  267. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_body.py +0 -0
  268. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_response_200.py +0 -0
  269. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_annotations_trace_id_body.py +0 -0
  270. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body.py +0 -0
  271. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item.py +0 -0
  272. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item_type.py +0 -0
  273. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item.py +0 -0
  274. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item_role.py +0 -0
  275. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item.py +0 -0
  276. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_json_schema.py +0 -0
  277. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_type.py +0 -0
  278. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_schema_version.py +0 -0
  279. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_scope.py +0 -0
  280. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body.py +0 -0
  281. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py +0 -0
  282. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py +0 -0
  283. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py +0 -0
  284. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_column_types_item.py +0 -0
  285. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_records.py +0 -0
  286. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py +0 -0
  287. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item_type.py +0 -0
  288. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item.py +0 -0
  289. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item_role.py +0 -0
  290. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item.py +0 -0
  291. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item_json_schema.py +0 -0
  292. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item_type.py +0 -0
  293. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py +0 -0
  294. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations.py +0 -0
  295. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline.py +0 -0
  296. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  297. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_records.py +0 -0
  298. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_type.py +0 -0
  299. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py +0 -0
  300. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_json_schema_type_0.py +0 -0
  301. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_json_schema_type_0_schema.py +0 -0
  302. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_type.py +0 -0
  303. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200.py +0 -0
  304. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_action.py +0 -0
  305. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info.py +0 -0
  306. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data.py +0 -0
  307. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations.py +0 -0
  308. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline.py +0 -0
  309. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline_column_types_item.py +0 -0
  310. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline_records.py +0 -0
  311. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item.py +0 -0
  312. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item_type.py +0 -0
  313. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_messages_item.py +0 -0
  314. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_messages_item_role.py +0 -0
  315. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item.py +0 -0
  316. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item_json_schema.py +0 -0
  317. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item_type.py +0 -0
  318. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique.py +0 -0
  319. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations.py +0 -0
  320. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline.py +0 -0
  321. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  322. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline_records.py +0 -0
  323. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_type.py +0 -0
  324. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format.py +0 -0
  325. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_json_schema_type_0.py +0 -0
  326. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_json_schema_type_0_schema.py +0 -0
  327. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_type.py +0 -0
  328. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py +0 -0
  329. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py +0 -0
  330. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py +0 -0
  331. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_column_types_item.py +0 -0
  332. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_records.py +0 -0
  333. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py +0 -0
  334. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item_type.py +0 -0
  335. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item.py +0 -0
  336. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item_role.py +0 -0
  337. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item.py +0 -0
  338. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item_json_schema.py +0 -0
  339. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item_type.py +0 -0
  340. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py +0 -0
  341. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations.py +0 -0
  342. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline.py +0 -0
  343. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  344. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_records.py +0 -0
  345. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_type.py +0 -0
  346. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py +0 -0
  347. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_json_schema_type_0.py +0 -0
  348. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_json_schema_type_0_schema.py +0 -0
  349. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_type.py +0 -0
  350. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py +0 -0
  351. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py +0 -0
  352. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py +0 -0
  353. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_422.py +0 -0
  354. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py +0 -0
  355. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py +0 -0
  356. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py +0 -0
  357. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py +0 -0
  358. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +0 -0
  359. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py +0 -0
  360. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py +0 -0
  361. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py +0 -0
  362. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
  363. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
  364. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item.py +0 -0
  365. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_json_schema.py +0 -0
  366. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_type.py +0 -0
  367. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py +0 -0
  368. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py +0 -0
  369. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py +0 -0
  370. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  371. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
  372. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py +0 -0
  373. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py +0 -0
  374. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0.py +0 -0
  375. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0_schema.py +0 -0
  376. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_type.py +0 -0
  377. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_scope.py +0 -0
  378. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py +0 -0
  379. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py +0 -0
  380. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py +0 -0
  381. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_422.py +0 -0
  382. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py +0 -0
  383. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
  384. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
  385. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
  386. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
  387. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
  388. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
  389. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
  390. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item.py +0 -0
  391. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py +0 -0
  392. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py +0 -0
  393. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py +0 -0
  394. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_422.py +0 -0
  395. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py +0 -0
  396. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py +0 -0
  397. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
  398. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body.py +0 -0
  399. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item.py +0 -0
  400. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item_type.py +0 -0
  401. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item.py +0 -0
  402. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item_role.py +0 -0
  403. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item.py +0 -0
  404. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_json_schema.py +0 -0
  405. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_type.py +0 -0
  406. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_scope.py +0 -0
  407. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200.py +0 -0
  408. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item.py +0 -0
  409. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item_role.py +0 -0
  410. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0.py +0 -0
  411. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema.py +0 -0
  412. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema_schema.py +0 -0
  413. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_type.py +0 -0
  414. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_scope.py +0 -0
  415. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py +0 -0
  416. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py +0 -0
  417. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py +0 -0
  418. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +0 -0
  419. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py +0 -0
  420. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py +0 -0
  421. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py +0 -0
  422. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item_role.py +0 -0
  423. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item.py +0 -0
  424. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_json_schema.py +0 -0
  425. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_type.py +0 -0
  426. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_schema_version.py +0 -0
  427. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_scope.py +0 -0
  428. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
  429. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py +0 -0
  430. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
  431. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +0 -0
  432. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
  433. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py +0 -0
  434. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
  435. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item.py +0 -0
  436. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item_role.py +0 -0
  437. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item.py +0 -0
  438. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
  439. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
  440. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py +0 -0
  441. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
  442. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
  443. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
  444. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
  445. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
  446. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py +0 -0
  447. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_json_schema_type_0.py +0 -0
  448. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_json_schema_type_0_schema.py +0 -0
  449. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_type.py +0 -0
  450. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_scope.py +0 -0
  451. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
  452. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
  453. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
  454. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_409.py +0 -0
  455. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_422.py +0 -0
  456. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
  457. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/search_request.py +0 -0
  458. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/search_request_filters.py +0 -0
  459. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/search_response.py +0 -0
  460. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/timestamps.py +0 -0
  461. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/models/trace.py +0 -0
  462. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/py.typed +0 -0
  463. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/generated/langwatch_rest_api_client/types.py +0 -0
  464. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/guardrails.py +0 -0
  465. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/litellm.py +0 -0
  466. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/login.py +0 -0
  467. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/openai.py +0 -0
  468. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/__init__.py +0 -0
  469. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/decorators/prompt_service_tracing.py +0 -0
  470. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/decorators/prompt_tracing.py +0 -0
  471. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/errors.py +0 -0
  472. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/local_loader.py +0 -0
  473. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/prompt.py +0 -0
  474. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/prompt_api_service.py +0 -0
  475. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/prompt_facade.py +0 -0
  476. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/types/__init__.py +0 -0
  477. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/types/prompt_data.py +0 -0
  478. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/types/structures.py +0 -0
  479. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/prompts/types.py +0 -0
  480. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/py.typed +0 -0
  481. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/state.py +0 -0
  482. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/telemetry/__tests__/test_tracing.py +0 -0
  483. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/telemetry/context.py +0 -0
  484. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/telemetry/sampling.py +0 -0
  485. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/telemetry/span.py +0 -0
  486. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/telemetry/tracing.py +0 -0
  487. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/telemetry/types.py +0 -0
  488. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/tracer.py +0 -0
  489. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/types.py +0 -0
  490. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/utils/__init__.py +0 -0
  491. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/utils/capture.py +0 -0
  492. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/utils/exceptions.py +0 -0
  493. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/utils/initialization.py +0 -0
  494. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/utils/module.py +0 -0
  495. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/utils/transformation.py +0 -0
  496. {langwatch-0.6.0 → langwatch-0.7.0}/src/langwatch/utils/utils.py +0 -0
  497. {langwatch-0.6.0 → langwatch-0.7.0}/tests/conftest.py +0 -0
  498. {langwatch-0.6.0 → langwatch-0.7.0}/tests/exporters/test_filterable_batch_span_exporter.py +0 -0
  499. {langwatch-0.6.0 → langwatch-0.7.0}/tests/fixtures/README.md +0 -0
  500. {langwatch-0.6.0 → langwatch-0.7.0}/tests/fixtures/__init__.py +0 -0
  501. {langwatch-0.6.0 → langwatch-0.7.0}/tests/fixtures/get_response_factories.py +0 -0
  502. {langwatch-0.6.0 → langwatch-0.7.0}/tests/fixtures/prompts/cli.py +0 -0
  503. {langwatch-0.6.0 → langwatch-0.7.0}/tests/fixtures/prompts/general.py +0 -0
  504. {langwatch-0.6.0 → langwatch-0.7.0}/tests/fixtures/prompts/prompt_fixtures.py +0 -0
  505. {langwatch-0.6.0 → langwatch-0.7.0}/tests/fixtures/span_exporter.py +0 -0
  506. {langwatch-0.6.0 → langwatch-0.7.0}/tests/prompts/test_guaranteed_availability.py +0 -0
  507. {langwatch-0.6.0 → langwatch-0.7.0}/tests/prompts/test_local_loader.py +0 -0
  508. {langwatch-0.6.0 → langwatch-0.7.0}/tests/prompts/test_prompt.py +0 -0
  509. {langwatch-0.6.0 → langwatch-0.7.0}/tests/prompts/test_prompt_service_tracing.py +0 -0
  510. {langwatch-0.6.0 → langwatch-0.7.0}/tests/prompts/test_prompt_tracing.py +0 -0
  511. {langwatch-0.6.0 → langwatch-0.7.0}/tests/telemetry/test_context.py +0 -0
  512. {langwatch-0.6.0 → langwatch-0.7.0}/tests/telemetry/test_tracing.py +0 -0
  513. {langwatch-0.6.0 → langwatch-0.7.0}/tests/test_cli_runner.py +0 -0
  514. {langwatch-0.6.0 → langwatch-0.7.0}/tests/test_client.py +0 -0
  515. {langwatch-0.6.0 → langwatch-0.7.0}/tests/test_examples.py +0 -0
  516. {langwatch-0.6.0 → langwatch-0.7.0}/tests/test_login.py +0 -0
  517. {langwatch-0.6.0 → langwatch-0.7.0}/tests/test_version.py +0 -0
  518. {langwatch-0.6.0 → langwatch-0.7.0}/tests/utils/test_transformation.py +0 -0
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.0](https://github.com/langwatch/langwatch/compare/python-sdk@v0.6.1...python-sdk@v0.7.0) (2025-11-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * support langchain/langgraph 1.0.0 in python sdk ([#780](https://github.com/langwatch/langwatch/issues/780)) ([70d4814](https://github.com/langwatch/langwatch/commit/70d4814528465d8e58d1ab4f82849ea13d6f564d))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * parsing of Long values comming from Strands, add support for gen_ai.server.time_to_first_token ([c060766](https://github.com/langwatch/langwatch/commit/c060766fa093a6c6a881244267c1ed9929c9246b))
14
+
15
+ ## [0.6.1](https://github.com/langwatch/langwatch/compare/python-sdk@v0.6.0...python-sdk@v0.6.1) (2025-10-31)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * dataset slug name sync ([#759](https://github.com/langwatch/langwatch/issues/759)) ([d9f87e4](https://github.com/langwatch/langwatch/commit/d9f87e4dc4df610e876f931094d3e86f2c5254d1))
21
+
3
22
  ## [0.6.0](https://github.com/langwatch/langwatch/compare/python-sdk@v0.5.1...python-sdk@v0.6.0) (2025-10-31)
4
23
 
5
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langwatch
3
- Version: 0.6.0
3
+ Version: 0.7.0
4
4
  Summary: LangWatch Python SDK, for monitoring your LLMs
5
5
  Author-email: Langwatch Engineers <engineering@langwatch.ai>
6
6
  License: MIT
@@ -19,6 +19,7 @@ Requires-Dist: attrs>=24
19
19
  Requires-Dist: coolname>=2.2.0
20
20
  Requires-Dist: deprecated>=1.2.18
21
21
  Requires-Dist: httpx>=0.27.0
22
+ Requires-Dist: langchain-core<2.0.0,>=1.0.0
22
23
  Requires-Dist: nanoid<3.0.0,>=2.0.0
23
24
  Requires-Dist: openinference-instrumentation-haystack>=0.1.20
24
25
  Requires-Dist: openinference-instrumentation-langchain>=0.1.24
@@ -27,7 +27,7 @@ def main(messages=None):
27
27
  langwatch.setup()
28
28
 
29
29
  # Example dataset slug or ID (replace with your actual dataset)
30
- dataset_slug_or_id = os.getenv("LANGWATCH_DATASET_ID") or "test-dataset-35"
30
+ dataset_slug_or_id = os.getenv("LANGWATCH_DATASET_ID") or "test-dataset-1234"
31
31
  print(f"Dataset slug or ID: {dataset_slug_or_id}")
32
32
  print(
33
33
  f"LangWatch endpoint: {os.getenv('LANGWATCH_ENDPOINT') or langwatch._endpoint}"
@@ -4,10 +4,9 @@ from langchain_openai import ChatOpenAI
4
4
  load_dotenv()
5
5
 
6
6
  import chainlit as cl
7
- from langchain.prompts import ChatPromptTemplate
8
- from langchain.schema import StrOutputParser
9
- from langchain.schema.runnable import Runnable
10
- from langchain.schema.runnable.config import RunnableConfig
7
+ from langchain_core.prompts import ChatPromptTemplate
8
+ from langchain_core.output_parsers import StrOutputParser
9
+ from langchain_core.runnables import Runnable, RunnableConfig
11
10
 
12
11
  import langwatch
13
12
 
@@ -43,7 +42,6 @@ async def main(message: cl.Message):
43
42
  {"question": message.content},
44
43
  config=RunnableConfig(
45
44
  callbacks=[
46
- cl.LangchainCallbackHandler(),
47
45
  langwatch.get_current_trace().get_langchain_callback(),
48
46
  ]
49
47
  ),
@@ -4,29 +4,23 @@ from langchain_openai import ChatOpenAI
4
4
  load_dotenv()
5
5
 
6
6
  import chainlit as cl
7
- from langchain.prompts import ChatPromptTemplate, MessagesPlaceholder
8
- from langchain.schema.runnable import Runnable, RunnableMap
9
- from langchain.schema.runnable.config import RunnableConfig
10
- from langchain.memory import ConversationBufferMemory
7
+ from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
8
+ from langchain_core.runnables import Runnable, RunnableConfig
9
+ from langchain_core.messages import HumanMessage, AIMessage
11
10
 
12
11
  import langwatch
13
12
 
14
13
 
15
- session_memories: dict = {}
14
+ # Store message history per session
15
+ session_message_histories: dict = {}
16
16
 
17
17
 
18
18
  @cl.on_chat_start
19
19
  async def on_chat_start():
20
- memory = session_memories.setdefault(
21
- cl.user_session.get("session_id"),
22
- ConversationBufferMemory(return_messages=True, memory_key="chat_history"),
23
- )
24
- ingress = RunnableMap(
25
- {
26
- "input": lambda x: x["input"],
27
- "chat_history": lambda x: memory.load_memory_variables(x)["chat_history"],
28
- }
29
- )
20
+ # Initialize message history for this session
21
+ session_id = cl.user_session.get("session_id", "default")
22
+ message_history = session_message_histories.setdefault(session_id, [])
23
+
30
24
  prompt = ChatPromptTemplate.from_messages(
31
25
  [
32
26
  ("system", "You are a helpful assistant."),
@@ -35,17 +29,20 @@ async def on_chat_start():
35
29
  ]
36
30
  )
37
31
  llm = ChatOpenAI(temperature=1, model="gpt-5", max_tokens=4096)
38
- runnable = ingress | prompt | llm
32
+ runnable = prompt | llm
39
33
 
40
34
  cl.user_session.set("runnable", runnable)
41
- cl.user_session.set("memory", memory)
35
+ cl.user_session.set("session_id", session_id)
42
36
 
43
37
 
44
38
  @cl.on_message
45
39
  @langwatch.trace()
46
40
  async def main(message: cl.Message):
47
41
  runnable: Runnable = cl.user_session.get("runnable") # type: ignore
48
- memory = cl.user_session.get("memory") # type: ignore
42
+ session_id = cl.user_session.get("session_id", "default")
43
+
44
+ # Get message history for this session
45
+ message_history = session_message_histories.get(session_id, [])
49
46
 
50
47
  msg = cl.Message(content="")
51
48
 
@@ -54,16 +51,17 @@ async def main(message: cl.Message):
54
51
  )
55
52
 
56
53
  async for chunk in runnable.astream(
57
- {"input": message.content},
54
+ {"input": message.content, "chat_history": message_history},
58
55
  config=RunnableConfig(
59
56
  callbacks=[
60
- cl.LangchainCallbackHandler(),
61
57
  langwatch.get_current_trace().get_langchain_callback(),
62
58
  ]
63
59
  ),
64
60
  ):
65
61
  await msg.stream_token(chunk.content)
66
62
 
67
- memory.save_context({"input": message.content}, {"output": msg.content}) # type: ignore
63
+ # Save the conversation to message history
64
+ message_history.append(HumanMessage(content=message.content))
65
+ message_history.append(AIMessage(content=msg.content))
68
66
 
69
67
  await msg.send()
@@ -5,9 +5,9 @@ from langwatch.types import RAGChunk
5
5
  load_dotenv()
6
6
 
7
7
  import chainlit as cl
8
- from langchain.prompts import ChatPromptTemplate
9
- from langchain.schema import HumanMessage
10
- from langchain.schema.runnable.config import RunnableConfig
8
+ from langchain_core.messages import HumanMessage
9
+ from langchain_core.runnables import RunnableConfig
10
+ from langchain.agents import create_agent
11
11
 
12
12
  import langwatch
13
13
 
@@ -15,9 +15,7 @@ from langchain_community.document_loaders import WebBaseLoader
15
15
  from langchain_community.vectorstores.faiss import FAISS
16
16
  from langchain_openai import ChatOpenAI, OpenAIEmbeddings
17
17
  from langchain_text_splitters import RecursiveCharacterTextSplitter
18
- from langchain.tools.retriever import create_retriever_tool
19
- from langchain.agents import AgentExecutor, create_tool_calling_agent
20
- from langchain.tools import BaseTool, StructuredTool, tool
18
+ from langchain_core.tools import create_retriever_tool
21
19
 
22
20
  loader = WebBaseLoader("https://docs.langwatch.ai")
23
21
  docs = loader.load()
@@ -48,24 +46,19 @@ async def on_chat_start():
48
46
 
49
47
  tools = [retriever_tool]
50
48
  model = ChatOpenAI(model="gpt-5", streaming=True)
51
- prompt = ChatPromptTemplate.from_messages(
52
- [
53
- (
54
- "system",
55
- "You are a helpful assistant that only reply in short tweet-like responses, using lots of emojis and use tools only once.\n\n{agent_scratchpad}",
56
- ),
57
- ("human", "{question}"),
58
- ]
49
+
50
+ agent = create_agent(
51
+ model=model,
52
+ tools=tools,
53
+ system_prompt="You are a helpful assistant that only reply in short tweet-like responses, using lots of emojis and use tools only once."
59
54
  )
60
- agent = create_tool_calling_agent(model, tools, prompt)
61
- executor = AgentExecutor(agent=agent, tools=tools, verbose=True) # type: ignore
62
- cl.user_session.set("agent", executor)
55
+ cl.user_session.set("agent", agent)
63
56
 
64
57
 
65
58
  @cl.on_message
66
59
  @langwatch.trace()
67
60
  async def main(message: cl.Message):
68
- agent: AgentExecutor = cl.user_session.get("agent") # type: ignore
61
+ agent = cl.user_session.get("agent") # type: ignore
69
62
 
70
63
  msg = cl.Message(content="")
71
64
 
@@ -74,24 +67,18 @@ async def main(message: cl.Message):
74
67
  )
75
68
 
76
69
  async for chunk in agent.astream(
77
- {
78
- "question": message.content,
79
- "messages": [HumanMessage(content="Hoi, dit is een test")],
80
- },
70
+ {"messages": [HumanMessage(content=message.content)]},
81
71
  config=RunnableConfig(
82
72
  callbacks=[
83
- cl.LangchainCallbackHandler(),
84
73
  langwatch.get_current_trace().get_langchain_callback(),
85
74
  ]
86
75
  ),
87
76
  ):
88
- if "output" in chunk:
89
- await msg.stream_token(chunk["output"])
90
- elif "actions" in chunk:
91
- await msg.stream_token(chunk["actions"][0].log)
92
- elif "steps" in chunk:
93
- await msg.stream_token(chunk["steps"][0].observation + "\n\n")
94
- else:
95
- await msg.stream_token("<unammaped chunk>")
77
+ # In v1, create_agent streams message chunks differently
78
+ if "model" in chunk:
79
+ # This is the model response chunk
80
+ model_chunk = chunk["model"]
81
+ if hasattr(model_chunk, "content") and model_chunk.content:
82
+ await msg.stream_token(model_chunk.content)
96
83
 
97
84
  await msg.send()
@@ -8,9 +8,9 @@ from langwatch.types import RAGChunk
8
8
  load_dotenv()
9
9
 
10
10
  import chainlit as cl
11
- from langchain.prompts import ChatPromptTemplate
12
- from langchain.schema import HumanMessage
13
- from langchain.schema.runnable.config import RunnableConfig
11
+ from langchain_core.messages import HumanMessage
12
+ from langchain_core.runnables import RunnableConfig
13
+ from langchain.agents import create_agent
14
14
 
15
15
  import langwatch
16
16
 
@@ -18,9 +18,7 @@ from langchain_community.document_loaders import WebBaseLoader
18
18
  from langchain_community.vectorstores.faiss import FAISS
19
19
  from langchain_openai import ChatOpenAI, OpenAIEmbeddings
20
20
  from langchain_text_splitters import RecursiveCharacterTextSplitter
21
- from langchain.tools.retriever import create_retriever_tool
22
- from langchain.agents import AgentExecutor, create_tool_calling_agent
23
- from langchain.tools import BaseTool, StructuredTool, tool
21
+ from langchain_core.tools import create_retriever_tool
24
22
  from langchain_google_vertexai import ChatVertexAI, VertexAI
25
23
 
26
24
  loader = WebBaseLoader("https://docs.langwatch.ai")
@@ -67,24 +65,19 @@ async def on_chat_start():
67
65
  location=os.environ["VERTEXAI_LOCATION"],
68
66
  streaming=True,
69
67
  )
70
- prompt = ChatPromptTemplate.from_messages(
71
- [
72
- (
73
- "system",
74
- "You are a helpful assistant that only reply in short tweet-like responses, using lots of emojis and use tools only once.\n\n{agent_scratchpad}",
75
- ),
76
- ("human", "{question}"),
77
- ]
68
+
69
+ agent = create_agent(
70
+ model=model,
71
+ tools=tools,
72
+ system_prompt="You are a helpful assistant that only reply in short tweet-like responses, using lots of emojis and use tools only once."
78
73
  )
79
- agent = create_tool_calling_agent(model, tools, prompt)
80
- executor = AgentExecutor(agent=agent, tools=tools, verbose=True) # type: ignore
81
- cl.user_session.set("agent", executor)
74
+ cl.user_session.set("agent", agent)
82
75
 
83
76
 
84
77
  @cl.on_message
85
78
  @langwatch.trace()
86
79
  async def main(message: cl.Message):
87
- agent: AgentExecutor = cl.user_session.get("agent") # type: ignore
80
+ agent = cl.user_session.get("agent") # type: ignore
88
81
 
89
82
  msg = cl.Message(content="")
90
83
 
@@ -93,24 +86,18 @@ async def main(message: cl.Message):
93
86
  )
94
87
 
95
88
  async for chunk in agent.astream(
96
- {
97
- "question": message.content,
98
- "messages": [HumanMessage(content="Hoi, dit is een test")],
99
- },
89
+ {"messages": [HumanMessage(content=message.content)]},
100
90
  config=RunnableConfig(
101
91
  callbacks=[
102
- cl.LangchainCallbackHandler(),
103
92
  langwatch.get_current_trace().get_langchain_callback(),
104
93
  ]
105
94
  ),
106
95
  ):
107
- if "output" in chunk:
108
- await msg.stream_token(chunk["output"])
109
- elif "actions" in chunk:
110
- await msg.stream_token(chunk["actions"][0].log)
111
- elif "steps" in chunk:
112
- await msg.stream_token(chunk["steps"][0].observation + "\n\n")
113
- else:
114
- await msg.stream_token("<unammaped chunk>")
96
+ # In v1, create_agent streams message chunks differently
97
+ if "model" in chunk:
98
+ # This is the model response chunk
99
+ model_chunk = chunk["model"]
100
+ if hasattr(model_chunk, "content") and model_chunk.content:
101
+ await msg.stream_token(model_chunk.content)
115
102
 
116
103
  await msg.send()
@@ -15,9 +15,9 @@ from langwatch.types import RAGChunk
15
15
  load_dotenv()
16
16
 
17
17
  import chainlit as cl
18
- from langchain.prompts import ChatPromptTemplate
19
- from langchain.schema import HumanMessage
20
- from langchain.schema.runnable.config import RunnableConfig
18
+ from langchain_core.messages import HumanMessage
19
+ from langchain_core.runnables import RunnableConfig
20
+ from langchain.agents import create_agent
21
21
 
22
22
  import langwatch
23
23
 
@@ -25,9 +25,7 @@ from langchain_community.document_loaders import WebBaseLoader
25
25
  from langchain_community.vectorstores.faiss import FAISS
26
26
  from langchain_openai import ChatOpenAI, OpenAIEmbeddings
27
27
  from langchain_text_splitters import RecursiveCharacterTextSplitter
28
- from langchain.tools.retriever import create_retriever_tool
29
- from langchain.agents import AgentExecutor, create_tool_calling_agent
30
- from langchain.tools import BaseTool, StructuredTool, tool
28
+ from langchain_core.tools import create_retriever_tool
31
29
  import chainlit as cl
32
30
  import chainlit.data as cl_data
33
31
  from chainlit.data.utils import queue_until_user_message
@@ -254,24 +252,19 @@ async def on_chat_start():
254
252
 
255
253
  tools = [retriever_tool]
256
254
  model = ChatOpenAI(streaming=True)
257
- prompt = ChatPromptTemplate.from_messages(
258
- [
259
- (
260
- "system",
261
- "You are a helpful assistant that only reply in short tweet-like responses, using lots of emojis and use tools only once.\n\n{agent_scratchpad}",
262
- ),
263
- ("human", "{question}"),
264
- ]
255
+
256
+ agent = create_agent(
257
+ model=model,
258
+ tools=tools,
259
+ system_prompt="You are a helpful assistant that only reply in short tweet-like responses, using lots of emojis and use tools only once."
265
260
  )
266
- agent = create_tool_calling_agent(model, tools, prompt)
267
- executor = AgentExecutor(agent=agent, tools=tools, verbose=True) # type: ignore
268
- cl.user_session.set("agent", executor)
261
+ cl.user_session.set("agent", agent)
269
262
 
270
263
 
271
264
  @cl.on_message
272
265
  @langwatch.trace()
273
266
  async def main(message: cl.Message):
274
- agent: AgentExecutor = cl.user_session.get("agent") # type: ignore
267
+ agent = cl.user_session.get("agent") # type: ignore
275
268
 
276
269
  msg = cl.Message(content="")
277
270
 
@@ -284,25 +277,19 @@ async def main(message: cl.Message):
284
277
  )
285
278
 
286
279
  async for chunk in agent.astream(
287
- {
288
- "question": message.content,
289
- "messages": [HumanMessage(content="Hoi, dit is een test")],
290
- },
280
+ {"messages": [HumanMessage(content=message.content)]},
291
281
  config=RunnableConfig(
292
282
  callbacks=[
293
- cl.LangchainCallbackHandler(),
294
283
  langwatch.get_current_trace().get_langchain_callback(),
295
284
  ]
296
285
  ),
297
286
  ):
298
- if "output" in chunk:
299
- await msg.stream_token(chunk["output"])
300
- elif "actions" in chunk:
301
- await msg.stream_token(chunk["actions"][0].log)
302
- elif "steps" in chunk:
303
- await msg.stream_token(chunk["steps"][0].observation + "\n\n")
304
- else:
305
- await msg.stream_token("<unammaped chunk>")
287
+ # In v1, create_agent streams message chunks differently
288
+ if "model" in chunk:
289
+ # This is the model response chunk
290
+ model_chunk = chunk["model"]
291
+ if hasattr(model_chunk, "content") and model_chunk.content:
292
+ await msg.stream_token(model_chunk.content)
306
293
 
307
294
  await msg.send()
308
295
 
@@ -15,9 +15,8 @@ from langwatch.types import RAGChunk
15
15
  load_dotenv()
16
16
 
17
17
  import chainlit as cl
18
- from langchain.prompts import ChatPromptTemplate
19
- from langchain.schema import HumanMessage
20
- from langchain.schema.runnable.config import RunnableConfig
18
+ from langchain_core.messages import HumanMessage
19
+ from langchain_core.runnables import RunnableConfig
21
20
 
22
21
  import langwatch
23
22
 
@@ -25,9 +24,7 @@ from langchain_community.document_loaders import WebBaseLoader
25
24
  from langchain_community.vectorstores.faiss import FAISS
26
25
  from langchain_openai import ChatOpenAI, OpenAIEmbeddings
27
26
  from langchain_text_splitters import RecursiveCharacterTextSplitter
28
- from langchain.tools.retriever import create_retriever_tool
29
- from langchain.agents import AgentExecutor, create_tool_calling_agent
30
- from langchain.tools import BaseTool, StructuredTool, tool
27
+ from langchain_core.tools import create_retriever_tool
31
28
  import chainlit as cl
32
29
  import chainlit.data as cl_data
33
30
  from chainlit.data.utils import queue_until_user_message
@@ -300,7 +297,6 @@ async def main(message: cl.Message):
300
297
  {"messages": [HumanMessage(content=message.content)]},
301
298
  config=RunnableConfig(
302
299
  callbacks=[
303
- cl.LangchainCallbackHandler(),
304
300
  langwatch.get_current_trace().get_langchain_callback(),
305
301
  ]
306
302
  ),
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "cell_type": "code",
17
- "execution_count": 1,
17
+ "execution_count": null,
18
18
  "id": "a61c2b75",
19
19
  "metadata": {},
20
20
  "outputs": [
@@ -70,7 +70,7 @@
70
70
  "from langchain_text_splitters import RecursiveCharacterTextSplitter\n",
71
71
  "from langchain.tools.retriever import create_retriever_tool\n",
72
72
  "from langchain.agents import AgentExecutor, create_tool_calling_agent\n",
73
- "from langchain.tools import BaseTool, StructuredTool, tool\n",
73
+ "from langchain.tools import BaseTool\n",
74
74
  "from langchain_core.documents import Document\n",
75
75
  "\n",
76
76
  "\n",
@@ -6,10 +6,9 @@ import langwatch
6
6
  load_dotenv()
7
7
 
8
8
  import chainlit as cl
9
- from langchain.prompts import ChatPromptTemplate
10
- from langchain.schema import StrOutputParser
11
- from langchain.schema.runnable import Runnable
12
- from langchain.schema.runnable.config import RunnableConfig
9
+ from langchain_core.prompts import ChatPromptTemplate
10
+ from langchain_core.output_parsers import StrOutputParser
11
+ from langchain_core.runnables import Runnable, RunnableConfig
13
12
 
14
13
  from openinference.instrumentation.langchain import LangChainInstrumentor
15
14
 
@@ -42,11 +41,7 @@ async def main(message: cl.Message):
42
41
 
43
42
  async for chunk in runnable.astream(
44
43
  {"question": message.content},
45
- config=RunnableConfig(
46
- callbacks=[
47
- cl.LangchainCallbackHandler(),
48
- ]
49
- ),
44
+ config=RunnableConfig(),
50
45
  ):
51
46
  await msg.stream_token(chunk)
52
47
 
@@ -6,10 +6,9 @@ import langwatch
6
6
  load_dotenv()
7
7
 
8
8
  import chainlit as cl
9
- from langchain.prompts import ChatPromptTemplate
10
- from langchain.schema import StrOutputParser
11
- from langchain.schema.runnable import Runnable
12
- from langchain.schema.runnable.config import RunnableConfig
9
+ from langchain_core.prompts import ChatPromptTemplate
10
+ from langchain_core.output_parsers import StrOutputParser
11
+ from langchain_core.runnables import Runnable, RunnableConfig
13
12
 
14
13
  from opentelemetry.instrumentation.langchain import LangchainInstrumentor
15
14
 
@@ -43,9 +42,6 @@ async def main(message: cl.Message):
43
42
  async for chunk in runnable.astream(
44
43
  {"question": message.content},
45
44
  config=RunnableConfig(
46
- callbacks=[
47
- cl.LangchainCallbackHandler(),
48
- ],
49
45
  metadata={
50
46
  "user_id": "123",
51
47
  "thread_id": "789",
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "langwatch"
3
- version = "0.6.0" # remember to also update it in src/langwatch/__version__.py
3
+ version = "0.7.0" # remember to also update it in src/langwatch/__version__.py
4
4
  description = "LangWatch Python SDK, for monitoring your LLMs"
5
5
  authors = [{ name = "Langwatch Engineers", email = "engineering@langwatch.ai" }]
6
6
  requires-python = ">=3.10,<3.14"
@@ -40,6 +40,7 @@ dependencies = [
40
40
  "attrs>=24",
41
41
  "pksuid>=1.1.2",
42
42
  "pyyaml>=6.0.2",
43
+ "langchain-core>=1.0.0,<2.0.0",
43
44
  ]
44
45
 
45
46
  [project.optional-dependencies]
@@ -75,15 +76,15 @@ examples = [
75
76
  "fastapi>=0.115.12",
76
77
  "haystack-ai>=2.13.2,<3.0.0",
77
78
  "jupyter>=1.0.0,<2.0.0",
78
- "langchain>=0.2.11",
79
- "langchain_community>=0.2.11",
80
- "langchain-openai>=0.1.19",
81
- "langchain-text-splitters>=0.3.0,<0.4.0",
82
- "langchain-google-vertexai>=1.0.7",
79
+ "langchain>=1.0.0,<2.0.0",
80
+ "langchain-community>=0.3.0,<1.0.0",
81
+ "langchain-openai>=0.3.0,<1.0.0",
82
+ "langchain-text-splitters>=0.3.0,<1.0.0",
83
+ "langchain-google-vertexai>=2.0.0,<3.0.0",
83
84
  "litellm>=1.52.1",
84
85
  "openinference-instrumentation-dspy>=0.1.23,<0.2.0",
85
86
  "opentelemetry-instrumentation-fastapi>=0.53b1",
86
- "langgraph>=0.2.35,<0.3.0",
87
+ "langgraph>=1.0.0,<2.0.0",
87
88
  "openai>=1.68.2",
88
89
  "pydantic>=1,<2.10.2", # v2.10.2 is broken for chainlit
89
90
  "pytest>=7.4.2,<8.0.0",
@@ -95,7 +96,7 @@ examples = [
95
96
  "opentelemetry-instrumentation-langchain>=0.40.4",
96
97
  "openinference-instrumentation-litellm>=0.1.19",
97
98
  "pandas>=2.2.3",
98
- "strands-agents[otel]>=1.9.0,<2.0.0",
99
+ "strands-agents[otel]>=1.14.0,<2.0.0",
99
100
  "unstructured[pdf]>=0.18.3",
100
101
  ]
101
102
  tests = ["pytest-asyncio>=0.21.2"]
@@ -0,0 +1,3 @@
1
+ """Version information for LangWatch."""
2
+
3
+ __version__ = "0.7.0" # x-release-please-version
@@ -11,20 +11,18 @@ from typing import (
11
11
  Union,
12
12
  )
13
13
  from warnings import warn
14
- from langchain.schema import (
15
- LLMResult,
16
- AgentAction,
17
- AgentFinish,
14
+ from langchain_core.messages import (
18
15
  BaseMessage,
19
16
  HumanMessage,
20
17
  AIMessage,
21
18
  SystemMessage,
22
19
  FunctionMessage,
23
- ChatGeneration,
24
20
  )
21
+ from langchain_core.outputs import LLMResult, ChatGeneration
22
+ from langchain_core.agents import AgentAction, AgentFinish
25
23
  from langwatch.utils.initialization import ensure_setup
26
24
  from opentelemetry.trace import get_current_span, SpanContext
27
- from langchain.callbacks.base import BaseCallbackHandler
25
+ from langchain_core.callbacks.base import BaseCallbackHandler
28
26
  from langwatch.telemetry.span import LangWatchSpan
29
27
  from langwatch.telemetry.tracing import LangWatchTrace
30
28
  from langwatch.utils.transformation import (
@@ -49,7 +47,7 @@ from langwatch.domain import (
49
47
  )
50
48
 
51
49
  from uuid import UUID
52
- from langchain.tools import BaseTool
50
+ from langchain_core.tools import BaseTool
53
51
  import logging
54
52
 
55
53