Table of Contents
Module spoon_ai.graph.config
Configuration primitives for the SpoonAI graph engine.
RouterConfig Objects​
@dataclass
class RouterConfig()
Controls how the graph chooses the next node after each execution step.
ParallelRetryPolicy Objects​
@dataclass
class ParallelRetryPolicy()
Retry policy for individual nodes inside a parallel group.
ParallelGroupConfig Objects​
@dataclass
class ParallelGroupConfig()
Controls how a parallel group executes and aggregates results.
quorum​
floats in (0, 1] treated as ratio, ints as absolute
error_strategy​
fail_fast, collect_errors, ignore_errors
GraphConfig Objects​
@dataclass
class GraphConfig()
Top-level configuration applied to an entire graph instance.