Lamaq/iPoly-LOC
0
AI Outreach Intelligence Engine — iPoly-LOC
V1.1 · 15 API Endpoints · LangGraph Orchestration · N8N-style Workflow · Real-time News Engine
Architecture
FastAPI (7860) ──► LangGraph Pipeline ──► MongoDB Atlas
│
┌──────────┼──────────┐
│ │ │
Groq LLMs Tavily Mock ML
(GPT-oss-120b) (Search) (XGBoost sim)Quick Start
# Install deps
pip install -r requirements.txt
# Set env vars
export GROQ_API_KEY="gsk_..."
export TAVILY_API_KEY="tvly-..."
export MONGODB_URI="mongodb+srv://..."
# Run
uvicorn backend.main:app --host 0.0.0.0 --port 7860API Endpoints (15)
Documentation
- Frontend Integration Guide
- Deployment Guide
- V1 Setup Guide
- Technical Plan
