Metadata-Version: 2.4
Name: hold-warden
Version: 0.1.1
Summary: Warden: verified enforcement daemon for Hold My Agent — executes only signed, single-use approvals
License: MIT
Project-URL: Homepage, https://holdmyagent.com
Project-URL: Repository, https://github.com/holdmyagent/arbiter
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27
Requires-Dist: cryptography>=42
Requires-Dist: pyjwt[crypto]>=2.9
Requires-Dist: uvicorn>=0.32
Requires-Dist: click>=8.1
Requires-Dist: tomlkit>=0.12
Provides-Extra: dev
Requires-Dist: pytest>=8.3; extra == "dev"
Requires-Dist: ruff>=0.6; extra == "dev"

# hold-warden

Warden — the enforcement daemon for [Hold My Agent](https://holdmyagent.com).

The agent proposes; the human rules on their phone; the warden verifies the
signed verdict against the exact action bytes and executes with credentials
the agent never sees. HMA is the gate; the warden decides whether the agent
walks through it or merely promises to.

See `docs/warden.md` in the repository root for the full guide.
