Metadata-Version: 2.4
Name: warrantd-core
Version: 0.3.0
Summary: A warrant daemon for agent actions — earned autonomy with an audit trail.
Project-URL: Homepage, https://github.com/moritzkazooba-wq/warrantd
Project-URL: Repository, https://github.com/moritzkazooba-wq/warrantd
Author: Moritz
License: MIT
License-File: LICENSE
Keywords: agents,approval,audit,autonomy,guardrails,trust
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# warrantd-core

The `warrantd` trust-layer library: decides whether an agent action is
**ALLOW**, **REQUIRE_APPROVAL**, or **BLOCK**, and governs how an action class
*earns* more autonomy over time. Zero runtime dependencies (CI-enforced).

This distribution ships the importable `warrantd` package:

```python
from warrantd import TrustLayer, TrustPolicy
```

Most users should `pip install warrantd` (the meta-package, which depends on
this) rather than installing `warrantd-core` directly.

Full documentation lives in the
[repository README](https://github.com/moritzkazooba-wq/warrantd).
