docs: fix install command for strands-agents-tools package #208
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When following the model provider example, the calculator tool is used, which depends on the strands-agents-tools package. This package is not currently mentioned in the documentation.
This PR updates the installation instructions to include strands-agents-tools in the pip command, ensuring users can run the example without missing dependency errors.
Type of Change
This PR updates the installation instructions to include strands-agents-tools in the pip command, ensuring users can run the example without missing dependency errors.
Motivation and Context
The model provider example in the documentation uses the calculator tool, which depends on the strands-agents-tools package. Since this dependency was not mentioned, users following the example would encounter a ModuleNotFoundError. This change ensures the package is included in the installation instructions, preventing runtime errors and improving the developer experience.
Areas Affected
docs/user-guide/concepts/model-providers/anthropic.md
docs/user-guide/concepts/model-providers/cohere.md
docs/user-guide/concepts/model-providers/litellm.md
docs/user-guide/concepts/model-providers/llamaapi.md
docs/user-guide/concepts/model-providers/mistral.md
docs/user-guide/concepts/model-providers/ollama.md
docs/user-guide/concepts/model-providers/openai.md
docs/user-guide/concepts/model-providers/sagemaker.md
docs/user-guide/concepts/model-providers/writer.md
Screenshots
Checklist
mkdocs serveAdditional Notes
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.