Table of Contents

Class LangGraphReactAgentWorkflow

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent.AgentWorkflows
Assembly
FoundationaLLM.Common.dll

Provides an agent workflow configuration for a LangGraph ReAct Agent workflow.

public class LangGraphReactAgentWorkflow : AgentWorkflowBase
Inheritance
LangGraphReactAgentWorkflow
Inherited Members
Extension Methods

Properties

GraphRecursionLimit

When using LangGraph, the recursion limit sets the number of supersteps that the graph is allowed to execute before it raises an error. The default value is 25. Set this value to null to use the default.

[JsonPropertyName("graph_recursion_limit")]
public int? GraphRecursionLimit { get; set; }

Property Value

int?

Type

The workflow resource associated with the agent.

[JsonIgnore]
public override string Type { get; }

Property Value

string