fix(build): add a2a_tools_rbac to TOP_LEVEL_MODULES drift gate

Iter 4a's new module needs to be in the rewrite list so the wheel
ships its imports prefixed correctly. Caught by 'PR-built wheel +
import smoke'.

Refs RFC #2873 iter 4a.
This commit is contained in:
Hongming Wang 2026-05-05 05:00:47 -07:00
parent 0c461eb9f1
commit 17aec22f9b

View File

@ -55,6 +55,7 @@ TOP_LEVEL_MODULES = {
"a2a_executor",
"a2a_mcp_server",
"a2a_tools",
"a2a_tools_rbac",
"adapter_base",
"agent",
"agents_md",