🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nyosegawa/agent-ui-codex

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nyosegawa/agent-ui-codex

Codex App Server transport and normalizer for Agent UI.

latest
Source
npmnpm
Version
4.0.0
Version published
Maintainers
1
Created
Source

@nyosegawa/agent-ui-codex

Codex App Server transport, request builders, generated protocol metadata, and normalization helpers for Agent UI.

Use this package when a host application connects Agent UI primitives to the Codex App Server protocol.

Install

bun add @nyosegawa/agent-ui-codex @nyosegawa/agent-ui-core

Common Imports

Use caseImport
Browser WebSocket transportimport { createCodexWebSocketTransport } from "@nyosegawa/agent-ui-codex/websocket";
Text, image, mention, and skill input buildersimport { textInput, localImageInput } from "@nyosegawa/agent-ui-codex/request-builders";
Grouped productized clientsimport { createCodexClients } from "@nyosegawa/agent-ui-codex/clients";
Session facadeimport { createCodexSession } from "@nyosegawa/agent-ui-codex/session";
Stable generated method typesimport type { ThreadStartParams } from "@nyosegawa/agent-ui-codex/stable-types";
Normalized event helpersimport { normalizeCodexServerMessage } from "@nyosegawa/agent-ui-codex/normalizer";
Success-path App Server test fixtureimport { createCodexAppServerSuccessFixture } from "@nyosegawa/agent-ui-codex/test-fixtures";

Package Boundary

This package models Codex App Server protocol behavior. It does not own the Codex process lifecycle, user credentials, remote deployment policy, or application-specific workflow orchestration.

Use the documented subpaths for browser-safe clients, request builders, normalizers, stable generated types, the session facade, and WebSocket transport. Generated schema files are source-owned implementation inputs, not deep-import targets.

The test-fixtures subpath provides an in-memory success-path Codex App Server fixture for host tests that need to exercise thread/start, turn/start, streamed assistant deltas, turn/steer, turn/interrupt, and turn/completed. It is not a process, authentication, storage, or bridge-policy runtime.

See the repository docs for current package exports and integration guidance: https://github.com/nyosegawa/agent-ui

FAQs

Package last updated on 01 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts