Skip to content

Conversation

@adk-bot
Copy link
Collaborator

@adk-bot adk-bot commented Jan 26, 2026

9. Summary of the change

Doc file: docs/agents/multi-agents.md

Current state:

The documentation for AgentTool does not mention the include_plugins parameter.

Proposed Change:

Add a note or update the AgentTool example to mention the include_plugins parameter.
Explain that include_plugins (default: True) controls whether the child agent inherits plugins from the parent runner. Setting it to False allows for isolated execution.

Reasoning:
New parameter include_plugins added to AgentTool allows controlling plugin propagation in multi-agent setups. This is important for configuring agent isolation.

Reference: src/google/adk/tools/agent_tool.py

@github-actions
Copy link
Contributor

👋 Thanks for your contribution!
You can enable PR previews by adding the build-preview label to this PR.

@joefernandez joefernandez changed the title Update ADK doc according to issue #1173 - 9 Update ADK doc according to issue #1173 - 9 - AgentTool include_plugins Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants