Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
"outputs": [],
"source": [
"# Create an agent with MCP tools\n",
"#Get NotImplementedError on WIndows OS for Python313\\site-packages\\mcp\\os\\win32\\utilities.py:169, in create_windows_process(command, args, env, errlog, cwd)\n",
"with stdio_mcp_client:\n",
" # Get the tools from the MCP server\n",
" tools = stdio_mcp_client.list_tools_sync()\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,22 @@
"!pip install --upgrade --force-reinstall -r requirements.txt"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Now let's make sure we are running the latest version of Strands Agents Tools"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install strands-agents-tools>=0.2.3"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -196,6 +212,7 @@
"metadata": {},
"outputs": [],
"source": [
"#Get the error ModuleNotFoundError: No module named 'strands_tools'\n",
"import get_booking_details, delete_booking, create_booking\n",
"from strands_tools import retrieve, current_time\n",
"from strands import Agent, tool\n",
Expand Down