Table of Contents

Class AgentOutput

Namespace
JD.AI.Core.Agents
Assembly
JD.AI.Core.dll

Global accessor for the agent output renderer. The TUI (or host) sets Current at startup; Core code calls it without a direct Spectre.Console dependency.

public static class AgentOutput
Inheritance
AgentOutput
Inherited Members

Properties

Current

The active output renderer. Defaults to NullAgentOutput (no-op).

public static IAgentOutput Current { get; set; }

Property Value

IAgentOutput