Metadata-Version: 2.4
Name: memoflow-anthropic
Version: 0.1.0
Summary: Durable Anthropic Messages adapter for the MemoFlow Python SDK
License-Expression: MIT
Project-URL: Homepage, https://memoflow.io
Project-URL: Repository, https://github.com/evigasoft/memoflow
Project-URL: Changelog, https://github.com/evigasoft/memoflow/blob/main/packages/memoflow-anthropic-py/CHANGELOG.md
Project-URL: Issues, https://github.com/evigasoft/memoflow/issues
Keywords: durable-execution,workflows,agents,anthropic
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: memoflow-sdk<0.2,>=0.1.0
Provides-Extra: dev
Requires-Dist: mypy<3,>=1.19; extra == "dev"
Requires-Dist: pytest<10,>=9; extra == "dev"
Requires-Dist: ruff<1,>=0.14; extra == "dev"
Provides-Extra: official-client
Requires-Dist: anthropic==0.116.0; extra == "official-client"

# MemoFlow Anthropic adapter for Python

Optional, provider-dependency-free Anthropic Messages adapter for server-backed
MemoFlow activities. It reserves before provider dispatch, records digest-only
invocation/tool metadata, normalizes cache-aware usage, supports streaming and
budgeted client-tool continuation, and restores settled interactions through
protected recorded replay. Terminal and tool-continuation envelopes are bound
to the complete initial Messages request and registered executor versions;
changed-input key reuse fails before budget admission or provider dispatch.

The official `anthropic` client is an exact CI-only optional extra used for
compatibility qualification; it is not installed for adapter consumers.
