Table of Contents

Property AgentName

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

AgentName

Gets or sets the name identifying the agent that produced this result.

public string AgentName { get; set; }

Property Value

string

Remarks

Populated automatically when executing agents through orchestrators. The name comes from the orchestrator registration (e.g., AddAgent("Technical", agent) or AddStage("Writer", agent)). Falls back to Persona if no explicit name was provided. May be null when the agent is executed directly without an orchestrator.

Share