Skip to content

CrewAI Connector

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

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

Follow development on GitHub.