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

@nyosegawa/agent-ui-react

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

React hooks and components for Agent UI.

Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
30
100%
Maintainers
1
Weekly downloads
 
Created
Source

@nyosegawa/agent-ui-react

React preset, headless controllers, and transcript-first UI primitives for Agent UI.

Use this package when a host application wants to compose Agent UI in a React surface while keeping runtime ownership in the host.

Install

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

Import the public stylesheet once:

import "@nyosegawa/agent-ui-react/styles.css";

Package Boundary

This package provides three public entrypoints:

  • @nyosegawa/agent-ui-react for the default AgentProvider / AgentChat preset.
  • @nyosegawa/agent-ui-react/primitives for visual building blocks.
  • @nyosegawa/agent-ui-react/headless for hooks, controllers, and stable input/resource types.

It does not own routing, persistence, credentials, process lifecycle, or host-specific product workflows.

Customize the preset through public props, the components map, primitives, headless controllers, and tokens. Import @nyosegawa/agent-ui-react/styles.css once; do not depend on private style chunks, internal .aui-* selectors, source modules, or generated Codex payloads as React API.

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

FAQs

Package last updated on 29 Jun 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