Skip to content

api: drop ActorTemplateStatus.sandbox_assets for now - #1300

Merged
Dmitry Berkovich (dberkov) merged 2 commits into
agent-substrate:mainfrom
zoez7:drop-sandbox-assets
Aug 29, 2026
Merged

api: drop ActorTemplateStatus.sandbox_assets for now#1300
Dmitry Berkovich (dberkov) merged 2 commits into
agent-substrate:mainfrom
zoez7:drop-sandbox-assets

Conversation

@zoez7

@zoez7 Zoe Zhao (zoez7) commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Remove ActorTemplateStatus.sandbox_assets along with the SandboxAssets messages it referenced. Nothing ever wrote the field: sandbox assets are resolved from the WorkerPool and SandboxConfig objects at resume time and travel to atelet via ateletpb, so freezing them into the template status never materialized.

This requires more thought, one option is to add it as a field of GoldenSnapshotStatus in the future, and make GoldenSnapshotStatus a repeated field to allow multiple goldens.

@BenTheElder

Copy link
Copy Markdown
Collaborator

needs rebase / codegen. also prefer rebase to merge so the commit history is cleaner (even after squash merge this is helpful for tracing back)

Remove ActorTemplateStatus.sandbox_assets along with the SandboxAssets,
ArchAssets, and AssetFile messages it referenced. Nothing ever wrote
the field: sandbox assets are resolved from the WorkerPool and
SandboxConfig objects at resume time and travel to atelet via ateletpb,
so freezing them into the template status never materialized.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/api User-facing API changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants