Metadata-Version: 2.4
Name: caspase
Version: 0.1.0a0
Summary: Caspase SDK — apoptosis protocol core: watcher state, symptom checks, death certificates, and control-plane client
License: MIT
Requires-Python: >=3.14
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.8
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12
Provides-Extra: langgraph
Requires-Dist: langchain-core>=0.3; extra == 'langgraph'
Requires-Dist: langgraph>=0.2; extra == 'langgraph'
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. Use it via a framework adapter such as
[`caspase-hermes`](../caspase-hermes), or wire it in directly with `watch()` if
you're building a custom adapter.

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