paid-python 0.3.5__tar.gz → 0.3.6__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.
- {paid_python-0.3.5 → paid_python-0.3.6}/PKG-INFO +2 -2
- {paid_python-0.3.5 → paid_python-0.3.6}/pyproject.toml +2 -2
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/autoinstrumentation.py +3 -5
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/tracing.py +14 -3
- {paid_python-0.3.5 → paid_python-0.3.6}/LICENSE +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/README.md +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/chat_wrappers.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/completion_wrappers.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/config.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/embeddings_wrappers.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/event_emitter.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/event_models.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/image_gen_wrappers.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/shared/span_utils.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/utils.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/v0/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/v1/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/v1/assistant_wrappers.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/v1/event_handler_wrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/v1/responses_wrappers.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/openai/version.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/agents/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/agents/client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/agents/raw_client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/contacts/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/contacts/client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/contacts/raw_client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/api_error.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/client_wrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/datetime_utils.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/file.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/force_multipart.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/http_client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/http_response.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/jsonable_encoder.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/pydantic_utilities.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/query_encoder.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/remove_none_from_dict.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/request_options.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/core/serialization.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/customers/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/customers/client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/customers/raw_client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/environment.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/errors/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/errors/bad_request_error.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/errors/forbidden_error.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/errors/not_found_error.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/logger.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/orders/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/orders/client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/orders/lines/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/orders/lines/client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/orders/lines/raw_client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/orders/raw_client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/py.typed +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/context_data.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/context_manager.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/distributed_tracing.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/signal.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/anthropic/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/anthropic/anthropicWrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/bedrock/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/bedrock/bedrockWrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/gemini/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/gemini/geminiWrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/langchain/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/langchain/paidLangChainCallback.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/llamaindex/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/llamaindex/llamaIndexWrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/mistral/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/mistral/mistralWrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/openai/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/openai/openAiWrapper.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/openai_agents/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/openai_agents/openaiAgentsHook.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/utils.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/address.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/agent.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/agent_attribute.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/agent_price_point.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/agent_price_point_tiers.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/agent_update.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/api_error.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/billing_frequency.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/charge_type.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/contact.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/cost_amount.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/cost_trace.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/cost_traces_response.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/creation_source.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/creation_state.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/customer.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/customer_update.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/entitlement_usage.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/error.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/order.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/order_line.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/order_line_attribute.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/order_line_attribute_create.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/order_line_attribute_pricing.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/order_line_create.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/pagination_meta.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/price_point.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/pricing.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/pricing_model_type.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/salutation.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/signal.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/tax_exempt_status.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/types/tier.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/usage/__init__.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/usage/client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/usage/raw_client.py +0 -0
- {paid_python-0.3.5 → paid_python-0.3.6}/src/paid/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: paid-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Summary:
|
|
5
5
|
Requires-Python: >=3.9,<3.14
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -21,11 +21,11 @@ Requires-Dist: httpx (>=0.21.0)
|
|
|
21
21
|
Requires-Dist: mutagen (>=1.47.0)
|
|
22
22
|
Requires-Dist: openinference-instrumentation-bedrock (>=0.1.0)
|
|
23
23
|
Requires-Dist: openinference-instrumentation-google-genai (>=0.1.8)
|
|
24
|
+
Requires-Dist: openinference-instrumentation-langchain (>=0.1.55)
|
|
24
25
|
Requires-Dist: openinference-instrumentation-openai-agents (>=1.0.0)
|
|
25
26
|
Requires-Dist: opentelemetry-api (>=1.23.0)
|
|
26
27
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.23.0)
|
|
27
28
|
Requires-Dist: opentelemetry-instrumentation-anthropic (>=0.47.0)
|
|
28
|
-
Requires-Dist: opentelemetry-instrumentation-langchain (>=0.47.0)
|
|
29
29
|
Requires-Dist: opentelemetry-sdk (>=1.23.0)
|
|
30
30
|
Requires-Dist: pydantic (>=1.9.0)
|
|
31
31
|
Requires-Dist: pydantic-core (>=2.18.0)
|
|
@@ -3,7 +3,7 @@ name = "paid-python"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "paid-python"
|
|
6
|
-
version = "0.3.
|
|
6
|
+
version = "0.3.6"
|
|
7
7
|
description = ""
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
authors = []
|
|
@@ -45,7 +45,7 @@ mutagen = ">=1.47.0"
|
|
|
45
45
|
python-dotenv = ">=0.15.0"
|
|
46
46
|
opentelemetry-instrumentation-anthropic = ">=0.47.0"
|
|
47
47
|
# opentelemetry-instrumentation-openai is vendored from https://github.com/paid-ai/openllmetry-instrumentation-patch (patched version)
|
|
48
|
-
|
|
48
|
+
openinference-instrumentation-langchain = ">=0.1.55"
|
|
49
49
|
openinference-instrumentation-openai-agents = ">=1.0.0"
|
|
50
50
|
openinference-instrumentation-bedrock = ">=0.1.0"
|
|
51
51
|
openinference-instrumentation-google-genai = ">=0.1.8"
|
|
@@ -44,7 +44,7 @@ except ImportError:
|
|
|
44
44
|
BEDROCK_AVAILABLE = False
|
|
45
45
|
|
|
46
46
|
try:
|
|
47
|
-
from
|
|
47
|
+
from openinference.instrumentation.langchain import LangChainInstrumentor
|
|
48
48
|
|
|
49
49
|
LANGCHAIN_AVAILABLE = True
|
|
50
50
|
except ImportError:
|
|
@@ -196,16 +196,14 @@ def _instrument_bedrock() -> None:
|
|
|
196
196
|
|
|
197
197
|
def _instrument_langchain() -> None:
|
|
198
198
|
"""
|
|
199
|
-
Instrument LangChain using
|
|
199
|
+
Instrument LangChain using openinference-instrumentation-langchain.
|
|
200
200
|
"""
|
|
201
201
|
if not LANGCHAIN_AVAILABLE:
|
|
202
202
|
logger.warning("LangChain instrumentation library not available, skipping instrumentation")
|
|
203
203
|
return
|
|
204
204
|
|
|
205
205
|
# Instrument LangChain with Paid's tracer provider
|
|
206
|
-
|
|
207
|
-
tracer_provider=tracing.paid_tracer_provider
|
|
208
|
-
)
|
|
206
|
+
LangChainInstrumentor().instrument(tracer_provider=tracing.paid_tracer_provider)
|
|
209
207
|
|
|
210
208
|
_initialized_instrumentors.append("langchain")
|
|
211
209
|
logger.info("LangChain auto-instrumentation enabled")
|
|
@@ -63,25 +63,36 @@ class PaidSpanProcessor(SpanProcessor):
|
|
|
63
63
|
1. Prefixes all span names with 'paid.trace.'
|
|
64
64
|
2. Automatically adds external_customer_id and external_agent_id attributes
|
|
65
65
|
to all spans based on context variables set by the tracing decorator.
|
|
66
|
+
3. Filters out prompt/response data unless store_prompt=True.
|
|
67
|
+
4. Filters out duplicate LangChain spans that may duplicate information from other instrumentations.
|
|
66
68
|
"""
|
|
67
69
|
|
|
68
70
|
SPAN_NAME_PREFIX = "paid.trace."
|
|
69
71
|
PROMPT_ATTRIBUTES_SUBSTRINGS = {
|
|
70
|
-
"prompt",
|
|
71
|
-
# "gen_ai.prompt",
|
|
72
72
|
"gen_ai.completion",
|
|
73
73
|
"gen_ai.request.messages",
|
|
74
74
|
"gen_ai.response.messages",
|
|
75
75
|
"llm.output_message",
|
|
76
76
|
"llm.input_message",
|
|
77
77
|
"llm.invocation_parameters",
|
|
78
|
+
"gen_ai.prompt",
|
|
79
|
+
"langchain.prompt",
|
|
78
80
|
"output.value",
|
|
79
81
|
"input.value",
|
|
80
|
-
# "langchain.prompt",
|
|
81
82
|
}
|
|
82
83
|
|
|
83
84
|
def on_start(self, span: Span, parent_context: Optional[Context] = None) -> None:
|
|
84
85
|
"""Called when a span is started. Prefix the span name and add attributes."""
|
|
86
|
+
|
|
87
|
+
LANGCHAIN_SPAN_FILTERS = ["ChatOpenAI", "ChatAnthropic"]
|
|
88
|
+
if any(f in span.name for f in LANGCHAIN_SPAN_FILTERS):
|
|
89
|
+
# HACK TO FILTER DUPLICATE SPANS CREATED BY LANGCHAIN INSTRUMENTATION.
|
|
90
|
+
# Langchain instrumentation creates spans, that are created by other instrumentations (ex. OpenAI, Anthropic).
|
|
91
|
+
# Not all spans need filtering (ex. ChatGoogleGenerativeAI), so first test actual telemetry before adding filters.
|
|
92
|
+
# TODO: maybe consider a dropping sampler for such spans instead of raising an exception?
|
|
93
|
+
logger.debug(f"Dropping Langchain span: {span.name}")
|
|
94
|
+
raise Exception(f"Dropping Langchain span: {span.name}")
|
|
95
|
+
|
|
85
96
|
# Prefix the span name
|
|
86
97
|
if span.name and not span.name.startswith(self.SPAN_NAME_PREFIX):
|
|
87
98
|
span.update_name(f"{self.SPAN_NAME_PREFIX}{span.name}")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{paid_python-0.3.5 → paid_python-0.3.6}/src/paid/_vendor/opentelemetry/instrumentation/__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
|
{paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/anthropic/anthropicWrapper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/langchain/paidLangChainCallback.py
RENAMED
|
File without changes
|
|
File without changes
|
{paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/llamaindex/llamaIndexWrapper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{paid_python-0.3.5 → paid_python-0.3.6}/src/paid/tracing/wrappers/openai_agents/openaiAgentsHook.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
|