Tutor Conversation Panel
A configurable, accessible tutor conversation panel surface for AI product workflows.
A control boundary is the point where an agent pauses before an external action.
Does every email need approval?
Not necessarily. A team can pre-approve a narrow rule set, but anything outside it should pause.
Installation
npm install @amro-ui/reactUsage
A configurable, accessible tutor conversation panel surface for AI product workflows.
Package
import { TutorConversationPanel } from "@amro-ui/react";
<TutorConversationPanel />shadcn copy
import { TutorConversationPanel } from "@/components/ui/tutor-conversation-panel";
<TutorConversationPanel />