Replay is a radically simple attempt at software orchestration - to build, manage, maintain and improve software automatically.
Replay has a few interesting properties:
-
Explicitly non-linear execution It does not assume everything is a pipeline. Tasks can loop, check, and reintroduce.
-
Event-driven Everything is based around events.
Replay stands on the shoulders of great existing projects.
- OpenAI - Codex - Pty implementation and lots of inspiration
- Anthropic - LLM Code SDK is based on Anthropic's Go SDK
Replay is made available under the AGPLv3 license, based on a mixture of MIT and GPL licensed components and original work.