feat: integrate agentteams-dashboard into install scripts and Makefile#1074
Open
nillikechatchat wants to merge 1 commit into
Open
feat: integrate agentteams-dashboard into install scripts and Makefile#1074nillikechatchat wants to merge 1 commit into
nillikechatchat wants to merge 1 commit into
Conversation
Add agentteams-dashboard as an optional management UI component: - Dashboard wizard step (port, version, image config) - Independent AGENTTEAMS_DASHBOARD_VERSION (default: latest) - Auto-detect MinIO/LLM credentials from controller container - HTTP readiness check with 60s timeout, non-zero exit on failure - Default bind to 127.0.0.1 (AGENTTEAMS_LOCAL_ONLY default 1) - DATABASE_URL env for SQLite storage injection - Dashboard accessibility check in agentteams-verify.sh - Makefile targets: build/install/update/uninstall-dashboard, wait-dashboard-ready Co-authored-by: agentteams-dashboard <d******@agentteams.io>
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
step_dashboard) to the interactive installer with port/image/gateway configuration_start_dashboard()function with automatic controller env extraction (MinIO, LLM, auth token, admin creds)agentteams-verify.sh(check Improve install script with Quick Start mode and better UX #7)build-dashboard,install-dashboard,update-dashboard,uninstall-dashboardAGENTTEAMS_INSTALL_DOCKER_PROXY_IMAGE→AGENTTEAMS_INSTALL_CONTROLLER_IMAGE)Test plan
agentteams-install.shinteractive mode shows dashboard optionagentteams-verify.shcorrectly checks dashboard when enabledmake build-dashboardsucceeds when agentteams-dashboard is cloned at../agentteams-dashboard