build(runtime): register inbox_uploads in TOP_LEVEL_MODULES

The drift gate in build_runtime_package.py rejects any workspace/*.py
module not listed in TOP_LEVEL_MODULES — it would ship un-rewritten
and break wheel imports. Add inbox_uploads (introduced in this PR)
to the list.
This commit is contained in:
Hongming Wang 2026-05-05 04:41:07 -07:00
parent f81813f708
commit 86015412eb

View File

@ -69,6 +69,7 @@ TOP_LEVEL_MODULES = {
"executor_helpers",
"heartbeat",
"inbox",
"inbox_uploads",
"initial_prompt",
"internal_chat_uploads",
"internal_file_read",