openinference-instrumentation-beeai 0.1.13__tar.gz → 0.1.14__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.
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/PKG-INFO +2 -2
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/pyproject.toml +1 -1
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/base.py +4 -1
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/embedding.py +20 -2
- openinference_instrumentation_beeai-0.1.14/src/openinference/instrumentation/beeai/version.py +1 -0
- openinference_instrumentation_beeai-0.1.13/src/openinference/instrumentation/beeai/version.py +0 -1
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/.gitignore +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/README.md +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/__init__.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/_span.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/_utils.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/__init__.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/agents/__init__.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/agents/base.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/agents/react.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/agents/requirement_agent.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/agents/tool_calling.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/chat.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/locator.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/requirement.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/tool.py +0 -0
- {openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/src/openinference/instrumentation/beeai/processors/workflow.py +0 -0
{openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openinference-instrumentation-beeai
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.14
|
|
4
4
|
Summary: OpenInference BeeAI Instrumentation
|
|
5
5
|
Project-URL: Homepage, https://github.com/Arize-ai/openinference/tree/main/python/instrumentation/openinference-instrumentation-beeai
|
|
6
6
|
Author: IBM Corp.
|
|
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
18
18
|
Requires-Python: <3.15,>=3.11
|
|
19
19
|
Requires-Dist: beeai-framework<0.2.0,>=0.1.51
|
|
20
20
|
Requires-Dist: openinference-instrumentation>=0.1.37
|
|
21
|
-
Requires-Dist: openinference-semantic-conventions>=0.1.
|
|
21
|
+
Requires-Dist: openinference-semantic-conventions>=0.1.25
|
|
22
22
|
Requires-Dist: opentelemetry-api>=1.36.0
|
|
23
23
|
Requires-Dist: opentelemetry-instrumentation>=0.57b0
|
|
24
24
|
Requires-Dist: opentelemetry-semantic-conventions>=0.57b0
|
|
@@ -25,7 +25,7 @@ classifiers = [
|
|
|
25
25
|
dependencies = [
|
|
26
26
|
"beeai-framework (>=0.1.51,<0.2.0)",
|
|
27
27
|
"openinference-instrumentation>=0.1.37",
|
|
28
|
-
"openinference-semantic-conventions>=0.1.
|
|
28
|
+
"openinference-semantic-conventions>=0.1.25",
|
|
29
29
|
"opentelemetry-api>=1.36.0",
|
|
30
30
|
"opentelemetry-instrumentation>=0.57b0",
|
|
31
31
|
"opentelemetry-semantic-conventions>=0.57b0",
|
|
@@ -18,6 +18,9 @@ from openinference.semconv.trace import (
|
|
|
18
18
|
class Processor:
|
|
19
19
|
kind: ClassVar[OpenInferenceSpanKindValues] = OpenInferenceSpanKindValues.UNKNOWN
|
|
20
20
|
|
|
21
|
+
def get_span_name(self, target_cls: type) -> str:
|
|
22
|
+
return target_cls.__name__
|
|
23
|
+
|
|
21
24
|
def __init__(self, event: "RunContextStartEvent", meta: "EventMeta"):
|
|
22
25
|
from beeai_framework.context import RunContext
|
|
23
26
|
|
|
@@ -27,7 +30,7 @@ class Processor:
|
|
|
27
30
|
assert meta.trace is not None
|
|
28
31
|
self.run_id = meta.trace.run_id
|
|
29
32
|
|
|
30
|
-
self.span = SpanWrapper(name=target_cls
|
|
33
|
+
self.span = SpanWrapper(name=self.get_span_name(target_cls), kind=type(self).kind)
|
|
31
34
|
self.span.started_at = meta.created_at
|
|
32
35
|
self.span.attributes.update(
|
|
33
36
|
{
|
|
@@ -12,6 +12,7 @@ from beeai_framework.backend.events import (
|
|
|
12
12
|
from beeai_framework.context import RunContext
|
|
13
13
|
from typing_extensions import override
|
|
14
14
|
|
|
15
|
+
from openinference.instrumentation import safe_json_dumps
|
|
15
16
|
from openinference.instrumentation.beeai.processors.base import Processor
|
|
16
17
|
from openinference.semconv.trace import (
|
|
17
18
|
EmbeddingAttributes,
|
|
@@ -23,6 +24,10 @@ from openinference.semconv.trace import (
|
|
|
23
24
|
class EmbeddingModelProcessor(Processor):
|
|
24
25
|
kind: ClassVar[OpenInferenceSpanKindValues] = OpenInferenceSpanKindValues.EMBEDDING
|
|
25
26
|
|
|
27
|
+
@override
|
|
28
|
+
def get_span_name(self, target_cls: type) -> str:
|
|
29
|
+
return "CreateEmbeddings"
|
|
30
|
+
|
|
26
31
|
def __init__(self, event: "RunContextStartEvent", meta: "EventMeta"):
|
|
27
32
|
super().__init__(event, meta)
|
|
28
33
|
|
|
@@ -33,10 +38,22 @@ class EmbeddingModelProcessor(Processor):
|
|
|
33
38
|
self.span.set_attributes(
|
|
34
39
|
{
|
|
35
40
|
SpanAttributes.EMBEDDING_MODEL_NAME: llm.model_id,
|
|
36
|
-
SpanAttributes.LLM_PROVIDER: llm.provider_id,
|
|
37
41
|
}
|
|
38
42
|
)
|
|
39
43
|
|
|
44
|
+
# Extract invocation parameters (exclude input values)
|
|
45
|
+
if hasattr(event, "input") and hasattr(event.input, "__dict__"):
|
|
46
|
+
invocation_params = {
|
|
47
|
+
k: v
|
|
48
|
+
for k, v in event.input.__dict__.items()
|
|
49
|
+
if k not in {"values", "api_key", "token"} and not k.startswith("_")
|
|
50
|
+
}
|
|
51
|
+
if invocation_params:
|
|
52
|
+
self.span.set_attribute(
|
|
53
|
+
SpanAttributes.EMBEDDING_INVOCATION_PARAMETERS,
|
|
54
|
+
safe_json_dumps(invocation_params),
|
|
55
|
+
)
|
|
56
|
+
|
|
40
57
|
@override
|
|
41
58
|
async def update(
|
|
42
59
|
self,
|
|
@@ -56,9 +73,10 @@ class EmbeddingModelProcessor(Processor):
|
|
|
56
73
|
)
|
|
57
74
|
elif isinstance(event, EmbeddingModelSuccessEvent):
|
|
58
75
|
for idx, embedding in enumerate(event.value.embeddings):
|
|
76
|
+
vector = list(embedding) if not isinstance(embedding, list) else embedding
|
|
59
77
|
self.span.set_attribute(
|
|
60
78
|
f"{SpanAttributes.EMBEDDING_EMBEDDINGS}.{idx}.{EmbeddingAttributes.EMBEDDING_VECTOR}",
|
|
61
|
-
|
|
79
|
+
vector,
|
|
62
80
|
)
|
|
63
81
|
|
|
64
82
|
if event.value.usage:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.14"
|
openinference_instrumentation_beeai-0.1.13/src/openinference/instrumentation/beeai/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.13"
|
{openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/.gitignore
RENAMED
|
File without changes
|
{openinference_instrumentation_beeai-0.1.13 → openinference_instrumentation_beeai-0.1.14}/README.md
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
|