Property AgentName
AgentName
Gets or sets the name identifying the agent that produced this result.
public string AgentName { get; set; }
Property Value
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.