Conversation
TomCC7
added this pull request to stack #3922
September 12, 2026 03:07
1 task
TomCC7
removed this pull request from stack #3922
September 15, 2026 04:24
TomCC7
added this pull request to stack #4160
September 15, 2026 04:24
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 15, 2026 04:37
1537abe to
acd745c
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 15, 2026 05:17
acd745c to
afad3ac
Compare
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 15, 2026 05:51
721d229 to
d56b03e
Compare
1 task
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 17, 2026 23:36
9fad001 to
42cfb32
Compare
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 18, 2026 00:35
42cfb32 to
eb62032
Compare
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 18, 2026 00:39
eb62032 to
17c0b7d
Compare
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 18, 2026 01:50
17c0b7d to
1313558
Compare
TomCC7
removed this pull request from stack #4160
September 18, 2026 17:17
TomCC7
added this pull request to stack #4222
September 18, 2026 17:17
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 18, 2026 17:29
1313558 to
f5b68b7
Compare
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 18, 2026 17:31
f5b68b7 to
6b716c9
Compare
TomCC7
force-pushed
the
cc/feat/abc-policy
branch
from
September 18, 2026 18:58
6b716c9 to
2a6d6e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ABC-DiT and LeRobot backends behind one policy module, selectable through ordinary module configuration (
dimos run ... --policy.backend abc). Dual-YAM rollout blueprints connect two wrist D405s and overhead RGB, with optional Quest controls.Stacked on #3942 (
cc/feat/flexible-policy-module). This PR owns the shared policy runtime, ABC backend, and model-asset downloader used by the child WebXR audio PR #4156.Changes
download_http_asset()anddownload_hf_asset()indimos.utils.assets. HTTPS files and HF model blobs live underCACHE_DIR/assets; existingSTATE_DIRcache-use markers protect downloads and model loading from cleanup.clip_cache_dirsetting; record the vendored loading adaptation without changing numerical operations.Validation
Manual validation
Use the HTTPS launch example and acceptance steps in ABC setup. Preflight downloads and validates without starting rollout. Repeat with cached assets and outbound internet blocked; confirm download failures leave the policy unready and cache cleanup refuses an active loader.
See shared model-asset downloads for cache ownership and helper usage.
Physical dual-YAM rollout, camera orientation, gripper calibration, stop/restart behavior on hardware, and task outcomes remain pending. No robot motion was performed for these changes.
Agent: Codex