Releases: jovijovi/agent-run-supervisor
Releases · jovijovi/agent-run-supervisor
Release list
v0.1.6
What's Changed
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
What's Changed
- docs: sync README with release 0.1.2 by @jovijovi in #56
- docs: fix README examples and codify agent workflow rules by @jovijovi in #57
- docs: restructure roadmap governance with active/archive plans by @jovijovi in #58
- cicd: add version bump tooling and sync guards by @jovijovi in #59
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- test: raise preflight.py coverage to 98% by @jovijovi in #49
- test: raise role.py and parser.py coverage to 97%+ by @jovijovi in #50
- test: raise live_stream.py coverage to 97% by @jovijovi in #51
- cicd: attach SHA256SUMS to GitHub Release assets by @jovijovi in #52
- docs: library polish — session_abort/list + fixtures README by @jovijovi in #53
- release: bump version to 0.1.2 by @jovijovi in #54
- fix: generate SHA256SUMS after PyPI publish by @jovijovi in #55
Full Changelog: v0.1.1...v0.1.2
0.1.0
First public pre-release of agent-run-supervisor — a local-first Python library and CLI that supervises ACP/acpx external AGENT runs and produces redacted, auditable evidence.
Highlights
- Role-bound supervision — validate
AgentRoleSpec, compile default-deny acpx policy/argv, and classify supervisor-owned status (business_verdictalwaysnull). - Two execution modes — one-shot
acpx execand a local persistent-session lifecycle (create, send, status, close, abort, list). - Auditable by default — restrictive-permission artifacts (
0700/0600), redaction boundary, and deterministic fixture replay for acpx0.12.0. - Operational tooling — read-only
doctor, confined retention/cleanup, process-liveness crash recovery, and local dev gates viamake verify/./scripts/verify_local.sh.
Install
pip install agent-run-supervisor==0.1.0
agent-run-supervisor doctorOr from source with uv:
git clone https://github.com/jovijovi/agent-run-supervisor.git
cd agent-run-supervisor
make sync && make verifyRequirements
- Runtime: Python ≥ 3.11, standard-library only (zero third-party runtime dependencies).
- Real AGENT runs: Node.js, acpx, and the target AGENT CLI must be available locally.
Notes
- This is an alpha release (
0.1.0); surfaces and result schemas may still change. - The supervisor validates cwd intent only —
allowed_rootsis not an OS/filesystem sandbox. - No business verdict, IM delivery, Gateway lifecycle, or public ingress is included; see project non-goals in the README.
Full changelog
See CHANGELOG.md.