Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsMay 12, 2026·3 min de lecture

Strands Tools — Built-in Tools for Strands Agents

Strands Agents Tools is a pip-installable tool pack (files, shell, HTTP, memory backends, web search, Slack, browser tooling) with optional extras.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Stage only · 29/100Stage only
Surface agent
Tout agent MCP/CLI
Type
Script
Installation
Manual
Confiance
Confiance : Established
Point d'entrée
pip install strands-agents-tools
Commande CLI universelle
npx tokrepo install 24854e7f-79b8-593b-8cb7-f7094660c093
Introduction

Strands Tools is a batteries-included tool pack for Strands Agents: instead of writing one-off wrappers, you install one package and expose a curated set of agent tools (files, shell, HTTP, memory, web, integrations).

Best for: agent builders who want a broad, opinionated tool surface (files/shell/http/memory/web) without assembling many libraries

Works with: Python, Strands Agents SDK, optional backends like Mem0 and browser/search providers

Setup time: 5–15 minutes

Key facts (verified)

  • README lists many tool categories including file ops, shell, HTTP, memory, web search, Slack, and browser automation.
  • Optional extras are installed via pip extras (e.g., mem0_memory, use_browser).
  • GitHub: 1,048 stars · 295 forks; pushed 2026-05-12 (GitHub API verified).

Main

When using broad tool packs, the risk is accidental capability creep. Decide which tools are allowed per environment:

  • Local dev: file + shell tools may be OK.
  • CI: restrict file writes and network.
  • Production: allowlist only the HTTP endpoints and MCP servers you intend.

If you enable dynamic MCP clients, apply the README security warnings and keep a strict allowlist.

README excerpt (verbatim)

Strands Agents Tools

A model-driven approach to building AI agents in just a few lines of code.

GitHub commit activity GitHub open issues GitHub open pull requests License PyPI version Python versions

DocumentationSamplesPython SDKToolsAgent BuilderMCP Server

Strands Agents Tools is a community-driven project that provides a powerful set of tools for your agents to use. It bridges the gap between large language models and practical applications by offering ready-to-use tools for file operations, system execution, API interactions, mathematical operations, and more.

✨ Features

  • 📁 File Operations - Read, write, and edit files with syntax highlighting and intelligent modifications
  • 🖥️ Shell Integration - Execute and interact with shell commands securely
  • 🧠 Memory - Store user and agent memories across agent runs to provide personalized experiences with both Mem0, Amazon Bedrock Knowledge Bases, Elasticsearch, and MongoDB Atlas

FAQ

Q: Is this only for Strands Agents? A: It’s designed for the Strands Agents ecosystem, but the tool modules can inform other agent frameworks too.

Q: How do I install optional integrations? A: Use pip extras as shown in the README (e.g., strands-agents-tools[mem0_memory,...]).

Q: What’s the safety best practice? A: Allowlist tools by environment and keep dynamic tool loading behind strict controls.

🙏

Source et remerciements

Source: https://github.com/strands-agents/tools > License: Apache-2.0 > GitHub stars: 1,048 · forks: 295

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires