Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-11-14 14:46:37 +00:00
parent e91605e0c4
commit 3dfef9bccd

View File

@@ -545,6 +545,7 @@ def create_agent( # noqa: PLR0915
debug: bool = False,
name: str | None = None,
cache: BaseCache | None = None,
mcp_session_config: MCPSessionConfig | None = None,
) -> CompiledStateGraph[
AgentState[ResponseT], ContextT, _InputAgentState, _OutputAgentState[ResponseT]
]:
@@ -1661,3 +1662,4 @@ __all__ = [
]