File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
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]'
You can’t perform that action at this time.
0 commit comments