Skip to content

LangGraph Connector

The LangGraph connector allows LangGraph agents to read and write SEMP signals, enabling stigmergic coordination alongside LangGraph’s native orchestration.

import { SEMPConnector } from '@selsemp/connector-langgraph';
const connector = new SEMPConnector({
environment: 'https://app.selsemp.dev',
apiKey: 'your-api-key',
});
// Attach to your LangGraph agent
// Signals are automatically deposited and read
  • Protocol specification: complete
  • Connector implementation: in progress
  • Documentation: coming soon

Follow development on GitHub.