s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

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 from
agentClassstringYesThe agent class name (e.g., 'Praeco')
slotIdstringYesThe slot ID to render
slotAgentUISlotYesThe slot definition
configunknownYesThe current configuration for this slot
onSave(config: unknown) => Promise<void>NoCallback when config is saved
readonlybooleanNoWhether the panel is read-only
fileConfigunknownNoFile-based config defaults
dbConfigunknownNoDatabase-persisted config overrides

Bindable state

This component has no bindable public state.

Callback events

  • onSave(config: unknown) => Promise<void>

Examples and explanation