Table of Contents

Class AfterAgentExecutionEventArgs

Namespace
LMKit.Agents.Orchestration
Assembly
LM-Kit.NET.dll

Event arguments for after agent execution in orchestration.

Provides access to the execution result for logging or post-processing.

public sealed class AfterAgentExecutionEventArgs : EventArgs
Inheritance
AfterAgentExecutionEventArgs
Inherited Members

Constructors

AfterAgentExecutionEventArgs(Agent, AgentExecutionResult, OrchestrationContext)

Initializes a new instance of the AfterAgentExecutionEventArgs class.

Properties

Agent

Gets the agent that executed.

Context

Gets the orchestration context.

Result

Gets the execution result.