Skip to content

Commit c6fb558

Browse files
authored
chore(da-cli): use short link (#3817)
1 parent f86e5cb commit c6fb558

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎src/oss/deepagents/cli/overview.mdx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

‎src/oss/deepagents/cli/providers.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]'

0 commit comments

Comments
 (0)