Skip to content

Commit ee743bd

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: Update component definition for triaging agent
Context: many issues related to local mult-agent system is tagged with a2a Co-authored-by: Xiang (Sean) Zhou <[email protected]> PiperOrigin-RevId: 842397159
1 parent bab5729 commit ee743bd

File tree

1 file changed

+6
-3
lines changed
  • contributing/samples/adk_triaging_agent

1 file changed

+6
-3
lines changed

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,16 @@
5858
- "tracing": Telemetry, observability, structured logs, or spans.
5959
- "core": Core ADK runtime (Agent definitions, Runner, planners,
6060
thinking config, CLI commands, GlobalInstructionPlugin, CPU usage, or
61-
general orchestration). Default to "core" when the topic is about ADK
62-
behavior and no other label is a better fit.
61+
general orchestration including agent transfer for multi-agents system).
62+
Default to "core" when the topic is about ADK behavior and no other
63+
label is a better fit.
6364
- "agent engine": Vertex AI Agent Engine deployment or sandbox topics
6465
only (e.g., `.agent_engine_config.json`, `ae_ignore`, Agent Engine
6566
sandbox, `agent_engine_id`). If the issue does not explicitly mention
6667
Agent Engine concepts, do not use this label—choose "core" instead.
67-
- "a2a": Agent-to-agent workflows, coordination logic, or A2A protocol.
68+
- "a2a": A2A protocol, running agent as a2a agent with "--a2a" option for
69+
remote agent to talk with. Talking to remote agent via RemoteA2aAgent.
70+
NOT including those local multi-agent systems.
6871
- "bq": BigQuery integration or general issues related to BigQuery.
6972
- "workflow": Workflow agents and workflow execution.
7073
- "auth": Authentication or authorization issues.

0 commit comments

Comments
 (0)