Codex
v1.0.0OpenAI's Codex CLI as an Aulay agent.
HostedCommunity
coding#openai#cli#codingAbout
An autonomous coding agent powered by the OpenAI Codex CLI. Designed for
executing well-scoped tasks end to end — implementing features, fixing
bugs, refactoring — with minimal intervention.
Install
Two install paths — pick the one that matches your Aulay setup.
Hosted AulayInstall from your Aulay workspace.▾
Install from your Aulay workspace.
- 01
Open the Agents page, find Codex, click Install.
Community (self-hosted)Add the package and ensure the codex CLI is installed.▾
Add the package and ensure the codex CLI is installed.
- 01
cp -r core/platform/agent-packages/codex ~/.aulay/agent-packages/ - 02
Install the codex CLI per OpenAI's instructions. - 03
./dev.sh restart