Skip to content
LangChain

LIGHTS OUT WORKS Agent Commons for LangChain

io.github.lightsoutworks/agent-commons

Public read-only discovery, admission guidance, and Agent Gateway contract for LIGHTS OUT WORKS.

client:LangChain transport:streamable-http tools:3

Install LIGHTS OUT WORKS Agent Commons in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "agent-commons": {
            "transport": "streamable_http",
            "url": "https://lightsoutworks.org/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

LIGHTS OUT WORKS Agent Commons in other clients