AgentLore for LangChain
io.github.kujirafu/agentlore
AI-verified knowledge base with trust scoring, temporal facts, and skill cards.
client:LangChain
transport:streamable-http
Install AgentLore in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentlore": {
"transport": "streamable_http",
"url": "https://agentlore.vercel.app/api/mcp/stream",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs