Automated local setup scripts and collection of fixes that enable local execution - #23
Open
emuskardin wants to merge 5 commits into
Open
Automated local setup scripts and collection of fixes that enable local execution#23emuskardin wants to merge 5 commits into
emuskardin wants to merge 5 commits into
Conversation
- Add setup.sh/stop.sh for one-shot local dev bring-up/teardown - Fix cabcontext/PowerGrid simulator port collision (both on 5100) - Replace hardcoded LAN IP with host.docker.internal in the simulator proxy - Fix missing publisher_test entity assignment in loadTestConf.sh - Fix cache-unfriendly PowerGrid simulator Dockerfile - Fix dangling AgentType import breaking the PowerGrid recommendation manager - Fix broken test fixture reference, add missing pytest-mock dependency, and add an end-to-end smoke test for the recommendation pipeline - Re-enable auth auto-logout/recovery on a dead session token - Restore the use_case query param on recommendation requests (fixes 400s for tokens registered on multiple entities) - Restore real applyRecommendation calls for ATM/Railway/PowerGrid instead of a hardcoded fake-success response - Translate the PowerGrid simulator login page to English - Document connecting a local RL agent in the README - Add changelog documenting all of the above
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.
In this MR two main things are addressed:
local_setup.shandlocal_stop.shscripts, that automate whole setup and tear-down process for using InteractiveAI locally on a single machine. It starts all services, automatically populates the Keycloak entries, and can be used to restart services once you make local code changesAll bug-fixes and changes can be found in
changelog/CHANGELOG.md