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