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

@nyosegawa/agent-ui-server

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-server

Node local bridge helpers for Agent UI.

latest
Source
npmnpm
Version
4.0.0
Version published
Maintainers
1
Created
Source

@nyosegawa/agent-ui-server

Node local bridge helpers for Agent UI.

Use this package when a host application needs local WebSocket bridge helpers, upload handling, or one-shot RPC utilities around Codex App Server.

Install

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

Common Imports

Use caseImport
Full-chat WebSocket bridgeimport { attachAgentUiWebSocketBridge } from "@nyosegawa/agent-ui-server";
Lower-level upgraded-socket handlerimport { handleAgentUiWebSocketConnection } from "@nyosegawa/agent-ui-server";
Local media upload/static helperimport { createAgentUiLocalMediaHelper } from "@nyosegawa/agent-ui-server";
One-shot RPC helpersimport { createAgentUiNextRpcRoute, createAgentUiExpressMiddleware } from "@nyosegawa/agent-ui-server";
Bearer WebSocket subprotocol verificationimport { verifyAgentUiBearerSubprotocol } from "@nyosegawa/agent-ui-server";
Raw stdio/process ownershipimport { createCodexAppServerBridge } from "@nyosegawa/agent-ui-server/advanced";

Package Boundary

Use the package root for normal host integration: WebSocket bridges, local media, one-shot RPC, method policy, server-request policy, dynamic-tool policy, redaction, and host-event helpers. Use /advanced only when the host deliberately owns raw stdio process composition.

This package provides bridge helpers. Host applications own process lifecycle, authorization, network exposure, deployment topology, persistence, and resource policy.

Use explicit bridge admission, browser method policy, one-shot method policy, dynamic-tool policy, local media serving, redaction, and host event sinks. Non-loopback bridges, upload/static authorization, tenant/workspace isolation, audit storage, billing, and deployment policy remain host-owned.

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