agent-host 0.0.1__py3-none-any.whl

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_host/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ coordinate = "agent-host"
2
+ product = "ahp"
3
+ status = "pre-release-coordinate-scaffold"
4
+ target = "ahp_pypi_agent_host"
5
+ claim_intent = "c873e4f3-af2e-476c-9a92-febdc6aadf9a"
6
+ __all__ = ["coordinate", "product", "status", "target", "claim_intent"]
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: agent-host
3
+ Version: 0.0.1
4
+ Summary: Ahp public package coordinate scaffold
5
+ License-Expression: LicenseRef-Proprietary
6
+ Project-URL: AI Fleet claim intent, https://mouch.name/#ai-fleet-public-package-claim-c873e4f3-af2e-476c-9a92-febdc6aadf9a
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # agent-host
11
+
12
+ This is the pre-release public coordinate scaffold for **Ahp**.
13
+
14
+ It intentionally contains only machine-readable package identity metadata. It does not yet ship the product runtime, CLI, server, client, or adapter. A later version will replace this scaffold from the product's selected source owner.
15
+
16
+ ```python
17
+ from agent_host import coordinate, product, status, target
18
+ print({"coordinate": coordinate, "product": product, "status": status, "target": target})
19
+ ```
@@ -0,0 +1,5 @@
1
+ agent_host/__init__.py,sha256=GJCpRuK8s13AC5rMrcJqb4Rbq798g7mdU9p6guh5-mI,242
2
+ agent_host-0.0.1.dist-info/METADATA,sha256=bOITZ6_y3HRwpTerjcLlWuLswm2G4OJcnvLLQsKixUY,810
3
+ agent_host-0.0.1.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
4
+ agent_host-0.0.1.dist-info/top_level.txt,sha256=OfhUCe6rMUk4r8YfmfVB-KGOqUpHLQ5gswHFUdTqZt0,11
5
+ agent_host-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ agent_host