Documentation
¶
Overview ¶
Package toposort is the one dependency-ordering implementation shared by the agent registry and the agent manager (review R5: centralize; R14: soft-dependency semantics). Hard edges order and cycle-reject; soft edges order when satisfiable and are dropped - never an error, never blocking - when they would form a cycle ("Wants orders, never blocks").
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCycle = errors.New("toposort: hard dependency cycle")
ErrCycle is returned when the HARD dependency graph is cyclic. Soft cycles are broken silently by dropping soft edges.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.