SERP API + LangChain:10 行代码做实时搜索 Agent
背景
LangChain 的 agent 需要工具,Google 搜索是最常见的一个。SERP API 的 /google/search 包装成 LangChain Tool 只需要几行。
安装
pip install langchain langchain-anthropic requestsTool 定义
import requests
from langchain.tools import ToolAPI_KEY "yo…
2026/6/26 7:29:32