temporal Codex Plugin
Codex PluginCodexDeveloper ToolsCloud, Deployment & CI/CDWeb & App DevelopmentAI Agents & AI App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
This plugin adds a skill that guides users through the full Temporal development lifecycle inside the assistant. It covers writing Temporal applications (workflows, activities, workers) in Python, TypeScript, Go, and Java, operating the Temporal CLI for local development, and administering a self-hosted Temporal Server. It also addresses working with Temporal Cloud for production deployments. The plugin itself is a Codex plugin bundled with a skill folder, authored by Temporal.
About the service
Temporal is a durable execution platform for building applications that keep running correctly through failures such as crashes, network issues, or API outages. Developers write business logic as Temporal Workflows and Activities using SDKs in several languages, while the underlying Temporal Service tracks execution state, retries, timers, and signals. The Temporal Service can be self-hosted as an open-source deployment or run as a managed service called Temporal Cloud, and this plugin's skill addresses both operating modes.
What you can do with temporal
- Get guidance on building Temporal Workflows, Activities, and Workers in Python, TypeScript, Go, or Java
- Get guidance on running and administering a self-hosted Temporal Server
- Use suggested starter prompts such as creating a workflow or building an agent on Temporal
Sources
History of temporal
- Codex Plugin Updated plugin manifest (plugin.json) of temporal
- Codex Plugin Updated version of temporal (0.2.2 → 0.4.0)