What problem does it solve?
This Skill provides essential UI components to visualize and manage the lifecycle of tools used by AI agents, from pending execution to displaying results, and handling approvals.
Core Features & Use Cases
- Tool Call Display: Render the details of a tool call, including its name, arguments, and current status (pending, running, error).
- Tool Result Display: Show the outcome of a successfully executed tool, including its results.
- Tool Approval UI: Implement a clear interface for users to approve or deny tool executions that require human-in-the-loop intervention.
- Use Case: Integrate these components into an agent interface to provide users with real-time feedback on agent actions, allowing them to approve sensitive operations like sending emails or modifying data.
Quick Start
Use the tools-ui skill to display a pending tool call named 'search_web' with the argument 'query: latest AI news'.