tools/a2a_chat.py.dox.md
a2a_chat.py agent tool.a2a_chat.py because this directory is intentionally flat.a2a_chat.py owns the runtime implementation.a2a_chat.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.A2AChatTool (Tool)
async execute(self, **kwargs)_session_key(agent_url: str) -> str: Keep root and explicit /a2a URLs in the same conversation cache._text_from_part(part: Any) -> str_text_from_message(message: Any) -> str_extract_latest_assistant_text(task_response: Any) -> strA2A_EMPTY_RESPONSE_ERROR.helpers.tool.Tool subclasses and return helpers.tool.Response from execute(...).break_loop behavior, intervention handling, prompt instructions, or side effects change.A2AChatTool is a Tool.A2AChatTool defines execute(...).helpers.fasta2a_client, helpers.print_style, helpers.tool, typing.agent_url.rstrip, normalized.endswith, _text_from_message, normalized.rstrip, message.strip, join, _session_key, value.strip, _text_from_part, is_client_available, Response, self.agent.get_data, sessions.pop, _extract_latest_assistant_text, PrintStyle.error, connect_to_agent, conn.send_message, conn.wait_for_completion, self.agent.set_data.tests/test_tool_action_contracts.pyNo child DOX files.