Metadata-Version: 2.4
Name: zenve-adapters
Version: 0.1.4
Summary: Zenve agent adapter framework — base types for adapters that run agents (Claude Code, opencode, etc.)
Project-URL: Homepage, https://github.com/zenve-ai/zenve
Project-URL: Repository, https://github.com/zenve-ai/zenve
Project-URL: Issues, https://github.com/zenve-ai/zenve/issues
Author-email: Alexandru Ghiura <ghalex@gmail.com>
License: MIT
Keywords: agents,automation,claude,github,zenve
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.13
Requires-Dist: pydantic>=2
Description-Content-Type: text/markdown

# zenve-adapters

Base types and registry for Zenve agent adapters.

An adapter is the subprocess wrapper that actually runs an agent — Claude Code, opencode, or any other agent runtime. The adapter receives a `RunContext` (agent dir, run id, message, tools, env, event callback) and returns a `RunResult`.

This package is a dependency of [`zenve-engine`](https://pypi.org/project/zenve-engine/) and [`zenve-cli`](https://pypi.org/project/zenve-cli/). You normally don't install it directly.

See the [Zenve repository](https://github.com/zenve-ai/zenve) for documentation.

## License

MIT
