Class AgentOutput
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; }