Skip to content

Commit 45264b2

Browse files
committed
1 This LISENSE file has been removed;
2 The CHANGELOG.md file has been added; 3 Metric is not supported.
1 parent 869042b commit 45264b2

File tree

3 files changed

+18
-202
lines changed

3 files changed

+18
-202
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
## Version 0.1.0 (2026-03-05)
11+
12+
13+
14+
### Added
15+
16+
- Initialize the instrumentation for CrewAI
17+
([#87](https://github.com/alibaba/loongsuite-python-agent/pull/87))

instrumentation-loongsuite/loongsuite-instrumentation-crewai/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

instrumentation-loongsuite/loongsuite-instrumentation-crewai/src/opentelemetry/instrumentation/crewai/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
_instruments = ("crewai >= 0.70.0",)
1616

17-
_supports_metrics = True
17+
_supports_metrics = False

0 commit comments

Comments
 (0)