Skip to content

Commit 30b508b

Browse files
committed
Update ADK doc according to issue #63 - 4
1 parent 7773037 commit 30b508b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/a2a/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,17 @@ Navigate through the guides below to learn about ADK's A2A capabilities:
1919
[**Official Website for Agent2Agent (A2A) Protocol**](https://a2a-protocol.org/)
2020

2121
The official website for A2A Protocol.
22-
22+
23+
## A2A Logging
24+
25+
ADK provides detailed, structured logging for A2A requests and responses to help with debugging and monitoring multi-agent interactions. When you enable logging in your ADK application, the A2A communications will be automatically logged with a clear and easy-to-read format.
26+
27+
The logs include:
28+
29+
* **Request and Response Details:** Information about the message, such as message ID, role, task ID, and context ID.
30+
* **Message Parts:** The content of each part of the message, with a summary for large data parts.
31+
* **Metadata:** Any metadata associated with the message or task.
32+
* **Status Messages:** The status of the task, including state and any status messages.
33+
* **History:** A summary of the conversation history.
34+
35+
These structured logs make it easier to trace the flow of communication between agents and understand the state of each agent at different points in time.

0 commit comments

Comments
 (0)