Skip to content
LangChain

agenttune for LangChain

com.agent-tune/agenttune

Personality tuning files for AI agents: 43 MIT-licensed tunings + 5 inline personality tests.

client:LangChain transport:streamable-http tools:3

Install agenttune in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agenttune": {
            "transport": "streamable_http",
            "url": "https://agent-tune.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

agenttune in other clients