LangGraph integration for KAgent providing a comprehensive A2A (Agent-to-Agent) server and client framework for building multi-agent systems. Version 0.9.6, requires Python >=3.10. Maintained by kagent team.
pip install kagent-langgraphNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart example: create a LangGraph workflow and serve it via A2A protocol, then connect with a client.
Use Python >=3.10.
Ensure all node outputs are JSON-serializable dicts.
Use 'from kagent_langgraph import A2AServer' instead of 'from kagent_langgraph.a2a import A2AServer'.
No resource links recorded.