File tree Expand file tree Collapse file tree
temporalio/contrib/strands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22from contextlib import asynccontextmanager
33from dataclasses import replace
44
5- from strands .models import Model
6- from strands .models .bedrock import BedrockModel
7- from strands .tools .mcp .mcp_client import MCPClient
5+ from strands .models import BedrockModel , Model
6+ from strands .tools .mcp import MCPClient
87
98from temporalio .contrib .pydantic import pydantic_data_converter
109from temporalio .converter import DataConverter , DefaultPayloadConverter
Original file line number Diff line number Diff line change 55
66from mcp import ClientSession
77from mcp .types import PaginatedRequestParams , Tool
8- from strands .tools . mcp . mcp_agent_tool import MCPAgentTool
9- from strands .tools .mcp . mcp_client import MCPClient
8+ from strands .tools import ToolProvider
9+ from strands .tools .mcp import MCPAgentTool , MCPClient
1010from strands .tools .mcp .mcp_types import MCPToolResult
11- from strands .tools .tool_provider import ToolProvider
1211from strands .types .tools import AgentTool
1312
1413from temporalio import activity
Original file line number Diff line number Diff line change 99from datetime import timedelta
1010from typing import Any , TypeVar
1111
12- from strands .hooks . registry import BaseHookEvent , HookCallback
12+ from strands .hooks import BaseHookEvent , HookCallback
1313from strands .types .tools import AgentTool
1414
1515from temporalio import workflow
You can’t perform that action at this time.
0 commit comments