docs/components/chat-ai/SubagentTracker

SubagentTracker

Multi-agent progress tracker.

import { SubagentTracker } from '@ybouhjira/hyperkit';

#Playground

Edit the code — the preview recompiles and re-renders as you type.

Live playground
Loading preview…

#Props

PropTypeDefaultDescription
agents *SubagentInfo[]
defaultExpandedboolean
onCancel(agentId: string) => void
classstring

* required prop.

#Design Tokens

This component reads the following CSS custom properties. Override them globally or per-instance to restyle it — see the CSS Variables guide.

  • --sk-bg-secondary
  • --sk-bg-tertiary
  • --sk-border
  • --sk-duration-fast
  • --sk-duration-spin
  • --sk-ease-default
  • --sk-error
  • --sk-focus-offset
  • --sk-font-mono
  • --sk-font-size-md
  • --sk-font-size-sm
  • --sk-font-size-xs
  • --sk-font-weight-medium
  • --sk-font-weight-semibold
  • --sk-icon-lg
  • --sk-icon-md
  • --sk-info
  • --sk-leading-snug
  • --sk-leading-tight
  • --sk-radius-lg
  • --sk-radius-md
  • --sk-radius-sm
  • --sk-space-md
  • --sk-space-sm
  • --sk-space-xl
  • --sk-space-xs
  • --sk-success
  • --sk-text-muted
  • --sk-text-primary
  • --sk-text-secondary