langtrace-python-sdk 2.2.2__tar.gz → 2.2.3__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.
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/PKG-INFO +1 -1
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/dspy_example/math_problems_cot_parallel.py +6 -14
- langtrace_python_sdk-2.2.3/src/examples/openai_example/chat_completion_tool_choice.py +73 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +3 -1
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/dspy/patch.py +21 -3
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/gemini/patch.py +4 -1
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/llm.py +1 -0
- langtrace_python_sdk-2.2.3/src/langtrace_python_sdk/version.py +1 -0
- langtrace_python_sdk-2.2.2/src/langtrace_python_sdk/version.py +0 -1
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/.gitignore +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/LICENSE +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/README.md +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/pyproject.toml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/chroma_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/chat.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/chat_stream.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/embed.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/rerank.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/tools.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/crewai_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/dspy_example/math_problems_cot.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/dspy_example/program_of_thought_basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/dspy_example/quiz_gen.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/dspy_example/react.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/fastapi_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/fastapi_example/basic_route.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/gemini_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/gemini_example/function_tools.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/gemini_example/main.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/hiveagent_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/inspect_ai_example/basic_eval.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/groq_example.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/langgraph_example.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/tool.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/llamaindex_example/agent.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/llamaindex_example/data/abramov.txt +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/ollama_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/ollama_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/async_tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/async_tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/chat_completion.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/embeddings_create.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/function_calling.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/images_edit.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/images_generate.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/resources/lounge_flamingo.png +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/resources/mask.png +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/tool_calling.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/perplexity_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/qdrant_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/qdrant_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/vertexai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/vertexai_example/main.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/weaviate_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/weaviate_example/query_text.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/cohere.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/gemini.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/groq.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/ollama.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/qdrant.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/vertexai.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/constants/instrumentation/weaviate.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/extensions/langtrace_filesystem.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/cohere/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/cohere/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/cohere/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/crewai/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/crewai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/crewai/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/dspy/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/dspy/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/gemini/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/gemini/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/groq/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/groq/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/groq/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langgraph/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langgraph/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/langgraph/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/ollama/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/ollama/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/ollama/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/openai/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/qdrant/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/qdrant/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/qdrant/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/vertexai/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/vertexai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/vertexai/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/weaviate/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/weaviate/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/instrumentation/weaviate/patch.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/langtrace.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/types/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/langtrace_sampler.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/misc.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/prompt_registry.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/sdk_version_checker.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/silently_fail.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/types.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/run_example.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/__init__.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/anthropic/cassettes/test_anthropic.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/anthropic/cassettes/test_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/anthropic/cassettes/test_async_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/anthropic/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/anthropic/test_anthropic.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/chroma/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/chroma/test_chroma.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/cassettes/test_cohere_chat.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/cassettes/test_cohere_chat_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/cassettes/test_cohere_embed.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/cassettes/test_cohere_rerank.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/test_cohere_chat.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/test_cohere_embed.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/test_cohere_rerank.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/groq/cassettes/test_async_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/groq/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/groq/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/groq/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/groq/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/groq/test_groq.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/langchain/cassettes/test_langchain.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/langchain/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/langchain/test_langchain.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/cassettes/test_async_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/cassettes/test_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/test_chat_completion.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/test_embeddings.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/test_image_generation.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/pinecone/cassettes/test_query.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/pinecone/cassettes/test_upsert.yaml +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/pinecone/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/pinecone/test_pinecone.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/qdrant/conftest.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/qdrant/test_qdrant.py +0 -0
- {langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/utils.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import contextvars
|
|
1
2
|
import dspy
|
|
2
3
|
from dspy.datasets.gsm8k import GSM8K, gsm8k_metric
|
|
3
4
|
from dspy.teleprompt import BootstrapFewShot
|
|
4
5
|
from concurrent.futures import ThreadPoolExecutor
|
|
5
|
-
from opentelemetry.context import get_current, attach, detach
|
|
6
6
|
|
|
7
7
|
# flake8: noqa
|
|
8
8
|
from langtrace_python_sdk import langtrace, with_langtrace_root_span
|
|
@@ -22,7 +22,8 @@ class CoT(dspy.Module):
|
|
|
22
22
|
self.prog = dspy.ChainOfThought("question -> answer")
|
|
23
23
|
|
|
24
24
|
def forward(self, question):
|
|
25
|
-
|
|
25
|
+
result = inject_additional_attributes(lambda: self.prog(question=question), {'langtrace.span.name': 'MathProblemsCotParallel'})
|
|
26
|
+
return result
|
|
26
27
|
|
|
27
28
|
@with_langtrace_root_span(name="parallel_example")
|
|
28
29
|
def example():
|
|
@@ -34,21 +35,12 @@ def example():
|
|
|
34
35
|
optimized_cot = teleprompter.compile(CoT(), trainset=gsm8k_trainset)
|
|
35
36
|
|
|
36
37
|
questions = [
|
|
37
|
-
"What is the
|
|
38
|
-
"What is the tangent of
|
|
38
|
+
"What is the sine of 0?",
|
|
39
|
+
"What is the tangent of 100?",
|
|
39
40
|
]
|
|
40
41
|
|
|
41
|
-
current_context = get_current()
|
|
42
|
-
|
|
43
|
-
def run_with_context(context, func, *args, **kwargs):
|
|
44
|
-
token = attach(context)
|
|
45
|
-
try:
|
|
46
|
-
return func(*args, **kwargs)
|
|
47
|
-
finally:
|
|
48
|
-
detach(token)
|
|
49
|
-
|
|
50
42
|
with ThreadPoolExecutor(max_workers=2) as executor:
|
|
51
|
-
futures = [executor.submit(
|
|
43
|
+
futures = [executor.submit(contextvars.copy_context().run, optimized_cot, question=q) for q in questions]
|
|
52
44
|
|
|
53
45
|
for future in futures:
|
|
54
46
|
ans = future.result()
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# Example taken from https://platform.openai.com/docs/guides/function-calling
|
|
2
|
+
import json
|
|
3
|
+
|
|
4
|
+
from dotenv import find_dotenv, load_dotenv
|
|
5
|
+
from openai import OpenAI
|
|
6
|
+
|
|
7
|
+
from langtrace_python_sdk import langtrace
|
|
8
|
+
|
|
9
|
+
client = OpenAI()
|
|
10
|
+
|
|
11
|
+
_ = load_dotenv(find_dotenv())
|
|
12
|
+
|
|
13
|
+
langtrace.init(
|
|
14
|
+
write_spans_to_console=True,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Example dummy function hard coded to return the same weather
|
|
19
|
+
# In production, this could be your backend API or an external API
|
|
20
|
+
def get_current_weather(location, unit="fahrenheit"):
|
|
21
|
+
"""Get the current weather in a given location"""
|
|
22
|
+
if "tokyo" in location.lower():
|
|
23
|
+
return json.dumps({"location": "Tokyo", "temperature": "10", "unit": unit})
|
|
24
|
+
elif "san francisco" in location.lower():
|
|
25
|
+
return json.dumps(
|
|
26
|
+
{"location": "San Francisco", "temperature": "72", "unit": unit}
|
|
27
|
+
)
|
|
28
|
+
elif "paris" in location.lower():
|
|
29
|
+
return json.dumps({"location": "Paris", "temperature": "22", "unit": unit})
|
|
30
|
+
else:
|
|
31
|
+
return json.dumps({"location": location, "temperature": "unknown"})
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def run_conversation():
|
|
35
|
+
# Step 1: send the conversation and available functions to the model
|
|
36
|
+
messages = [
|
|
37
|
+
{
|
|
38
|
+
"role": "user",
|
|
39
|
+
"content": "What's the weather like in San Francisco, Tokyo, and Paris?",
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
tools = [
|
|
43
|
+
{
|
|
44
|
+
"type": "function",
|
|
45
|
+
"function": {
|
|
46
|
+
"name": "get_current_weather",
|
|
47
|
+
"description": "Get the current weather in a given location",
|
|
48
|
+
"parameters": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"properties": {
|
|
51
|
+
"location": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "The city and state, e.g. San Francisco, CA",
|
|
54
|
+
},
|
|
55
|
+
"unit": {"type": "string", "enum": ["celsius", "fahrenheit"]},
|
|
56
|
+
},
|
|
57
|
+
"required": ["location"],
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
response = client.chat.completions.create(
|
|
63
|
+
model="gpt-4o",
|
|
64
|
+
messages=messages,
|
|
65
|
+
tools=tools,
|
|
66
|
+
tool_choice="required", # auto is default, but we'll be explicit
|
|
67
|
+
)
|
|
68
|
+
response_message = response.choices[0].message
|
|
69
|
+
tool_calls = response_message.tool_calls
|
|
70
|
+
print(tool_calls)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
print(run_conversation())
|
|
@@ -48,7 +48,9 @@ def messages_create(original_method, version, tracer):
|
|
|
48
48
|
prompts = kwargs.get("messages", [])
|
|
49
49
|
system = kwargs.get("system")
|
|
50
50
|
if system:
|
|
51
|
-
prompts = [{"role": "system", "content": system}] + kwargs.get(
|
|
51
|
+
prompts = [{"role": "system", "content": system}] + kwargs.get(
|
|
52
|
+
"messages", []
|
|
53
|
+
)
|
|
52
54
|
|
|
53
55
|
span_attributes = {
|
|
54
56
|
**get_langtrace_attributes(version, service_provider),
|
|
@@ -61,8 +61,14 @@ def patch_bootstrapfewshot_optimizer(operation_name, version, tracer):
|
|
|
61
61
|
if config and len(config) > 0:
|
|
62
62
|
span_attributes["dspy.optimizer.config"] = json.dumps(config)
|
|
63
63
|
|
|
64
|
+
# passed operation name
|
|
65
|
+
opname = operation_name
|
|
66
|
+
if extra_attributes is not None and "langtrace.span.name" in extra_attributes:
|
|
67
|
+
# append the operation name to the span name
|
|
68
|
+
opname = f"{operation_name}-{extra_attributes['langtrace.span.name']}"
|
|
69
|
+
|
|
64
70
|
attributes = FrameworkSpanAttributes(**span_attributes)
|
|
65
|
-
with tracer.start_as_current_span(
|
|
71
|
+
with tracer.start_as_current_span(opname, kind=SpanKind.CLIENT) as span:
|
|
66
72
|
_set_input_attributes(span, kwargs, attributes)
|
|
67
73
|
|
|
68
74
|
try:
|
|
@@ -100,6 +106,12 @@ def patch_signature(operation_name, version, tracer):
|
|
|
100
106
|
**(extra_attributes if extra_attributes is not None else {}),
|
|
101
107
|
}
|
|
102
108
|
|
|
109
|
+
# passed operation name
|
|
110
|
+
opname = operation_name
|
|
111
|
+
if extra_attributes is not None and "langtrace.span.name" in extra_attributes:
|
|
112
|
+
# append the operation name to the span name
|
|
113
|
+
opname = f"{operation_name}-{extra_attributes['langtrace.span.name']}"
|
|
114
|
+
|
|
103
115
|
if instance.__class__.__name__:
|
|
104
116
|
span_attributes["dspy.signature.name"] = instance.__class__.__name__
|
|
105
117
|
span_attributes["dspy.signature"] = str(instance)
|
|
@@ -108,7 +120,7 @@ def patch_signature(operation_name, version, tracer):
|
|
|
108
120
|
span_attributes["dspy.signature.args"] = str(kwargs)
|
|
109
121
|
|
|
110
122
|
attributes = FrameworkSpanAttributes(**span_attributes)
|
|
111
|
-
with tracer.start_as_current_span(
|
|
123
|
+
with tracer.start_as_current_span(opname, kind=SpanKind.CLIENT) as span:
|
|
112
124
|
_set_input_attributes(span, kwargs, attributes)
|
|
113
125
|
|
|
114
126
|
try:
|
|
@@ -147,6 +159,12 @@ def patch_evaluate(operation_name, version, tracer):
|
|
|
147
159
|
**(extra_attributes if extra_attributes is not None else {}),
|
|
148
160
|
}
|
|
149
161
|
|
|
162
|
+
# passed operation name
|
|
163
|
+
opname = operation_name
|
|
164
|
+
if extra_attributes is not None and "langtrace.span.name" in extra_attributes:
|
|
165
|
+
# append the operation name to the span name
|
|
166
|
+
opname = f"{operation_name}-{extra_attributes['langtrace.span.name']}"
|
|
167
|
+
|
|
150
168
|
if hasattr(instance, "devset"):
|
|
151
169
|
span_attributes["dspy.evaluate.devset"] = str(getattr(instance, "devset"))
|
|
152
170
|
if hasattr(instance, "trainset"):
|
|
@@ -175,7 +193,7 @@ def patch_evaluate(operation_name, version, tracer):
|
|
|
175
193
|
span_attributes["dspy.evaluate.args"] = str(args)
|
|
176
194
|
|
|
177
195
|
attributes = FrameworkSpanAttributes(**span_attributes)
|
|
178
|
-
with tracer.start_as_current_span(
|
|
196
|
+
with tracer.start_as_current_span(opname, kind=SpanKind.CLIENT) as span:
|
|
179
197
|
_set_input_attributes(span, kwargs, attributes)
|
|
180
198
|
|
|
181
199
|
try:
|
|
@@ -110,7 +110,10 @@ def get_llm_model(instance):
|
|
|
110
110
|
|
|
111
111
|
def serialize_prompts(args, kwargs, instance):
|
|
112
112
|
prompts = []
|
|
113
|
-
if
|
|
113
|
+
if (
|
|
114
|
+
hasattr(instance, "_system_instruction")
|
|
115
|
+
and instance._system_instruction is not None
|
|
116
|
+
):
|
|
114
117
|
system_prompt = {
|
|
115
118
|
"role": "system",
|
|
116
119
|
"content": instance._system_instruction.__dict__["_pb"].parts[0].text,
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/llm.py
RENAMED
|
@@ -123,6 +123,7 @@ def get_llm_request_attributes(kwargs, prompts=None, model=None):
|
|
|
123
123
|
SpanAttributes.LLM_FREQUENCY_PENALTY: kwargs.get("frequency_penalty"),
|
|
124
124
|
SpanAttributes.LLM_REQUEST_SEED: kwargs.get("seed"),
|
|
125
125
|
SpanAttributes.LLM_TOOLS: json.dumps(tools) if tools else None,
|
|
126
|
+
SpanAttributes.LLM_TOOL_CHOICE: kwargs.get("tool_choice"),
|
|
126
127
|
SpanAttributes.LLM_REQUEST_LOGPROPS: kwargs.get("logprobs"),
|
|
127
128
|
SpanAttributes.LLM_REQUEST_LOGITBIAS: kwargs.get("logit_bias"),
|
|
128
129
|
SpanAttributes.LLM_REQUEST_TOP_LOGPROPS: kwargs.get("top_logprobs"),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.2.3"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.2.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/anthropic_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/chroma_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/chroma_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/chat_stream.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/rerank.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/cohere_example/tools.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/crewai_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/dspy_example/quiz_gen.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/dspy_example/react.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/fastapi_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/gemini_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/gemini_example/main.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/hiveagent_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/langchain_example/tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/llamaindex_example/agent.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/llamaindex_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/ollama_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/ollama_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/openai_example/images_edit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/perplexity_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/pinecone_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/pinecone_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/qdrant_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/qdrant_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/vertexai_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/vertexai_example/main.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/examples/weaviate_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/langtrace.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/types/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/misc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/langtrace_python_sdk/utils/types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/anthropic/test_anthropic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/test_cohere_chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/test_cohere_embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/cohere/test_cohere_rerank.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/langchain/test_langchain.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/test_chat_completion.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/test_embeddings.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/openai/test_image_generation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.2 → langtrace_python_sdk-2.2.3}/src/tests/pinecone/test_pinecone.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|