AutoGen Connector
Overview
Section titled “Overview”The AutoGen connector allows AutoGen agents to read and write SEMP signals, enabling stigmergic coordination alongside AutoGen’s native orchestration.
Planned Integration
Section titled “Planned Integration”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 readStatus
Section titled “Status”- Protocol specification: complete
- Connector implementation: in progress
- Documentation: coming soon
Follow development on GitHub.