[API Refactor] Initial port of interactive_drive & omnidreams - #529
Open
ArielG-NV wants to merge 25 commits into
Open
[API Refactor] Initial port of interactive_drive & omnidreams#529ArielG-NV wants to merge 25 commits into
ArielG-NV wants to merge 25 commits into
Conversation
ArielG-NV
force-pushed
the
api-refactor-v2/omnidreams-v2
branch
4 times, most recently
from
August 28, 2026 06:07
f1d437d to
b22fec1
Compare
ArielG-NV
force-pushed
the
api-refactor-v2/omnidreams-v2
branch
from
August 28, 2026 06:56
90f6521 to
a53902f
Compare
…some fixes to help reduce sync points via high prio queue -- still missing some high prio queue
Collaborator
Author
|
/ok to test 476b269 |
Collaborator
Author
|
/ok to test a90d549 |
Collaborator
Author
|
/ok to test f702151 |
Collaborator
Author
|
/ok to test 656c2a8 |
Collaborator
Author
|
/ok to test e913c65 |
Collaborator
Author
|
/ok to test 48f0a19 |
Collaborator
Author
|
/ok to test 25cead7 |
ArielG-NV
marked this pull request as ready for review
August 28, 2026 11:58
Contributor
|
Too many files changed for review (537 files, 100 file limit). |
Collaborator
Author
|
/ok to test faea2fb |
Collaborator
Author
|
/ok to test 3fa6bb0 |
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.
Delete old omnidreams cruft, move to new api file structure
apps/<app_name>/ ==> has app
apps/<app_name>/README.md ==> has readme on how to use app
integrations_v2// ==> has model related code
integrations_v2//impl/ ==> has model impl specific code (we likely need to hoist out eventually)
integrations_v2//apps/<app_name>/ ==> only has adapter.py and other minimal logic to define app creation
integrations_v2//config.py ==> single source of truth for model configs
Other files exist be we largely keep to this structure