Metadata-Version: 2.5
Name: semora
Version: 0.3.3
Summary: Durable execution controls, approval revalidation and effect recovery for Pydantic AI agents.
Project-URL: Homepage, https://github.com/donggyun112/semora
Project-URL: Source, https://github.com/donggyun112/semora
Project-URL: Changelog, https://github.com/donggyun112/semora/blob/main/CHANGELOG.md
Author: donggyun112
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pydantic-ai-slim<3,>=2.38
Requires-Dist: semora-store==0.3.3
Provides-Extra: openai
Requires-Dist: pydantic-ai-slim[openai]<3,>=2.38; extra == 'openai'
Provides-Extra: postgres
Requires-Dist: semora-store-pg==0.3.3; extra == 'postgres'
