Skip to content

GraphWorkflowServiceExtensions

NexusLabs.Needlr.AgentFramework.Workflows

NexusLabs.Needlr.AgentFramework.Workflows

GraphWorkflowServiceExtensions Class

Extension methods for registering graph workflow services in the DI container.

public static class GraphWorkflowServiceExtensions

Inheritance System.Object 🡒 GraphWorkflowServiceExtensions

Methods

GraphWorkflowServiceExtensions.AddGraphWorkflowRunner(this IServiceCollection) Method

Registers NexusLabs.Needlr.AgentFramework.IGraphWorkflowRunner and its internal dependencies. Call after UsingAgentFramework().

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddGraphWorkflowRunner(this Microsoft.Extensions.DependencyInjection.IServiceCollection services);

Parameters

services Microsoft.Extensions.DependencyInjection.IServiceCollection

Returns

Microsoft.Extensions.DependencyInjection.IServiceCollection