Skip to content

Add Atlas Cloud model aliases#131

Open
binyangzhu000-sudo wants to merge 1 commit into
LLMQuant:masterfrom
binyangzhu000-sudo:codex/add-atlascloud-model-alias
Open

Add Atlas Cloud model aliases#131
binyangzhu000-sudo wants to merge 1 commit into
LLMQuant:masterfrom
binyangzhu000-sudo:codex/add-atlascloud-model-alias

Conversation

@binyangzhu000-sudo

Copy link
Copy Markdown

Summary

  • add Atlas Cloud model aliases for QuantMind configs (atlascloud/, atlas-cloud/, atlas/)
  • resolve Atlas Cloud aliases through the Agents SDK LiteLLM adapter with ATLASCLOUD_API_KEY and the OpenAI-compatible base URL
  • wire the resolver into paper summary, paper structure, and agentic retrieval SDK agent creation
  • add .env.example entries and focused tests for alias resolution and structure-provider integration

Validation

  • python -m pytest tests/configs/test_base.py tests/flows/test_structure.py tests/mind/test_retrieval.py tests/flows/test_paper.py::SummaryMapReduceTests -q --no-cov (36 passed)
  • python -m ruff check quantmind/configs/base.py quantmind/configs/__init__.py quantmind/flows/_paper_summary.py quantmind/flows/paper/_structure.py quantmind/mind/retrieval.py tests/configs/test_base.py tests/flows/test_structure.py
  • python -m ruff format --check quantmind/configs/base.py quantmind/configs/__init__.py quantmind/flows/_paper_summary.py quantmind/flows/paper/_structure.py quantmind/mind/retrieval.py tests/configs/test_base.py tests/flows/test_structure.py
  • git diff --check
  • Atlas Cloud live /v1/models returned 120 models and confirmed qwen/qwen3.5-flash and deepseek-ai/deepseek-v4-pro

No README changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant