agent-action-capsule 0.0.1__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.
- agent_action_capsule-0.0.1/PKG-INFO +26 -0
- agent_action_capsule-0.0.1/README.md +11 -0
- agent_action_capsule-0.0.1/agent_action_capsule/__init__.py +6 -0
- agent_action_capsule-0.0.1/agent_action_capsule.egg-info/PKG-INFO +26 -0
- agent_action_capsule-0.0.1/agent_action_capsule.egg-info/SOURCES.txt +7 -0
- agent_action_capsule-0.0.1/agent_action_capsule.egg-info/dependency_links.txt +1 -0
- agent_action_capsule-0.0.1/agent_action_capsule.egg-info/top_level.txt +1 -0
- agent_action_capsule-0.0.1/pyproject.toml +26 -0
- agent_action_capsule-0.0.1/setup.cfg +4 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agent-action-capsule
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Agent Action Capsule — a SCITT application profile for verifiable agent actions (name claim; implementation to follow).
|
|
5
|
+
Author: Action State Group
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/agent-action-capsule
|
|
8
|
+
Keywords: scitt,cose,agent,capsule,attestation,transparency
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Topic :: Security :: Cryptography
|
|
13
|
+
Requires-Python: >=3.9
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
<!-- SPDX-License-Identifier: Apache-2.0 -->
|
|
17
|
+
# agent-action-capsule
|
|
18
|
+
|
|
19
|
+
**Name claim.** This release reserves the `agent-action-capsule` package name
|
|
20
|
+
for the **Agent Action Capsule** — a SCITT application profile for verifiable
|
|
21
|
+
agent actions. It contains no implementation yet; the real release will follow.
|
|
22
|
+
|
|
23
|
+
The profile-agnostic SCITT/COSE substrate it will build on is already
|
|
24
|
+
published: [`scitt-cose`](https://pypi.org/project/scitt-cose/).
|
|
25
|
+
|
|
26
|
+
Operated by Action State Group. Apache-2.0.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- SPDX-License-Identifier: Apache-2.0 -->
|
|
2
|
+
# agent-action-capsule
|
|
3
|
+
|
|
4
|
+
**Name claim.** This release reserves the `agent-action-capsule` package name
|
|
5
|
+
for the **Agent Action Capsule** — a SCITT application profile for verifiable
|
|
6
|
+
agent actions. It contains no implementation yet; the real release will follow.
|
|
7
|
+
|
|
8
|
+
The profile-agnostic SCITT/COSE substrate it will build on is already
|
|
9
|
+
published: [`scitt-cose`](https://pypi.org/project/scitt-cose/).
|
|
10
|
+
|
|
11
|
+
Operated by Action State Group. Apache-2.0.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
2
|
+
"""Name claim for the Agent Action Capsule — a SCITT application profile for
|
|
3
|
+
verifiable agent actions. No implementation yet; the real release will follow.
|
|
4
|
+
The substrate it builds on is published as ``scitt-cose``."""
|
|
5
|
+
|
|
6
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agent-action-capsule
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Agent Action Capsule — a SCITT application profile for verifiable agent actions (name claim; implementation to follow).
|
|
5
|
+
Author: Action State Group
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/agent-action-capsule
|
|
8
|
+
Keywords: scitt,cose,agent,capsule,attestation,transparency
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Topic :: Security :: Cryptography
|
|
13
|
+
Requires-Python: >=3.9
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
<!-- SPDX-License-Identifier: Apache-2.0 -->
|
|
17
|
+
# agent-action-capsule
|
|
18
|
+
|
|
19
|
+
**Name claim.** This release reserves the `agent-action-capsule` package name
|
|
20
|
+
for the **Agent Action Capsule** — a SCITT application profile for verifiable
|
|
21
|
+
agent actions. It contains no implementation yet; the real release will follow.
|
|
22
|
+
|
|
23
|
+
The profile-agnostic SCITT/COSE substrate it will build on is already
|
|
24
|
+
published: [`scitt-cose`](https://pypi.org/project/scitt-cose/).
|
|
25
|
+
|
|
26
|
+
Operated by Action State Group. Apache-2.0.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
agent_action_capsule
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
2
|
+
[build-system]
|
|
3
|
+
requires = ["setuptools>=68"]
|
|
4
|
+
build-backend = "setuptools.build_meta"
|
|
5
|
+
|
|
6
|
+
[project]
|
|
7
|
+
name = "agent-action-capsule"
|
|
8
|
+
version = "0.0.1"
|
|
9
|
+
description = "Agent Action Capsule — a SCITT application profile for verifiable agent actions (name claim; implementation to follow)."
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
requires-python = ">=3.9"
|
|
12
|
+
license = { text = "Apache-2.0" }
|
|
13
|
+
authors = [{ name = "Action State Group" }]
|
|
14
|
+
keywords = ["scitt", "cose", "agent", "capsule", "attestation", "transparency"]
|
|
15
|
+
classifiers = [
|
|
16
|
+
"Development Status :: 1 - Planning",
|
|
17
|
+
"License :: OSI Approved :: Apache Software License",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Topic :: Security :: Cryptography",
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
[project.urls]
|
|
23
|
+
Homepage = "https://github.com/agent-action-capsule"
|
|
24
|
+
|
|
25
|
+
[tool.setuptools]
|
|
26
|
+
packages = ["agent_action_capsule"]
|