monoloop-connector-codex
OpenAI Codex ACP profile.
Component role: Channel profile for Component 01 (Connector). Pair with
monoloop-loop ChannelBinding / the monoloop façade.
License: AGPL-3.0-or-later. Commercial: https://frogfish.io
Transport
JSON-RPC 2.0 over stdio NDJSON (codex-acp)
Assemble
- Construct profile config + secret resolver (if required).
- Call
codex_channel_binding(...)to get amonoloop_loop::ChannelBinding. - Insert into
ChannelRegistryand startDefaultTransactionRuntime(seemonoloop/monoloop-loopREADMEs andfake_echoexamples).
use codex_channel_binding;
// → ChannelBinding ready for ChannelRegistry::build
Live ask/crud examples: monoloop-testkit live_codex_*.
Live end-to-end qualification uses monoloop-testkit examples (not a product
dependency of this crate).
Normative: doc/CODEX_CONNECTOR.md.