Metadata-Version: 2.4
Name: arunner
Version: 0.0.1
Summary: agent runner - batch-orchestrate AI coding agents from one session: one idempotent tick, no server, no daemon, no admin rights. (0.0.1 reserves the name; the harness ships shortly.)
Author-email: Andrew Stellman <andrew@stellman.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/andrewstellman/arunner
Project-URL: Repository, https://github.com/andrewstellman/arunner
Keywords: agent,orchestration,ai,harness,runner,batch,claude
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# arunner

**agent runner** — batch-orchestrate AI coding agents (or any job that appends
JSON lines to a file). `arunner` runs and monitors many worker processes from
inside your existing agent session, driving a deterministic, disk-backed state
machine **one idempotent tick at a time** — on any agentic system (Claude Code,
Copilot, Codex, Cursor, …). No server, no daemon, no admin rights.

> `arunner new` → describe your run in plain language → it builds, runs, and saves it.

This `0.0.1` release only reserves the name. The harness ships as **v0.1.0**
shortly at https://github.com/andrewstellman/arunner.

Licensed under Apache-2.0.
