1. Score
Fit, engagement, behavior, and urgency signals.
Sales pipeline · Ready to use
Score and prioritize sales pipelines for SMBs — continuous analysis of leads and opportunities, ranked work lists for reps, at-risk deal flags, CRM stage suggestions, and pipeline health insights with human oversight.
Fit, engagement, behavior, and urgency signals.
Daily or weekly ranked lists for each rep.
Stale and at-risk deals with recovery actions.
Stage, task, and note updates with HITL.
Pipeline health score and coaching notes.
Code: agents/pipeline-forge ·
Guide: agents/pipeline-forge/README.md
cd agents/pipeline-forge python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install -r requirements.txt copy .env.example .env python scripts/smoke_test.py python -m src.cli serve
Scoring: edit config.yaml → scoring. Sample data: samples/pipeline.json.
<iframe src="https://YOUR_PIPELINEFORGE_HOST/static/dashboard/index.html" title="PipelineForge" style="width:100%;min-height:800px;border:1px solid #1e2a3a;border-radius:12px;"> </iframe> <script src="https://YOUR_PIPELINEFORGE_HOST/static/widget/embed.js" data-api="https://YOUR_PIPELINEFORGE_HOST" async> </script>