agent-ui
ui.inference.shから提供されるReact/Next.js向けのオールインワンエージェントコンポーネントです。ランタイム、ツール、ストリーミング、承認機能、ウィジェットがすべて組み込まれた単一のコンポーネントを提供します。 主な機能としては、ドロップイン型エージェント、人間介入のループ機構、クライアント側でのツール実行、フォーム自動入力に対応しています。 AIチャットインターフェース、エージェンティックUI、SaaS向けコパイロット、アシスタント機能の構築に活用できます。
description の原文を見る
Batteries-included agent component for React/Next.js from ui.inference.sh. One component with runtime, tools, streaming, approvals, and widgets built in. Capabilities: drop-in agent, human-in-the-loop, client-side tools, form filling. Use for: building AI chat interfaces, agentic UIs, SaaS copilots, assistants. Triggers: agent component, agent ui, chat agent, shadcn agent, react agent, agentic ui, ai assistant ui, copilot ui, inference ui, human in the loop
SKILL.md 本文
エージェントコンポーネント
ui.inference.sh のバッテリー内蔵型エージェントコンポーネント。
クイックスタート
# エージェントコンポーネントをインストール
npx shadcn@latest add https://ui.inference.sh/r/agent.json
# プロキシルート用の SDK をインストール
npm install @inferencesh/sdk
セットアップ
1. API プロキシルート (Next.js)
// app/api/inference/proxy/route.ts
import { route } from '@inferencesh/sdk/proxy/nextjs';
export const { GET, POST, PUT } = route;
2. 環境変数
# .env.local
INFERENCE_API_KEY=inf_...
3. コンポーネントを使用
import { Agent } from "@/registry/blocks/agent/agent"
export default
...
詳細情報
- 作者
- aiskillstore
- ライセンス
- 不明
- 最終更新
- 2026/5/12
Source: https://github.com/aiskillstore/marketplace / ライセンス: 未指定