Skip to content

@pgege/kaboo-react


Interface: AgentCardProps

Defined in: components/AgentCard.tsx:12

Props for AgentCard.

Properties

actionStatus?

optional actionStatus?: string

Defined in: components/AgentCard.tsx:22

Host-provided action status (e.g. "complete") used to mark the card done.


group

group: StreamGroup

Defined in: components/AgentCard.tsx:16

The activity group to render.


groupId

groupId: string

Defined in: components/AgentCard.tsx:14

Id of the group this card renders.


input?

optional input?: string

Defined in: components/AgentCard.tsx:18

Task/input text to show, overriding the group's own task.


result?

optional result?: string

Defined in: components/AgentCard.tsx:20

Raw tool result to render as the card's answer, when provided by the host.


showChildren?

optional showChildren?: boolean

Defined in: components/AgentCard.tsx:30

When true, the card renders its directChildren inline as nested AgentCards (recursively). Used by the first-class swarm/graph inline renderer to show the whole member tree without the drill navigation. Left off (default) for the delegate path and the drill views, which surface children through their own navigation.