agentskit.js

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?

optional agent?: string

Defined in: observability/src/topology-graph.ts:9


#iteration?

optional iteration?: 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?

optional result?: string

Defined in: observability/src/topology-graph.ts:11


#task?

optional task?: string

Defined in: observability/src/topology-graph.ts:10


#topology

topology: string

Defined in: observability/src/topology-graph.ts:7

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page