NodeKind
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Diagnostics¶
NodeKind Enum¶
Discriminates between agent nodes (backed by an LLM) and reducer nodes (pure deterministic functions) in a DAG workflow result.
Fields¶
Agent 0
The node is an LLM-backed agent.
Reducer 1
The node is a deterministic reducer function (no LLM calls).