Add Evo Studio autonomous cloud training and dataset workflow - #110
Closed
pearlq12345 wants to merge 22 commits into
Closed
Add Evo Studio autonomous cloud training and dataset workflow#110pearlq12345 wants to merge 22 commits into
pearlq12345 wants to merge 22 commits into
Conversation
added 22 commits
May 16, 2026 14:12
Author
|
Closing for now: opened before explicit owner confirmation. The changes remain available in the fork/stack for review and can be re-opened or re-submitted after confirmation. |
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.
Summary\n\nThis is the all-in-one upstream integration PR for the RoboClaw / Evo Studio autonomous training work currently staged in the fork stack. It brings together the cloud training bridge, account/credit ledger, dataset upload and exchange flow, provider/chat reliability fixes, cloud supervisor auto-repair, and route/module cleanup.\n\nIncluded highlights:\n- Add EVO_Train cloud bridge and VLA/RL backend profiles.\n- Add account balance, credit points, cloud training holds, settlement, and dataset reward plumbing.\n- Add dataset adapter contract, dataset push CLI, upload completion, storage/auth refs, and dataset UI improvements.\n- Add cloud training planner/start/status/current/artifacts/resources APIs.\n- Add cloud supervisor with safe_auto same-runtime repair, bounded retries, training-time OOM intervention, and artifact/metric extraction.\n- Add local SSH runtime binding/rebinding flow for existing AutoDL/SeetaCloud instances.\n- Add provider settings and chat connection reliability improvements.\n- Split large route/CLI/curation helpers and surface previously hidden operational errors.\n- Keep train_cloud.py below the 1000-line target by moving artifacts, policy, SSH binding, and watch-loop logic into focused modules.\n\n## Notes\n\nThis PR is intentionally broad because it represents the current complete Evo Studio product stack. For easier review, the same work is also organized as fork-side stacked PRs:\n- pearlq12345#3\n- pearlq12345#4\n- pearlq12345#5\n- pearlq12345#6\n\n## Verification\n\n- python -m pytest tests/test_evo_train_routes.py -q -> 82 passed\n- python -m pytest tests/ -x -q -> 643 passed, 234 skipped\n- cd ui && npm run build -> passed\n- git diff --check -> passed\n