Skip to content

Commit 8da1b47

Browse files
committed
feat:change tox
Change-Id: I339fc9817e4f182bf4d5bc209c69d9e932c0ab10 Co-developed-by: Cursor <[email protected]>
1 parent 5bf9548 commit 8da1b47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/loongsuite_test_0.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,4 +524,5 @@ jobs:
524524
run: pip install tox-uv
525525

526526
- name: Run tests
527-
run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-mem0-latest -- -ra
527+
run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-mem0-latest -- -ra
528+

CHANGELOG-loongsuite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
# Added
2020

21-
- `loongsuite-instrumentation-mem0`: add support for mem0
21+
- `loongsuite-instrumentation-mem0`: add support for mem0 && use memory handler
2222
([#67](https://github.com/alibaba/loongsuite-python-agent/pull/67))

instrumentation-loongsuite/loongsuite-instrumentation-mem0/src/opentelemetry/instrumentation/mem0/internal/_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
SpanName,
2828
)
2929
from opentelemetry.trace import SpanKind, Status, StatusCode, Tracer
30-
3130
from opentelemetry.util.genai._extended_memory import MemoryInvocation
3231
from opentelemetry.util.genai.extended_handler import ExtendedTelemetryHandler
3332

0 commit comments

Comments
 (0)