Skip to content

Util

NotEnoughStepsInterrupt

Bases: NodeInterrupt

Dynamically break out of graph run due to lack of steps.

Note: Used when there are not enough steps to get to next logical stopping point, not necessarily when graph is about to hit recursion error.

__init__(remaining_steps, required_steps=None)

RemainingAndRequiredSteps

Bases: BaseModel

remaining_steps instance-attribute

required_steps = None class-attribute instance-attribute

get_system_info()

Get system information.

2024-10-25 -- Temporary just to see what system graphs are running on.