Skip to content

Commit 225f7ec

Browse files
committed
.
1 parent a12e8da commit 225f7ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/oss/deepagents/cli/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ The Deep Agents CLI has the following built-in capabilities:
9696
<Step title="Install and run the CLI" icon="terminal">
9797
<CodeGroup>
9898
```bash Quick install (recommended)
99-
curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/main/scripts/install.sh | bash
99+
curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/refs/heads/main/libs/cli/scripts/install.sh | bash
100100
```
101101

102102
```bash Quick install with extra model providers
103103
# (OpenAI is included by default)
104-
DEEPAGENTS_EXTRAS="anthropic,groq" curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/main/scripts/install.sh | bash
104+
DEEPAGENTS_EXTRAS="anthropic,groq" curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/refs/heads/main/libs/cli/scripts/install.sh | bash
105105
```
106106

107107
```bash Install globally with 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

1717
```bash
1818
# Quick install with chosen providers (OpenAI included automatically)
19-
DEEPAGENTS_EXTRAS="anthropic,groq" curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/main/scripts/install.sh | bash
19+
DEEPAGENTS_EXTRAS="anthropic,groq" curl -LsSf https://raw.githubusercontent.com/langchain-ai/deepagents/refs/heads/main/libs/cli/scripts/install.sh | bash
2020

2121
# Or install directly with uv
2222
uv tool install 'deepagents-cli[anthropic,groq]'

0 commit comments

Comments
 (0)