File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ The Deep Agents CLI has the following built-in capabilities:
106106
107107 <CodeGroup >
108108 ``` bash Script
109- curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/refs/heads/main/libs/ cli/scripts/install.sh | bash
109+ curl -LsSf https://langch.in/gh-da- cli | bash
110110 ```
111111
112112 ``` bash Optional extras
113113 # OpenAI, Anthropic, and Gemini are included by default
114- DEEPAGENTS_EXTRAS=" ollama,groq" curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/refs/heads/main/libs/ cli/scripts/install.sh | bash
114+ DEEPAGENTS_EXTRAS=" ollama,groq" curl -LsSf https://langch.in/gh-da- cli | bash
115115 ```
116116
117117 ``` bash uv
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The CLI integrates automatically with the [following model providers](#provider-
1616 ``` bash
1717 # Quick install with chosen providers
1818 # OpenAI, Anthropic, and Gemini are included by default
19- DEEPAGENTS_EXTRAS=" baseten,groq" curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/refs/heads/main/libs/ cli/scripts/install.sh | bash
19+ DEEPAGENTS_EXTRAS=" baseten,groq" curl -LsSf https://langch.in/gh-da- cli | bash
2020
2121 # Or install directly with uv
2222 uv tool install ' deepagents-cli[baseten,groq]'
You can’t perform that action at this time.
0 commit comments