feat(llm): add Atlas Cloud provider preset - #314
Merged
Jiaaqiliu merged 1 commit intoAug 19, 2026
Merged
Conversation
Signed-off-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com>
Collaborator
|
Merged. One adjustment during integration, since #303 landed just before this and also claimed a wizard slot. #303 added three MiniMax regional presets at choices Rather than re-pin the number, I made the test look it up: choice = next(
key for key, value in _PROVIDER_CHOICES.items() if value[0] == "atlascloud"
)
monkeypatch.setattr("builtins.input", lambda _prompt: choice)
Verified post-merge: |
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
atlascloudOpenAI-compatible provider preset athttps://api.atlascloud.ai/v1ATLASCLOUD_API_KEYconfigurationValidation
.venv/bin/python -m pytest tests/test_atlascloud_provider.py tests/test_minimax_provider.py tests/test_rc_cli.py -q(51 passed, 3 skipped).venv/bin/python -m pytest tests/ -q(2869 passed, 56 skipped; one existing AsyncMock warning intests/test_servers.py).venv/bin/python -m compileall -q researchclaw tests/test_atlascloud_provider.pyBuild note
pip wheel . --no-depsreaches the existing package-data step, then fails becauseresearchclaw/templates/styles/iclr_2025/iclr2025_conference.bstis added to the wheel twice. This change does not touch packaging or template files.