Multi Agent Conversational Panel
A production-scale, light + dark Multi Agent Conversational Panel component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add multi-agent-conversational-panelLive preview available in the gallery.
Usage
import { MultiAgentConversationalPanel } from "@lerpa/ui";
<MultiAgentConversationalPanel />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| prompt | string | - | |
| agents | AgentConfig[] | - | |
| onRegenerateAll | () => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.