Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "mce-deepeval-adapter"
version = "0.1.1"
version = "0.2.0"
license = "Apache-2.0"
description = "DeepEval integration adapter for Metrics Computation Engine"
authors = [
Expand Down
3,656 changes: 3,656 additions & 0 deletions metrics_computation_engine/plugins/adapters/deepeval_adapter/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "mce-opik-adapter"
version = "0.1.1"
version = "0.2.0"
license = "Apache-2.0"
description = "Opik integration adapter for Metrics Computation Engine"
authors = [
Expand Down
5,525 changes: 5,525 additions & 0 deletions metrics_computation_engine/plugins/adapters/opik_adapter/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ build-backend = "hatchling.build"

[project]
name = "mce-ragas-adapter"
version = "0.1.1"
version = "0.2.0"
license = "Apache-2.0"
description = "RAGAS integration adapter for Metrics Computation Engine"
authors = [
{name = "AGNTCY Telemetry Hub team"},
]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down
3,476 changes: 3,476 additions & 0 deletions metrics_computation_engine/plugins/adapters/ragas_adapter/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ build-backend = "hatchling.build"

[project]
name = "mce_metrics_plugin"
version = "0.1.2"
version = "0.2.0"
license = "Apache-2.0"
description = "Metrics plugin"
authors = [
{name = "AGNTCY Telemetry Hub team"},
]

requires-python=">3.8"
requires-python=">3.11"

dependencies = [
"metrics-computation-engine",
Expand Down
3,064 changes: 3,064 additions & 0 deletions metrics_computation_engine/plugins/mce_metrics_plugin/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion metrics_computation_engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "hatchling.build"

[project]
name = "metrics-computation-engine"
version = "1.2.1"
version = "1.3.0"
license = "Apache-2.0"
description = "Service for computing metrics on AI agent performance data"
readme = "README.md"
Expand Down
3,794 changes: 1,897 additions & 1,897 deletions metrics_computation_engine/uv.lock

Large diffs are not rendered by default.