Props
boolean
required
open
(open: boolean) => void
required
onOpenChange
CompanyAgentWithStats
required
agent
(config: AgentConfig) => void
onSave
boolean
globalEmergencyEnabled
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ConfigureAgentPanel component
import { ConfigureAgentPanel } from '@/components/ConfigureAgentPanel';
export default function Example() {
return (
<ConfigureAgentPanel open={open} onOpenChange={onOpenChange} agent={agent} />
);
}