feat(setup): add Atlas Cloud provider preset - #15
Merged
fuyuxiang merged 1 commit intoAug 18, 2026
Conversation
Signed-off-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com>
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
qwen/qwen3.8-maxwhile retaining live model discovery and verificationWhy
Echo Agent already supports OpenAI-compatible providers, but Atlas Cloud users must currently choose the custom endpoint path and enter every value manually. This preset makes the existing setup workflow discoverable and validates the selected model before saving the configuration.
Changes
atlascloudwithhttps://api.atlascloud.ai/v1,ATLASCLOUD_API_KEY, and the live/modelscatalogTest Plan
pytest tests/cli/setup/test_providers.py tests/cli/setup/test_model_section.py tests/cli/setup/test_model_verify.py -q(30 passed)ruff check .qwen/qwen3.8-maxverification through Echo Agentmaster(browser URL guard/timeout tests and install-script classifier tests in this local environment)Risk and rollback
The change only extends the setup catalog and documentation; runtime requests continue through the existing OpenAI-compatible provider. Reverting this commit removes the preset without affecting saved custom-provider configurations.
Checklist
src/agent/,src/session/,src/providers/) without prior discussionCONTRIBUTING.md