agent-meta-runtime 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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"""agent-meta-runtime: placeholder package reserving the name on PyPI.
|
|
2
|
+
|
|
3
|
+
The real runtime is designed in `docs/Agent_Meta_Runtime_Seed_Harness_Requirements_Design_v0.1.md`
|
|
4
|
+
and will ship under subsequent versions. This 0.0.1 wheel exists only to claim
|
|
5
|
+
the distribution name so it cannot be squatted between now and the v0.1 release.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
from __future__ import annotations
|
|
9
|
+
|
|
10
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agent-meta-runtime
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder package reserving the agent-meta-runtime name on PyPI. Real implementation tracked in docs/Agent_Meta_Runtime_Seed_Harness_Requirements_Design_v0.1.md.
|
|
5
|
+
Author: chadwweng
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Keywords: agent,agent-meta-runtime,placeholder,runtime
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# agent-meta-runtime
|
|
12
|
+
|
|
13
|
+
**Status: placeholder.** This 0.0.1 release exists only to reserve the PyPI name.
|
|
14
|
+
|
|
15
|
+
Real design is in [`docs/Agent_Meta_Runtime_Seed_Harness_Requirements_Design_v0.1.md`](docs/Agent_Meta_Runtime_Seed_Harness_Requirements_Design_v0.1.md).
|
|
16
|
+
|
|
17
|
+
## Install
|
|
18
|
+
|
|
19
|
+
```sh
|
|
20
|
+
pip install agent-meta-runtime
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
This will install nothing functional until a later version ships.
|
|
24
|
+
|
|
25
|
+
## License
|
|
26
|
+
|
|
27
|
+
MIT.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
agent_meta_runtime/__init__.py,sha256=nO56rAwNcZ2gj2YbuWdBvMEe2XP7hAzpjGCRozB3i3I,393
|
|
2
|
+
agent_meta_runtime-0.0.1.dist-info/METADATA,sha256=m19EBXsUJl6ztglSZ2F7qChDHP-eFrKilyJSX8exE5M,794
|
|
3
|
+
agent_meta_runtime-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
agent_meta_runtime-0.0.1.dist-info/RECORD,,
|