refactor(askui): delegate controller path to askui-agent-os package#246
Open
mlikasam-askui wants to merge 3 commits intomainfrom
Open
refactor(askui): delegate controller path to askui-agent-os package#246mlikasam-askui wants to merge 3 commits intomainfrom
mlikasam-askui wants to merge 3 commits intomainfrom
Conversation
- Add askui-agent-os>=26.2.1 dependency - Replace custom controller path resolution (component registry, installation directory, ASKUI_CONTROLLER_PATH) with AgentOS.controller_path() - Remove deprecated installation_directory and related settings - Simplify AskUiControllerSettings and trim unit tests to match
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
Delegate AskUI Remote Device Controller path resolution to the
askui-agent-ospackage instead of implementing it in the sdk repo.Changes
askui-agent-os>=26.1.1inpyproject.toml.component_registry_file,installation_directory, andcontroller_path_setting(and related env vars).controller_pathasAgentOS.controller_path()fromaskui-agent-os.controller_argsand settings that still exist.Motivation
askui-agent-os.