SalesOpsAI is an enterprise-grade AI revenue operations platform. It replaces disconnected sales tools with a unified suite of Autonomous AI Agents capable of planning strategies, scoring inbound leads, drafting hyper-personalized outreach, and orchestrating massive cadence campaigns—all powered by a local or cloud LLM backend (like Llama 3 via Ollama).
The intelligence of SalesOpsAI is decentralized into 5 distinct specialized agents:
- 🧠 Strategy Agent: Analyzes your target market and automatically constructs comprehensive playbook sequences (Emails, Calls, LinkedIn steps).
- 🎯 Qualification Agent: Ingests fresh CRM leads, cross-references digital footprints, and assigns predictive intent scores.
- ✍️ Personalization Agent: Reads company news, recent funding, and shared connections to draft highly compelling, 1-to-1 cold outbound messages.
- ⚙️ Sequencer Agent: An orchestrator attached to a persistent Event Bus that handles delays, API limits, and executes multi-channel tasks at scale.
- 📊 Analytics Agent: Monitors the live cadence pipeline, identifies bottleneck steps (e.g., poor open rates), and autonomously suggests A/B test variations.
The command center. Monitor live KPI trends, supervise active cadence pipelines, and review real-time alerts from the Analytics Agent. The brand new sidebar unifies the workspace navigation.

A visual sequence editor. Strategy Agents construct multi-touch campaigns, and you can tweak the personalization parameters before pushing them to the Sequencer.

Watch the Event Bus in real-time as leads move through the sequence funnel: Enriched → Qualified → Active → Meetings Booked.

Deep dive into any account. View the Qualification Agent's reasoning for intent scores, and approve or rewrite the Personalization Agent's drafted emails.

Define your core brand voice, target audience, and default LLM inference models (Ollama, Claude, GPT-4). Manage API integrations for Salesforce, HubSpot, SendGrid, and more.

Ensure you have Node.js installed, and Ollama running locally with the llama3 model pulled for the AI orchestration backend to execute successfully.
# Clone the repository
git clone https://github.com/the-shadow-0/SalesOpsAI
cd SalesOpsAI
# Install Frontend dependencies
cd frontend && npm install
# Start the full stack (Frontend + Backend E2E Engine)
cd .. && npm run dev:allNavigate to http://localhost:3000 to view the application UI. The terminal will stream live outputs from the Multi-Agent engine executing workflows in the background.
- Frontend: Next.js 14, React 18, Tailwind CSS, Lucide Icons, Premium Glassmorphism UI
- Backend Orchestrator: Node.js Event Bus (
EventEmittersimulation), TypeScript - AI Engine: Local LLM Orchestration via
ollamaNode SDK - Testing: End-to-End backend pipeline tests (
test-workflow.ts), Playwright UI UI/UX extraction.
⚖️ License
This project is licensed under the MIT License © 2026 Noureddine (the-shadow-0). 📜