agent-ui

Installation
Summary

Drop-in React/Next.js agent component with runtime, tools, streaming, and human-in-the-loop approvals built in.

  • Single component handles agent execution, tool lifecycle management, real-time token streaming, and approval flows without backend logic
  • Supports client-side tools that run in the browser, file and image uploads, and declarative JSON widgets for agent-generated UI
  • Includes API proxy route setup for Next.js and configurable agent parameters like model selection, system prompts, and tool definitions
  • Human-in-the-loop approval system lets you gate tool execution with pending, progress, and results states
SKILL.md

Install the belt CLI skill: npx skills add belt-sh/cli

Agent Component

Batteries-included agent component from ui.inference.sh.

Agent Component

Quick Start

# Install the agent component
npx shadcn@latest add https://ui.inference.sh/r/agent.json

# Add the SDK for the proxy route
npm install @inferencesh/sdk

Setup

Related skills
Installs
GitHub Stars
500
First Seen
agent-ui — inferen-sh/skills