feat: add Atlas Cloud LLM preset - #207
Conversation
Signed-off-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAtlas Cloud support now includes environment settings, default values, an ChangesAtlas Cloud provider support
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant LLMEnvironmentSettings
participant LLMControlService
participant AtlasCloudProfile
LLMEnvironmentSettings->>LLMControlService: provide Atlas Cloud credentials and defaults
LLMControlService->>AtlasCloudProfile: select or create atlascloud profile
LLMControlService->>AtlasCloudProfile: enable legacy chat completions
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@application/ai/llm_control_service.py`:
- Line 220: Update the description string near the service metadata to resolve
RUF001 by replacing the ambiguous fullwidth comma with an ASCII comma; preserve
the existing localized text and meaning.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: a6e964b2-08cb-4ce8-86e9-44c2e466c8e9
📒 Files selected for processing (5)
.env.exampleapplication/ai/llm_control_service.pyinfrastructure/ai/llm_environment.pytests/unit/application/ai/test_llm_control_service.pytests/unit/infrastructure/ai/test_llm_environment.py
Summary
https://api.atlascloud.ai/v1anddeepseek-ai/deepseek-v4-prodefaultsATLASCLOUD_API_KEY,ATLASCLOUD_BASE_URL, andATLASCLOUD_MODELduring environment-backed initial configuration without changing existing provider priorityValidation
fields_descandgenre_opening_profileare not declared)LLMProviderFactoryreturnedPLOTPILOT_ATLAS_OKusingdeepseek-ai/deepseek-v4-proNo dependencies, lockfiles, frontend files, or README content changed.
Summary by CodeRabbit