Skip to content

AgentInvokedEvent

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Progress

AgentInvokedEvent Class

An agent has been invoked (turn started).

public sealed record AgentInvokedEvent : NexusLabs.Needlr.AgentFramework.Progress.IProgressEvent, System.IEquatable<NexusLabs.Needlr.AgentFramework.Progress.AgentInvokedEvent>

Inheritance System.Object 🡒 AgentInvokedEvent

Implements IProgressEvent, System.IEquatable<AgentInvokedEvent>

Constructors

AgentInvokedEvent(DateTimeOffset, string, string, string, int, long, string) Constructor

An agent has been invoked (turn started).

public AgentInvokedEvent(System.DateTimeOffset Timestamp, string WorkflowId, string? AgentId, string? ParentAgentId, int Depth, long SequenceNumber, string AgentName);

Parameters

Timestamp System.DateTimeOffset

WorkflowId System.String

AgentId System.String

ParentAgentId System.String

Depth System.Int32

SequenceNumber System.Int64

AgentName System.String