agent-factory
84 AI agents, 20 playbooks, production-ready generators and quality gates.
A comprehensive framework for building, deploying, and managing AI agents at scale. Born from Peter's experience running 4 autonomous agents (Halperbot, Saarvis, MiniDoge, Nyx) that manage his VC fund, 10+ websites, and daily operations.
- 84 role-specific agents across 12 departments (engineering, research, ops, security, content, analytics, etc.)
- 20 operational playbooks — battle-tested workflows for agent deployment
- Quality gates — automated checks that prevent agents from shipping bad output
- Generator scripts — create new agents from templates with consistent structure
- Multi-provider LLM support — works with Gemini, Groq, Cerebras, Claude, and more
llm-failover
5-provider LLM failover library with automatic provider rotation.
When one LLM provider hits rate limits or goes down, llm-failover automatically routes to the next provider in the chain. Used in production to ensure 24/7 uptime across Peter's agent fleet.
- Provider chain: Groq → Gemini → Cerebras → SambaNova → Cloudflare Workers AI
- Catches all exceptions — not just rate limits, but timeouts, auth errors, and network failures
- Zero-config fallback — set your chain once, every call is resilient
- Battle-tested: handles 1,000+ daily LLM calls across 4 agents
seo-audit
38-check SEO scanner with zero dependencies, auto-fix, and snapshot diffs.
A Python CLI tool that crawls any website and audits it against 38 SEO checks. Includes an auto-fix mode that applies mechanical fixes (title truncation, meta description cleanup, JSON-LD syntax, missing viewport tags, and more).
- 38 checks covering meta tags, JSON-LD, OpenGraph, Twitter cards, accessibility, and technical SEO
- Auto-fix mode — applies safe, mechanical fixes with dry-run preview
- Snapshot diffs — compare audits over time to track regressions
- GEO audit — AI search visibility, citability scoring, brand mention scanning
- Used in production: weekly GHA workflow audits 9 sites every Sunday at 3am ET
Philosophy
Peter's open source philosophy: ship what you actually use. Every tool listed here runs in production, daily. No theoretical frameworks — just battle-hardened code that manages real businesses, real websites, and real money.