Skip to content

Releases: jovijovi/agent-run-supervisor

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:23

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 09 Jul 03:11

What's Changed

  • fix: compile session goal files via goal contract by @jovijovi in #61

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:13

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:55

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

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:12
1927c69

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

Choose a tag to compare

@jovijovi jovijovi released this 06 Jul 10:10
288eeb3

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_verdict always null).
  • Two execution modes — one-shot acpx exec and 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 acpx 0.12.0.
  • Operational tooling — read-only doctor, confined retention/cleanup, process-liveness crash recovery, and local dev gates via make verify / ./scripts/verify_local.sh.

Install

pip install agent-run-supervisor==0.1.0
agent-run-supervisor doctor

Or from source with uv:

git clone https://github.com/jovijovi/agent-run-supervisor.git
cd agent-run-supervisor
make sync && make verify

Requirements

  • 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_roots is 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.