We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8ee91 commit 24e358bCopy full SHA for 24e358b
agntcy_acp/agws_v0/__init__.py
@@ -74,4 +74,4 @@
74
DeploymentManifest,
75
)
76
77
-OASF_EXTENSION_NAME_MANIFEST = "oasf.agntcy.org/feature/runtime/manifest"
+OASF_EXTENSION_NAME_MANIFEST = "schema.oasf.agntcy.org/features/runtime/manifest"
agntcy_acp/manifest/__init__.py
@@ -1 +1 @@
1
-from ..agws_v0.models import * # NOQA
+from ..agws_v0 import * # NOQA
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "agntcy-acp"
3
-version = "1.5.0"
+version = "1.5.1"
4
license = "Apache-2.0"
5
description = "Agent Connect Protocol SDK"
6
readme = "README.md"
0 commit comments