TopologyGraphViewNode
Auto-generated API reference for TopologyGraphViewNode.
Interface: TopologyGraphViewNode
Defined in: react/src/components/TopologyGraphView.tsx:14
Headless renderer for a multi-agent topology graph. Pass any source
that implements subscribe(snapshot => β¦) (e.g. the
TopologyGraph from @agentskit/observability) and the component
draws nodes + edges in an SVG with data-ak-* attributes for
styling.
Click a node to drill into its session β wire onNodeClick to your
devtools router.
#Properties
#endCount
endCount:
number
Defined in: react/src/components/TopologyGraphView.tsx:19
#errorCount
errorCount:
number
Defined in: react/src/components/TopologyGraphView.tsx:20
#id
id:
string
Defined in: react/src/components/TopologyGraphView.tsx:15
#label
label:
string
Defined in: react/src/components/TopologyGraphView.tsx:16
#lastActiveAt
lastActiveAt:
number
Defined in: react/src/components/TopologyGraphView.tsx:21
#startCount
startCount:
number
Defined in: react/src/components/TopologyGraphView.tsx:18
#topology
topology:
string
Defined in: react/src/components/TopologyGraphView.tsx:17