Skip to content

lonexreb/sdr-automation

Repository files navigation

SDR Automation Platform

A multi-step agent pipeline for automating SDR research and outreach, built on Zigsaw's workflow automation platform.

Architecture Overview

The system consists of several key components:

  • Frontend: React web dashboard for user interaction
  • Backend: Orchestration layer powered by Dedalus workflow runner
  • MCP Modules: Specialized data acquisition modules
  • AI Services: Intelligence layer for data processing and generation
  • Shared: Common utilities and type definitions

Quick Start

  1. Install dependencies: npm install
  2. Set up environment variables: cp .env.example .env
  3. Start development servers: npm run dev

Data Flow

Input → Entity Classification → Parallel Data Gathering → Normalization → AI Processing → Policy Filtering → Output

Project Structure

  • frontend/ - React web dashboard
  • backend/ - Main orchestration server
  • mcp-modules/ - Data acquisition modules
  • ai-services/ - Intelligence layer services
  • shared/ - Common libraries and utilities
  • workflows/ - Zigsaw workflow definitions
  • database/ - Database setup and migrations
  • scripts/ - Deployment and utility scripts
  • docs/ - Documentation
  • tests/ - Integration and E2E tests

About

SDR workflow automation — YC AI Hackathon project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors