Handle agent action by writing the action log.
on_agent_action(
self,
action: AgentAction,
color: str | None = None,
**kwargs: Any = {}
) -> Any| Name | Type | Description |
|---|---|---|
action* | AgentAction | The agent action containing the log to write. |
color | str | None | Default: NoneColor override for this specific output. If |
**kwargs | Any | Default: {}Additional keyword arguments. |