langtrace-python-sdk 2.3.1__tar.gz → 2.3.2__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.3.1 → langtrace_python_sdk-2.3.2}/PKG-INFO +1 -1
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +47 -9
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/langtrace.py +10 -2
- langtrace_python_sdk-2.3.2/src/langtrace_python_sdk/version.py +1 -0
- langtrace_python_sdk-2.3.1/src/langtrace_python_sdk/version.py +0 -1
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/.gitignore +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/LICENSE +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/README.md +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/pyproject.toml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/chroma_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/chat.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/chat_stream.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/embed.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/rerank.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/tools.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/simple_agent/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/simple_agent/agents.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/simple_agent/main.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/simple_agent/tasks.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/trip_planner/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/trip_planner/agents.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/trip_planner/main.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/trip_planner/tasks.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/trip_planner/tools/calculator.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/trip_planner/tools/search_tools.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/dspy_example/math_problems_cot.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/dspy_example/math_problems_cot_parallel.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/dspy_example/program_of_thought_basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/dspy_example/quiz_gen.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/dspy_example/react.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/embedchain_example/simple.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/fastapi_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/fastapi_example/basic_route.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/gemini_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/gemini_example/function_tools.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/gemini_example/main.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/hiveagent_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/inspect_ai_example/basic_eval.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/groq_example.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/langgraph_example.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/sagemaker.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/tool.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/litellm_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/llamaindex_example/agent.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/llamaindex_example/data/abramov.txt +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/mistral_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/mistral_example/complete.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/mistral_example/complete_async.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/mistral_example/embeddings.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/ollama_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/ollama_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/async_tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/async_tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/chat_completion.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/chat_completion_tool_choice.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/embeddings_create.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/function_calling.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/images_edit.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/images_generate.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/resources/lounge_flamingo.png +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/resources/mask.png +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/send_user_feedback.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/tool_calling.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/openai_example/tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/otlp_example/otlp_basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/otlp_example/otlp_with_langtrace.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/perplexity_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/qdrant_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/qdrant_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/routellm_example/basic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/vertexai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/vertexai_example/main.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/weaviate_example/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/weaviate_example/query_text.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/cohere.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/embedchain.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/gemini.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/groq.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/mistral.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/ollama.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/qdrant.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/vertexai.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/constants/instrumentation/weaviate.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/extensions/langtrace_filesystem.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/cohere/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/cohere/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/cohere/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/crewai/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/crewai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/crewai/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/dspy/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/dspy/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/dspy/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/embedchain/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/embedchain/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/embedchain/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/gemini/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/gemini/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/gemini/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/groq/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/groq/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/groq/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langgraph/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langgraph/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/langgraph/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/mistral/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/mistral/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/mistral/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/ollama/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/ollama/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/ollama/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/openai/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/qdrant/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/qdrant/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/qdrant/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/vertexai/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/vertexai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/vertexai/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/weaviate/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/weaviate/instrumentation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/instrumentation/weaviate/patch.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/types/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/langtrace_sampler.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/llm.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/misc.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/prompt_registry.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/sdk_version_checker.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/silently_fail.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/types.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/run_example.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/__init__.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/anthropic/cassettes/test_anthropic.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/anthropic/cassettes/test_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/anthropic/cassettes/test_async_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/anthropic/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/anthropic/test_anthropic.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/chroma/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/chroma/test_chroma.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/cassettes/test_cohere_chat.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/cassettes/test_cohere_chat_streaming.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/cassettes/test_cohere_embed.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/cassettes/test_cohere_rerank.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/test_cohere_chat.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/test_cohere_embed.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/test_cohere_rerank.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/groq/cassettes/test_async_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/groq/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/groq/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/groq/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/groq/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/groq/test_groq.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/langchain/cassettes/test_langchain.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/langchain/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/langchain/test_langchain.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/cassettes/test_async_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/cassettes/test_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/test_chat_completion.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/test_embeddings.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/test_image_generation.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/pinecone/cassettes/test_query.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/pinecone/cassettes/test_upsert.yaml +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/pinecone/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/pinecone/test_pinecone.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/qdrant/conftest.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/qdrant/test_qdrant.py +0 -0
- {langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/utils.py +0 -0
|
@@ -76,7 +76,29 @@ class LangTraceExporter(SpanExporter):
|
|
|
76
76
|
Returns:
|
|
77
77
|
The result of the export SUCCESS or FAILURE
|
|
78
78
|
"""
|
|
79
|
-
|
|
79
|
+
headers = {
|
|
80
|
+
"Content-Type": "application/json",
|
|
81
|
+
"x-api-key": self.api_key,
|
|
82
|
+
"User-Agent": "LangtraceExporter",
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
# Check if the OTEL_EXPORTER_OTLP_HEADERS environment variable is set
|
|
86
|
+
otel_headers = os.getenv("OTEL_EXPORTER_OTLP_HEADERS", None)
|
|
87
|
+
if otel_headers:
|
|
88
|
+
# Parse and add to headers
|
|
89
|
+
for header in otel_headers.split(","):
|
|
90
|
+
key, value = header.split("=")
|
|
91
|
+
headers[key.strip()] = value.strip()
|
|
92
|
+
|
|
93
|
+
# Check if the OTEL_EXPORTER_OTLP_TRACES_HEADERS environment variable is set
|
|
94
|
+
otel_traces_headers = os.getenv("OTEL_EXPORTER_OTLP_TRACES_HEADERS", None)
|
|
95
|
+
if otel_traces_headers:
|
|
96
|
+
# Parse and add to headers
|
|
97
|
+
for header in otel_traces_headers.split(","):
|
|
98
|
+
key, value = header.split("=")
|
|
99
|
+
headers[key.strip()] = value.strip()
|
|
100
|
+
|
|
101
|
+
if not headers["x-api-key"] and not self.disable_logging:
|
|
80
102
|
print(Fore.RED)
|
|
81
103
|
print(
|
|
82
104
|
"Missing Langtrace API key, proceed to https://langtrace.ai to create one"
|
|
@@ -101,11 +123,7 @@ class LangTraceExporter(SpanExporter):
|
|
|
101
123
|
response = requests.post(
|
|
102
124
|
url=f"{self.api_host}",
|
|
103
125
|
data=json.dumps(data),
|
|
104
|
-
headers=
|
|
105
|
-
"Content-Type": "application/json",
|
|
106
|
-
"x-api-key": self.api_key,
|
|
107
|
-
"User-Agent": "LangtraceExporter",
|
|
108
|
-
},
|
|
126
|
+
headers=headers,
|
|
109
127
|
timeout=20,
|
|
110
128
|
)
|
|
111
129
|
|
|
@@ -113,14 +131,34 @@ class LangTraceExporter(SpanExporter):
|
|
|
113
131
|
raise RequestException(response.text)
|
|
114
132
|
if not self.disable_logging:
|
|
115
133
|
print(
|
|
116
|
-
Fore.GREEN
|
|
134
|
+
Fore.GREEN
|
|
135
|
+
+ f"Exported {len(spans)} spans successfully."
|
|
136
|
+
+ Fore.RESET
|
|
117
137
|
)
|
|
118
138
|
return SpanExportResult.SUCCESS
|
|
119
139
|
except RequestException as err:
|
|
120
140
|
if not self.disable_logging:
|
|
121
141
|
print(Fore.RED + "Failed to export spans.")
|
|
122
|
-
print(Fore.RED + f"Error: {err}" + Fore.RESET)
|
|
142
|
+
print(Fore.RED + f"Error: {err}\r\n" + Fore.RESET)
|
|
143
|
+
if (
|
|
144
|
+
"invalid api key" in str(err).lower()
|
|
145
|
+
and self.api_host == f"{LANGTRACE_REMOTE_URL}/api/trace"
|
|
146
|
+
):
|
|
147
|
+
print(
|
|
148
|
+
Fore.YELLOW
|
|
149
|
+
+ "If you're self-hosting Langtrace, make sure to do one of the following to configure your trace endpoint (e.g., http://localhost:3000/api/trace):"
|
|
150
|
+
+ Fore.YELLOW
|
|
151
|
+
)
|
|
152
|
+
print(
|
|
153
|
+
Fore.YELLOW
|
|
154
|
+
+ "1. Set the `LANGTRACE_API_HOST` environment variable, or\r\n2. Pass the `api_host` parameter to the `langtrace.init()` method.\r\n"
|
|
155
|
+
+ Fore.YELLOW
|
|
156
|
+
)
|
|
123
157
|
return SpanExportResult.FAILURE
|
|
124
158
|
|
|
125
159
|
def shutdown(self) -> None:
|
|
126
|
-
print(
|
|
160
|
+
print(
|
|
161
|
+
Fore.WHITE
|
|
162
|
+
+ "⭐ Leave our github a star to stay on top of our updates - https://github.com/Scale3-Labs/langtrace"
|
|
163
|
+
+ Fore.RESET
|
|
164
|
+
)
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/langtrace.py
RENAMED
|
@@ -80,11 +80,19 @@ def init(
|
|
|
80
80
|
sys.stdout = open(os.devnull, "w")
|
|
81
81
|
|
|
82
82
|
host = (
|
|
83
|
-
os.environ.get("LANGTRACE_API_HOST", None)
|
|
83
|
+
os.environ.get("LANGTRACE_API_HOST", None)
|
|
84
|
+
or os.environ.get("OTEL_EXPORTER_OTLP_TRACES_ENDPOINT", None)
|
|
85
|
+
or os.environ.get("OTEL_EXPORTER_OTLP_ENDPOINT", None)
|
|
86
|
+
or api_host
|
|
87
|
+
or LANGTRACE_REMOTE_URL
|
|
84
88
|
)
|
|
85
89
|
check_if_sdk_is_outdated()
|
|
86
90
|
print(Fore.GREEN + "Initializing Langtrace SDK.." + Fore.RESET)
|
|
87
|
-
print(
|
|
91
|
+
print(
|
|
92
|
+
Fore.WHITE
|
|
93
|
+
+ "⭐ Leave our github a star to stay on top of our updates - https://github.com/Scale3-Labs/langtrace"
|
|
94
|
+
+ Fore.RESET
|
|
95
|
+
)
|
|
88
96
|
sampler = LangtraceSampler(disabled_methods=disable_tracing_for_functions)
|
|
89
97
|
resource = Resource.create(
|
|
90
98
|
attributes={
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.3.2"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.3.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/anthropic_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/chroma_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/chroma_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/chat_stream.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/rerank.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/cohere_example/tools.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/crewai_example/basic.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
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/dspy_example/quiz_gen.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/dspy_example/react.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/embedchain_example/simple.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/fastapi_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/gemini_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/gemini_example/main.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/hiveagent_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/langchain_example/tool.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/litellm_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/llamaindex_example/agent.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/llamaindex_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/mistral_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/mistral_example/complete.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/mistral_example/embeddings.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/ollama_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/ollama_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/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
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/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
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/otlp_example/otlp_basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/perplexity_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/pinecone_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/pinecone_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/qdrant_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/qdrant_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/routellm_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/vertexai_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/vertexai_example/main.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/examples/weaviate_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/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
|
|
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.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/types/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/llm.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/langtrace_python_sdk/utils/misc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/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.3.1 → langtrace_python_sdk-2.3.2}/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.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/test_cohere_chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/cohere/test_cohere_embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/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.3.1 → langtrace_python_sdk-2.3.2}/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.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/test_chat_completion.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/test_embeddings.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/openai/test_image_generation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.3.1 → langtrace_python_sdk-2.3.2}/src/tests/pinecone/test_pinecone.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|