From 17aec22f9b39a92e298426c0319d629905fd3c5e Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Tue, 5 May 2026 05:00:47 -0700 Subject: [PATCH] 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. --- scripts/build_runtime_package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_runtime_package.py b/scripts/build_runtime_package.py index f267e173..60963b96 100755 --- a/scripts/build_runtime_package.py +++ b/scripts/build_runtime_package.py @@ -55,6 +55,7 @@ TOP_LEVEL_MODULES = { "a2a_executor", "a2a_mcp_server", "a2a_tools", + "a2a_tools_rbac", "adapter_base", "agent", "agents_md",