Skip to content

Conversation

afarntrog
Copy link

@afarntrog afarntrog commented Aug 28, 2025

Description

Updates the README.md file to use correct syntax for installing the strands-agents-tools with extra libraries. It was failing with the following error prior to adding the updated syntax:

>>> uv pip install strands-agents-tools[mem0_memory, use_browser, rss, use_computer]
zsh: bad pattern: strands-agents-tools[mem0_memory,

Related Issues

n/a

Documentation PR

n/a

Type of Change

Documentation update

Testing

How have you tested the change? Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli

  • I ran hatch run prepare

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@afarntrog afarntrog marked this pull request as ready for review September 4, 2025 16:21
@afarntrog afarntrog requested a review from a team as a code owner September 4, 2025 16:21
@@ -71,7 +71,7 @@ pip install strands-agents-tools
To install the dependencies for optional tools:

```bash
pip install strands-agents-tools[mem0_memory, use_browser, rss, use_computer]
pip install "strands-agents-tools[mem0_memory, use_browser, rss, use_computer]"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need some updates, i think Rachit just removed use_broswer https://github.com/strands-agents/tools/pull/235/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants