Plugins that connect AI agent frameworks and SDKs to Temporal durable
execution. Each plugin is its own package with its own dependencies, tests, version and release
cadence, laid out as <language>/<integration>/.
| Plugin | Package | Root API | Maturity |
|---|---|---|---|
python/mcp |
temporalio-mcp |
temporalio.mcp |
Experimental |
python/openai_agents |
temporalio-openai-agents |
temporalio.openai_agents |
GA |
More plugins are migrating here from the SDK repositories; see the target table in
AGENTS.md.
$ uv add temporalio-mcp
$ uv add temporalio-openai-agents
$ cd python/openai_agents
$ make sync # non-editable install into .venv (see AGENTS.md for why)
$ make lint
$ make test # provider calls use deterministic local models and transports
make help lists every target. Conventions, CI design, release process and migration procedure
are in AGENTS.md; contributor workflow is in CONTRIBUTING.md.
MIT. Each plugin directory carries an identical copy so every published package ships the license text.