Agents · Components
AgentAdminPanel
No summary has been written for AgentAdminPanel. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { AgentAdminPanel } from '@happyvertical/smrt-agents/svelte/admin';- Import path
@happyvertical/smrt-agents/svelte/admin- Props
- 9
- Props described
- 9 of 9
- Bindable state
- 0
- Callback events
- 1
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
registryAgentUIComponentRegistryYesThe registry to look up components fromagentClassstringYesThe agent class name (e.g., 'Praeco')slotIdstringYesThe slot ID to renderslotAgentUISlotYesThe slot definitionconfigunknownYesThe current configuration for this slotonSave(config: unknown) => Promise<void>NoCallback when config is savedreadonlybooleanNoWhether the panel is read-onlyfileConfigunknownNoFile-based config defaultsdbConfigunknownNoDatabase-persisted config overridesBindable state
This component has no bindable public state.
Callback events
onSave(config: unknown) => Promise<void>