Interface: AgentCardProps¶
Defined in: components/AgentCard.tsx:12
Props for AgentCard.
Properties¶
actionStatus?¶
optionalactionStatus?: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?¶
optionalinput?:string
Defined in: components/AgentCard.tsx:18
Task/input text to show, overriding the group's own task.
result?¶
optionalresult?:string
Defined in: components/AgentCard.tsx:20
Raw tool result to render as the card's answer, when provided by the host.
showChildren?¶
optionalshowChildren?: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.