Metadata-Version: 2.4
Name: zenve-runtime
Version: 0.1.5
Summary: Zenve runtime daemon — local FastAPI service that owns workspaces and runs
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,fastapi,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: croniter>=2.0
Requires-Dist: fastapi>=0.115.0
Requires-Dist: pydantic>=2
Requires-Dist: pyyaml
Requires-Dist: uvicorn[standard]>=0.30.0
Requires-Dist: zenve-engine>=0.1.5
Description-Content-Type: text/markdown

# zenve-runtime

Local FastAPI daemon (port 8001) that owns Zenve workspaces, runs, and the scheduler. The [`zenve` CLI](https://pypi.org/project/zenve-cli/) auto-starts this daemon and talks to it over HTTP.

You normally don't install this directly — `pip install zenve-cli` or `uv tool install zenve-cli` pulls it in.

## Run standalone

```bash
runtime-start
curl localhost:8001/healthz
```

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

## License

MIT
