docs(k8s): align AgentTeams orchestration guide - #1039
Open
RerankerGuo wants to merge 1 commit into
Open
Conversation
Collaborator
|
The documentation corrections are useful, but the standalone value of this PR is limited and it overlaps the same AgentTeams runtime-contract cleanup in #1037 and #1038. Please consolidate #1037-#1039 into one current documentation-contract PR, or clearly explain why they must remain independently mergeable. In either case, refresh the diff against the latest main branch and drop lines that are already correct after the recent rename and release changes. |
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
AGENTTEAMS_*image variables,agentteams.ioAPI group, local gateway domains, and repository URL.runtime: qwenpaw) and CoPaw (runtime: copaw) as distinct current runtimes while preserving intentionalhiclawCLI, installer, chart, release, and Helm resource names.Why
The AgentTeams hard cut updated runtime and deployment contracts, but these architecture guides still mixed the old brand with retired Embedded container names, environment variables, API group, gateway domains, and repository links. Several examples therefore pointed readers at values that current installs no longer create or accept.
Verification
go test ./internal/backend ./internal/configgit diff --check.Refs #958