Skip to content

Commit b14afa7

Browse files
authored
docs: fix install command for strands-agents-tools package (#208)
Signed-off-by: joelrobin18 <joelrobin1818@gmail.com>
1 parent 0b9f025 commit b14afa7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/user-guide/concepts/model-providers/anthropic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Anthropic is configured as an optional dependency in Strands. To install, run:
88

99
```bash
10-
pip install 'strands-agents[anthropic]'
10+
pip install 'strands-agents[anthropic]' strands-agents-tools
1111
```
1212

1313
## Usage

docs/user-guide/concepts/model-providers/cohere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The Strands Agents SDK provides access to Cohere models through the OpenAI compatibility layer, configured as an optional dependency. To install, run:
88

99
```bash
10-
pip install 'strands-agents[openai]'
10+
pip install 'strands-agents[openai]' strands-agents-tools
1111
```
1212

1313
## Usage

docs/user-guide/concepts/model-providers/litellm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
LiteLLM is configured as an optional dependency in Strands Agents. To install, run:
88

99
```bash
10-
pip install 'strands-agents[litellm]'
10+
pip install 'strands-agents[litellm]' strands-agents-tools
1111
```
1212

1313
## Usage

docs/user-guide/concepts/model-providers/llamaapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ With Llama API, you get access to state-of-the-art AI capabilities through a dev
1111
Llama API is configured as an optional dependency in Strands Agents. To install, run:
1212

1313
```bash
14-
pip install 'strands-agents[llamaapi]'
14+
pip install 'strands-agents[llamaapi]' strands-agents-tools
1515
```
1616

1717
## Usage

docs/user-guide/concepts/model-providers/mistral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mistral AI offers both premier models and free models, driving innovation and co
99
Mistral API is configured as an optional dependency in Strands Agents. To install, run:
1010

1111
```bash
12-
pip install 'strands-agents[mistral]'
12+
pip install 'strands-agents[mistral]' strands-agents-tools
1313
```
1414

1515
## Usage

docs/user-guide/concepts/model-providers/ollama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The [`OllamaModel`](../../../api-reference/models.md#strands.models.ollama) clas
1616

1717
First install the python client into your python environment:
1818
```bash
19-
pip install 'strands-agents[ollama]'
19+
pip install 'strands-agents[ollama]' strands-agents-tools
2020
```
2121

2222
Next, you'll need to install and setup ollama itself.

docs/user-guide/concepts/model-providers/openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
OpenAI is configured as an optional dependency in Strands Agents. To install, run:
88

99
```bash
10-
pip install 'strands-agents[openai]'
10+
pip install 'strands-agents[openai]' strands-agents-tools
1111
```
1212

1313
## Usage

docs/user-guide/concepts/model-providers/sagemaker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For example, you can expose models like [Mistral-Small-24B-Instruct-2501](https:
99
SageMaker is configured as an optional dependency in Strands Agents. To install, run:
1010

1111
```bash
12-
pip install 'strands-agents[sagemaker]'
12+
pip install 'strands-agents[sagemaker]' strands-agents-tools
1313
```
1414

1515
## Usage

docs/user-guide/concepts/model-providers/writer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Writer is configured as an optional dependency in Strands Agents. To install, run:
88

99
```bash
10-
pip install 'strands-agents[writer]'
10+
pip install 'strands-agents[writer]' strands-agents-tools
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)