output

abstract val output: SharedFlow<AgentOutput>(source)

agent 的实时输出流,通常为无需持久化的流式数据块或错误信息。

关于状态信息请见 status,关于上下文信息请见 context

See also