@uaicp/adapter-langgraph
v0.3.1
Published
UAICP Reliability Protocol Adapter for LangGraph
Maintainers
Readme
@uaicp/adapter-langgraph
UAICP v0.3 adapter for LangGraph.
Install
npm install @uaicp/core @uaicp/adapter-langgraphUsage
import { LangGraphAdapter } from '@uaicp/adapter-langgraph';
const adapter = new LangGraphAdapter('agent-id');
const envelope = adapter.mapToEnvelope({ messages: [] });Related
@uaicp/core- https://github.com/UAICP/uaicp/tree/main/specification
