
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@nyosegawa/agent-ui-react
Advanced tools
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.
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";
| Use case | Import |
|---|---|
| Default provider and chat preset | import { AgentProvider, AgentChat } from "@nyosegawa/agent-ui-react"; |
| Preset replacement map and defaults | import { defaultAgentComponents, type AgentComponents } from "@nyosegawa/agent-ui-react"; |
| Visual building blocks | import { AgentThreadView, AgentComposer } from "@nyosegawa/agent-ui-react/primitives"; |
| Host-owned controllers | import { useAgentChatController } from "@nyosegawa/agent-ui-react/headless"; |
| Bundled stylesheet | import "@nyosegawa/agent-ui-react/styles.css"; |
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 prop, 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
React hooks and components for Agent UI.
The npm package @nyosegawa/agent-ui-react receives a total of 56 weekly downloads. As such, @nyosegawa/agent-ui-react popularity was classified as not popular.
We found that @nyosegawa/agent-ui-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.