core-agent-ide/codex-rs/core
aibrahim-oai 5a0079fea2
Changing method in MCP notifications (#1684)
- Changing the codex/event type
2025-07-26 10:35:49 -07:00
..
src Changing method in MCP notifications (#1684) 2025-07-26 10:35:49 -07:00
tests fix: create separate test_support crates to eliminate #[allow(dead_code)] (#1667) 2025-07-24 12:19:46 -07:00
Cargo.toml Optionally run using user profile (#1678) 2025-07-25 11:45:23 -07:00
prompt.md feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
README.md feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00

codex-core

This crate implements the business logic for Codex. It is designed to be used by the various Codex UIs written in Rust.

Though for non-Rust UIs, we are also working to define a protocol for talking to Codex. See:

You can use the proto subcommand using the executable in the cli crate to speak the protocol using newline-delimited-JSON over stdin/stdout.