You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-139Lines changed: 1 addition & 139 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ Strands Agents Tools is a community-driven project that provides a powerful set
39
39
- 📁 **File Operations** - Read, write, and edit files with syntax highlighting and intelligent modifications
40
40
- 🖥️ **Shell Integration** - Execute and interact with shell commands securely
41
41
- 🧠 **Memory** - Store user and agent memories across agent runs to provide personalized experiences with both Mem0 and Amazon Bedrock Knowledge Bases
42
-
- 🕸️ **Web Infrastructure** - Perform web searches, extract page content, and crawl websites with Tavily and Exa-powered tools
43
42
- 🌐 **HTTP Client** - Make API requests with comprehensive authentication support
44
43
- 💬 **Slack Client** - Real-time Slack events, message processing, and Slack API access
45
44
- 🐍 **Python Execution** - Run Python code snippets with state persistence, user confirmation for code execution, and safety features
@@ -104,12 +103,6 @@ Below is a comprehensive table of all available tools, how to use them with an a
104
103
| editor |`agent.tool.editor(command="view", path="path/to/file.py")`| Advanced file operations like syntax highlighting, pattern replacement, and multi-file edits |
105
104
| shell*|`agent.tool.shell(command="ls -la")`| Executing shell commands, interacting with the operating system, running scripts |
106
105
| http_request |`agent.tool.http_request(method="GET", url="https://api.example.com/data")`| Making API calls, fetching web data, sending data to external services |
107
-
| tavily_search |`agent.tool.tavily_search(query="What is artificial intelligence?", search_depth="advanced")`| Real-time web search optimized for AI agents with a variety of custom parameters |
108
-
| tavily_extract |`agent.tool.tavily_extract(urls=["www.tavily.com"], extract_depth="advanced")`| Extract clean, structured content from web pages with advanced processing and noise removal |
109
-
| tavily_crawl |`agent.tool.tavily_crawl(url="www.tavily.com", max_depth=2, instructions="Find API docs")`| Crawl websites intelligently starting from a base URL with filtering and extraction |
110
-
| tavily_map |`agent.tool.tavily_map(url="www.tavily.com", max_depth=2, instructions="Find all pages")`| Map website structure and discover URLs starting from a base URL without content extraction |
111
-
| exa_search |`agent.tool.exa_search(query="Best project management tools", text=True)`| Intelligent web search with auto mode (default) that combines neural and keyword search for optimal results |
112
-
| exa_get_contents |`agent.tool.exa_get_contents(urls=["https://example.com/article"], text=True, summary={"query": "key points"})`| Extract full content and summaries from specific URLs with live crawling fallback |
113
106
| python_repl*|`agent.tool.python_repl(code="import pandas as pd\ndf = pd.read_csv('data.csv')\nprint(df.head())")`| Running Python code snippets, data analysis, executing complex logic with user confirmation for security |
0 commit comments