ecp-runtime 0.3.2__tar.gz → 0.3.3__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.
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/PKG-INFO +2 -2
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/README.md +1 -1
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/pyproject.toml +1 -1
- ecp_runtime-0.3.3/src/ecp_runtime/__init__.py +2 -0
- ecp_runtime-0.3.2/src/ecp_runtime/__init__.py +0 -2
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/.gitignore +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/src/ecp_runtime/cli.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/src/ecp_runtime/graders.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/src/ecp_runtime/manifest.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/src/ecp_runtime/reporter.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/src/ecp_runtime/runner.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/src/ecp_runtime/trend.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/tests/__init__.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/tests/test_cli.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/tests/test_example_integrations.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/tests/test_graders.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/tests/test_manifest.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/tests/test_runner.py +0 -0
- {ecp_runtime-0.3.2 → ecp_runtime-0.3.3}/tests/test_trend.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ecp-runtime
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Vendor-neutral runtime for portable AI agent evaluations with outputs, tool calls, and audit context.
|
|
5
5
|
Project-URL: Homepage, https://github.com/evaluation-context-protocol/ecp
|
|
6
6
|
Project-URL: Documentation, https://evaluationcontextprotocol.io/
|
|
@@ -25,7 +25,7 @@ ECP is a vendor-neutral protocol for testing agent outputs, tool calls, and eval
|
|
|
25
25
|
## Install
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
pip install "ecp-runtime==0.3.
|
|
28
|
+
pip install "ecp-runtime==0.3.3"
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ecp-runtime"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.3"
|
|
8
8
|
description = "Vendor-neutral runtime for portable AI agent evaluations with outputs, tool calls, and audit context."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "ECP Maintainers", email = "aniket.wattamwar17@gmail.com" },
|
|
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
|