TopologyLogEvent
Auto-generated API reference for TopologyLogEvent.
Interface: TopologyLogEvent
Defined in: observability/src/topology-graph.ts:6
Mirrors the TopologyLogEvent shape from @agentskit/runtime. We
redefine it here to avoid a runtime β observability dependency
cycle; the contract is stable (defined alongside topologies.ts).
#Properties
#agent?
optionalagent?:string
Defined in: observability/src/topology-graph.ts:9
#iteration?
optionaliteration?:number
Defined in: observability/src/topology-graph.ts:12
#phase
phase:
"dispatch"|"agent:start"|"agent:end"|"merge"|"done"
Defined in: observability/src/topology-graph.ts:8
#result?
optionalresult?:string
Defined in: observability/src/topology-graph.ts:11
#task?
optionaltask?:string
Defined in: observability/src/topology-graph.ts:10
#topology
topology:
string
Defined in: observability/src/topology-graph.ts:7