Turn any LangGraph graph into a P2P agent with one function call.
pip install agentanycast[langgraph] langgraph
python main.pyserve_graph() wraps your LangGraph compiled graph in an AgentAnycast node. Incoming A2A messages become graph inputs, and the graph output is returned as A2A artifacts.