Why Open Source
PulseAgent's core platform and AI SDR template are fully open-source. You can self-host on your own server, customize every layer for your business, and contribute back to the community. No vendor lock-in, no hidden costs.
Core Repositories
1. PulseAgent — Multi-Agent Collaboration Platform
The main platform where every AI agent has a persistent identity, long-term memory, and its own workspace. Agents collaborate as a team and with you.
- Repo: github.com/iPythoning/PulseAgent
- License: Apache 2.0
- Stack: FastAPI + React 19 + PostgreSQL
git clone https://github.com/iPythoning/PulseAgent.git
cd PulseAgent && bash setup.sh2. B2B SDR Agent Template — AI Sales in 5 Minutes
Production-ready AI SDR covering the full 10-stage sales pipeline — lead capture, BANT qualification, quotation, negotiation, nurture — across WhatsApp, Telegram, and email.
- Repo: github.com/iPythoning/b2b-sdr-agent-template
- License: MIT
curl -fsSL https://raw.githubusercontent.com/iPythoning/b2b-sdr-agent-template/main/install.sh | bash3. Hermes Skill Fork
Same SDR pipeline adapted for Hermes Agent — native cron, skill config, built-in WhatsApp support.
ClawHub — AI Agent Skill Marketplace
ClawHub is the marketplace for reusable AI agent skills — browse, install, and publish skill packages with one command. Think of it as npm for agent capabilities.
clawhub install b2b-sdr-agentSelf-Hosting
Both PulseAgent and the SDR template are designed for easy self-hosting:
- PulseAgent: Docker Compose or bare-metal setup — see the Quick Start guide
- SDR Template: One-liner install or full deployment — see the Deployment guide
Don't want to self-host? PulseAgent Cloud offers fully managed deployment with one-click setup.
Community
Join developers building AI-powered sales systems:
- Discord — Real-time chat and support
- Telegram — Community discussions
- X / Twitter — Release announcements
- Product Hunt — Reviews and upvotes
Contributing
All repos welcome contributions — bug fixes, industry templates, new skills, translations. See the Contributing Guide or look for good first issues.
Quick links: Open Source Hub · GitHub · ClawHub