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

Agents · Components

AgentRunHistory

History of agent runs

Public 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 entries
loadingbooleanNoLoading state
onEntryClick(entry: AgentRunHistoryEntry) => voidNoCallback when entry is clicked
emptySnippetNoEmpty state snippet

Bindable state

This component has no bindable public state.

Callback events

  • onEntryClick(entry: AgentRunHistoryEntry) => void

Examples and explanation