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
+75-1Lines changed: 75 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ 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-powered tools
42
+
- 🕸️ **Web Infrastructure** - Perform web searches, extract page content, and crawl websites with Tavily and Exa-powered tools
43
43
- 🌐 **HTTP Client** - Make API requests with comprehensive authentication support
44
44
- 💬 **Slack Client** - Real-time Slack events, message processing, and Slack API access
45
45
- 🐍 **Python Execution** - Run Python code snippets with state persistence, user confirmation for code execution, and safety features
@@ -108,6 +108,8 @@ Below is a comprehensive table of all available tools, how to use them with an a
108
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
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
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 |
111
113
| 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