alphacouncil agent for LangChain
io.github.zhao73/alphacouncil-agent
Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides.
client:LangChain
transport:stdio
runtime:npm
Install alphacouncil agent in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"alphacouncil-agent": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "alphacouncil-agent"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs