dograh/docs
lucaszhu-hue 134af6a276 feat: add Atlas Cloud as LLM backend provider
- Add AtlasCloudLLMConfiguration to registry.py with 24 example models
  (DeepSeek-V4, Qwen3, Kimi K2, GPT-5, Gemini 2.5 Pro, Claude, Grok-4…)
  using the OpenAI-compatible endpoint https://api.atlascloud.ai/v1
- Register ATLAS_CLOUD in ServiceProviders enum and LLMConfig Union
- Add Atlas Cloud sponsor block to README with full 59-model table
- Add Atlas Cloud logo to docs/
2026-06-09 14:02:10 +08:00
..
api-reference fix: support object and array parameters in custom HTTP tools (#373) 2026-06-02 11:35:38 +05:30
configurations feat: add google stt and tts. add folders to organize agents 2026-05-22 14:36:50 +05:30
contribution feat: add devcontainer based setup (#352) 2026-05-25 20:44:22 +05:30
core-concepts chore: update docs for pre-call data fetch 2026-06-05 14:16:56 +05:30
deployment feat: banner if API is not reachable 2026-05-31 13:05:22 +05:30
developer fix: harden CORS origin allow list 2026-05-27 15:36:48 +05:30
getting-started feat: an option to setup remote server with docker compose build (#280) 2026-05-13 17:22:14 +05:30
images chore: update docs for pre-call data fetch 2026-06-05 14:16:56 +05:30
integrations feat: add mcp guides for various topic and stages for bot building (#380) 2026-05-31 16:07:32 +05:30
logo chore: Update README and add Mintlify docs 2025-10-04 15:05:07 +05:30
sdks feat: refactor node spec and add mcp tools (#244) 2026-04-21 07:56:16 +05:30
voice-agent chore: update docs for pre-call data fetch 2026-06-05 14:16:56 +05:30
AGENTS.md chore: refactor AGENTS.md 2026-05-20 15:56:52 +05:30
atlas-cloud-logo.png feat: add Atlas Cloud as LLM backend provider 2026-06-09 14:02:10 +08:00
CLAUDE.md chore: refactor AGENTS.md 2026-05-20 15:56:52 +05:30
custom.css docs: add page for Workflow editing basics (#93) 2025-12-31 13:28:14 +05:30
docs.json chore: return formatted transcript url 2026-05-26 13:24:12 +05:30
favicon.ico chore: Update README and add Mintlify docs 2025-10-04 15:05:07 +05:30
README.md chore: Update README and add Mintlify docs 2025-10-04 15:05:07 +05:30

Dograh AI Documentation

Local Setup

  1. Install mintlify npm i -g mint
  2. Clone the repository
  3. cd dograh/docs and run mint dev