Getting started¶
You can adopt ZEO Creator incrementally. Start with a deterministic local capability, then supply already-collected observations, and introduce a managed runtime when you need recurring commitments and authorized provider effects.
Choose your path¶
- Install from PyPI.
- Invoke your first capability.
- Run
python -m zeo_creator.examples.email_marketingin your environment.
- Read the content portfolio tutorial.
- Collect evidence outside Creator.
- Hand accepted briefs to a production adapter.
- Learn the architecture boundary.
- Follow the runner integration guide.
- Keep effect authorization outside ZEO Creator.
What you need¶
- Python 3.14 or newer
uvor another Python package installer- Zeocore 0.11.0 with the
runtime-hostextra, installed automatically and pinned exactly - No credentials for the quickstart or examples
When you introduce real sources, your runner—not the capability request—must own connections and credentials.