Codex SDK
12 hours ago
- #Codex
- #CI/CD
- #Automation
- Programmatically control Codex for various use cases like CI/CD pipelines, creating agents, internal tools, and application integration.
- Different methods to control Codex programmatically: TypeScript library, Codex CLI programmatically, and GitHub Action.
- TypeScript library requires Node.js v18, installed via npm, and allows starting/resuming threads with Codex.
- Codex CLI can be used programmatically with the `exec` command for tasks like finding TODOs and creating plans.
- GitHub Action enables running Codex in workflows with controlled privileges, useful for autofixing CI failures.