Metadata-Version: 2.4
Name: caspase
Version: 0.1.0a1
Summary: Caspase SDK — apoptosis protocol core: watcher state, symptom checks, death certificates, and control-plane client
License: MIT
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.8
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# caspase

The Caspase SDK — `WatcherState`, symptom checks, death certificates,
control-plane client, and the `caspase` operator CLI.

This is the framework-agnostic core. The supported framework adapter today is
[`caspase-hermes`](../caspase-hermes) — install that package to supervise
Hermes Agent sessions with one `pip install`.

See the [repo root README](../../README.md) for product overview, install
walkthrough, environment variables, and operator workflows.
