An OpenAI Codex CLI provider plugin for Animus.
Status: Under construction — landing in Animus v0.4.x. This crate currently lives in the Animus core workspace at
crates/animus-provider-codex/; v0.4.x extracts it to this standalone repository.
Animus v0.4.0 makes providers (LLM CLI wrappers) pluggable. This repository will ship animus-provider-codex, a stdio plugin that wraps OpenAI's Codex CLI as an Animus provider. Any workflow phase that targets tool: codex dispatches through this plugin.
animus plugin install animus-provider-codexThe Animus daemon image bundles this plugin pre-installed.
agents:
refactor-specialist:
model: gpt-5.2
tool: codex
mcp_servers: ["animus"]- Extract from Animus core workspace at v0.4.x cut
- Publish
animus-provider-codexcrate to crates.io - Release binaries (macOS aarch64/x86_64, Linux x86_64) on tag
- Independent semver track
- CI exercises the contract test from
animus-protocol
- Protocol:
animus-plugin-protocol(provider variant) - Naming: repo, crate, and binary all named
animus-provider-codex - Core repo: Animus
MIT — see LICENSE.