kodeagent.kodeagent.print_response#

kodeagent.kodeagent.print_response(response: AgentResponse, only_final: bool = True)[source]#

Print agent’s response in terminal with colors.

Parameters:
  • response (AgentResponse) – Agent’s response.

  • only_final (bool, optional) – Whether to print only final response. Defaults to True.