Agents · Components
AgentSettingsShell
No summary has been written for AgentSettingsShell. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { AgentSettingsShell } from '@happyvertical/smrt-agents/svelte/admin';- Import path
@happyvertical/smrt-agents/svelte/admin- Props
- 7
- Props described
- 7 of 7
- Bindable state
- 0
- Callback events
- 1
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
registryAgentUIComponentRegistryYesThe registry to look up components fromagentsAgentData[]YesList of agents to display (serialized data, not instances)configsRecord<string, Record<string, unknown>>YesConfig data for each agent and slot: agentId -> slotId -> configonSave(agentId: string, slotId: string, config: unknown) => Promise<void>NoCallback when a config is savedreadonlybooleanNoWhether all panels are read-onlyfileConfigsRecord<string, Record<string, unknown>>NoFile configs: agentId -> slotId -> configdbConfigsRecord<string, Record<string, unknown>>NoDatabase configs: agentId -> slotId -> configBindable state
This component has no bindable public state.
Callback events
onSave(agentId: string, slotId: string, config: unknown) => Promise<void>