refactor(ch11): align filenames and update corresponding README sections

This commit is contained in:
Annyfee
2026-01-03 17:28:14 +08:00
parent 1a9ffecfca
commit 857ffa1417
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from langgraph.graph import StateGraph,MessagesState,START,END
from langgraph.prebuilt import ToolNode
from config import OPENAI_API_KEY,AMAP_MAPS_API_KEY
from m11_mcp_advanced.agent_stream import run_agent_with_streaming
from m11_mcp_advanced.s01_agent_stream import run_agent_with_streaming
from m11_mcp_advanced.mcp_bridge import LangChainMCPAdapter