arig 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.
- arig/__init__.py +8 -0
- arig/_reserve.py +22 -0
- arig-0.0.1.dist-info/METADATA +32 -0
- arig-0.0.1.dist-info/RECORD +7 -0
- arig-0.0.1.dist-info/WHEEL +5 -0
- arig-0.0.1.dist-info/entry_points.txt +2 -0
- arig-0.0.1.dist-info/top_level.txt +1 -0
arig/__init__.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"""arig - agent rig: batch orchestration for AI coding agents.
|
|
2
|
+
|
|
3
|
+
This is a pre-release name reservation (see __version__). The harness itself -
|
|
4
|
+
a deterministic, disk-backed state machine that runs and monitors many worker
|
|
5
|
+
processes from inside your existing agent session, one idempotent tick at a
|
|
6
|
+
time - ships as v0.1.0 shortly.
|
|
7
|
+
"""
|
|
8
|
+
__version__ = "0.0.1"
|
arig/_reserve.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"""Pre-release reservation entry point (version from arig.__version__).
|
|
2
|
+
|
|
3
|
+
Prints a placeholder line so `arig` / `arig --version` is a valid installed
|
|
4
|
+
command while the name is reserved on PyPI/npm. Intentionally minimal and
|
|
5
|
+
ASCII-safe; v0.1.0 wires the real tick engine + ticker."""
|
|
6
|
+
from __future__ import annotations
|
|
7
|
+
import sys
|
|
8
|
+
|
|
9
|
+
from arig import __version__
|
|
10
|
+
|
|
11
|
+
_MSG = (f"arig {__version__} - pre-release placeholder; agent rig (batch "
|
|
12
|
+
f"orchestration for AI coding agents) ships here shortly: "
|
|
13
|
+
f"https://github.com/andrewstellman/arig")
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def main(argv=None) -> int:
|
|
17
|
+
print(_MSG)
|
|
18
|
+
return 0
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
if __name__ == "__main__":
|
|
22
|
+
sys.exit(main())
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: arig
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: agent rig - batch orchestration for AI coding agents: one idempotent tick, no server, no daemon, no admin rights. (0.0.1 reserves the name; the harness ships here shortly.)
|
|
5
|
+
Author-email: Andrew Stellman <andrew@stellman.com>
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/andrewstellman/arig
|
|
8
|
+
Project-URL: Repository, https://github.com/andrewstellman/arig
|
|
9
|
+
Keywords: agent,orchestration,ai,harness,rig,batch,claude
|
|
10
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Intended Audience :: Developers
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# arig
|
|
20
|
+
|
|
21
|
+
**agent rig** — batch orchestration for AI coding agents (or any job that
|
|
22
|
+
appends JSON lines to a file). `arig` runs and monitors many worker processes
|
|
23
|
+
from inside your existing agent session, driving a deterministic, disk-backed
|
|
24
|
+
state machine **one idempotent tick at a time**. No server, no daemon, no admin
|
|
25
|
+
rights.
|
|
26
|
+
|
|
27
|
+
> Rig up your agents: `arig run plan.json`
|
|
28
|
+
|
|
29
|
+
This `0.0.1` release only reserves the name. The harness ships as **v0.1.0**
|
|
30
|
+
shortly at https://github.com/andrewstellman/arig.
|
|
31
|
+
|
|
32
|
+
Licensed under Apache-2.0.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
arig/__init__.py,sha256=7d1ELdU9yGvFmTyn3PvDPb3obJ2iEMnK4LCAgBHAdsw,355
|
|
2
|
+
arig/_reserve.py,sha256=ntYxB4VGPWuFb5dJ_hb8MXrwuQ8B7oy28uV0SCC87f8,662
|
|
3
|
+
arig-0.0.1.dist-info/METADATA,sha256=6hu_IAMkcvqL2C81VVZn5j2-90koC3r7dtEciNmzdmU,1381
|
|
4
|
+
arig-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
5
|
+
arig-0.0.1.dist-info/entry_points.txt,sha256=KA4SrCKmk8Q3zwXReUIto1WPZYNo2Pil-mCqyo9Oulc,44
|
|
6
|
+
arig-0.0.1.dist-info/top_level.txt,sha256=YPyCBxtY4OWzlYAVFzxE6dDpDAelZqB2RYqGmMfGj9E,5
|
|
7
|
+
arig-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
arig
|