Agents · Components
AgentRunHistory
History of agent runsPublic export
typescript
import { AgentRunHistory } from '@happyvertical/smrt-agents/svelte';- Import path
@happyvertical/smrt-agents/svelte- Props
- 4
- Props described
- 4 of 4
- Bindable state
- 0
- Callback events
- 1
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
historyAgentRunHistoryEntry[]YesRun history entriesloadingbooleanNoLoading stateonEntryClick(entry: AgentRunHistoryEntry) => voidNoCallback when entry is clickedemptySnippetNoEmpty state snippetBindable state
This component has no bindable public state.
Callback events
onEntryClick(entry: AgentRunHistoryEntry) => void