Agent Pulse for LangChain
io.github.janicezhhhh/agent-pulse
Reproducible benchmarks and reliability evidence for agent tools.
client:LangChain
transport:streamable-http
Install Agent Pulse in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-pulse": {
"transport": "streamable_http",
"url": "https://agent-pulse-seven.vercel.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs