Skip to content

AutoGen Connector

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

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

Follow development on GitHub.