Colophon · the stack

What runs the pipeline.

Every model, MCP server, external API, and container image the engine depends on. This page is derived from agents/*/AGENTS.md frontmatter — add a new MCP server to an agent and it shows up here automatically.

42 agents · 3 models · 5 MCP servers · 8 external APIs · synced 2026-08-04

Orchestrator

AgentForge runs everything.

AgentForge is a long-lived HTTP service (localhost:8010) that loads agent and workflow YAML, schedules nodes, manages parallel execution, enforces budgets, and propagates verdicts. NLT publishes content to it via Pattern A — idempotent self-registration through scripts/agentforge_publish_nlt.py. The engine is a consumer; AgentForge is the platform. The multi-lane poc-ship DAG — parallel build crew, four QA gates, a demand-gated prototype lane, and its regen loops — is composed of AgentForge primitives, not bespoke orchestration.

Models

Claude for reasoning, Gemini for vision.

Opus 4.8 handles the heaviest judges and open-ended builds (PE Firm, POC Director, Frontend Builder, and the hardware visual agents — Product Renders and 3D Modeler). Sonnet 5 runs the structured-output agents — analysts, adversaries, copywriters, designers, and most QA judges. Haiku 4.5 runs the cheap Engineering QA gate. Gemini 2.5 Flash Image (Nano Banana) generates the renders; Gemini 2.5 Pro judges them cross-family so a different model family is checking Claude's output.

🧠
Claude Opus 4.8
claude-opus-4-8 · 7 agents

banker, compliance-baseline, incorporator, poc-builder, poc-director, product-3d, product-renders

🧠
Claude Sonnet 5
claude-sonnet-5 · 34 agents

cad-designer, domain-and-brand, general, gtm-launcher, gtm-operator, linear-intake-create, market-pricing-researcher, mvp-builder, mvp-builder-gateway, mvp-director, mvp-smoke, number-auditor, pe-bull-reply, pe-buyer-simulator, pe-competitive-analyst, pe-creative-director, pe-devils-advocate, pe-feasibility-analyst, pe-financial-modeler, pe-firm, pe-market-researcher, pe-regulatory-analyst, poc-content-qa, poc-copywriter, poc-designer, poc-gtm-qa, poc-post-deploy-audit, poc-product-designer, poc-prototype-builder, poc-prototype-builder-gateway, poc-prototype-designer, poc-prototype-qa, poc-signal-planner, poc-visual-qa

🧠
Claude Haiku 4.5
claude-haiku-4-5-20251001 · 1 agents

poc-engineering-qa

MCP Servers

Memory and research, wired into every agent that needs them.

Each agent declares its MCP servers in frontmatter. AgentForge injects them at session start. The PE research analysts pull primary sources through firecrawl and exa; every agent shares pattern-tier learnings through tapps-brain.

🔌
tapps-brain
38 agents

Cross-session memory. Postgres-backed, exposed via tapps-mcp BrainBridge. Tiered retention (architectural 180d, pattern 60d, procedural 30d, context 14d) and hive-scope for cross-agent pattern sharing.

banker, cad-designer, compliance-baseline, domain-and-brand, gtm-launcher, gtm-operator, incorporator, market-pricing-researcher, mvp-builder, mvp-director, mvp-smoke, number-auditor, pe-bull-reply, pe-buyer-simulator, pe-competitive-analyst, pe-creative-director, pe-devils-advocate, pe-feasibility-analyst, pe-financial-modeler, pe-firm, pe-market-researcher, pe-regulatory-analyst, poc-builder, poc-content-qa, poc-copywriter, poc-designer, poc-director, poc-gtm-qa, poc-post-deploy-audit, poc-product-designer, poc-prototype-builder, poc-prototype-builder-gateway, poc-prototype-designer, poc-prototype-qa, poc-signal-planner, poc-visual-qa, product-3d, product-renders

🔌
linear
1 agent

Intake-issue creation. Used only by linear-intake-create to mirror FUND verdicts into the engineering tracker.

linear-intake-create

🔌
exa
6 agents

Semantic search for primary-source research. Surfaces Reddit threads, news, and comparable raises before the analyst writes a citation.

pe-competitive-analyst, pe-devils-advocate, pe-feasibility-analyst, pe-financial-modeler, pe-market-researcher, pe-regulatory-analyst

🔌
firecrawl
4 agents

Web fetch for primary-source research. PE analysts use it to read competitor pricing pages, regulatory filings, and industry reports.

pe-competitive-analyst, pe-feasibility-analyst, pe-market-researcher, pe-regulatory-analyst

🔌
tavily
1 agent

(undocumented MCP server)

pe-market-researcher

External APIs

Every service the pipeline touches.

Inferred from each agent's credentials and secrets declarations. Mercury and Stripe Atlas only appear post-FUND on the portfolio-create path; they're not in the /pipeline idea-to-demo loop.

🔑
Gemini 2.5
3 agents

Image generation (Flash Image, branded as Nano Banana) and cross-family vision judging (Pro). Cross-family means a different model family judges Claude's output, avoiding same-family bias.

GEMINI_API_KEY

domain-and-brand, product-3d, product-renders

🔑
GitHub
4 agents

Source control + intake webhooks + PR comments. Read-only PAT (long-lived) for repo clones; see docs/operations/github-app-auth-runbook.md.

GITHUB_TOKEN

mvp-builder, poc-builder, product-3d, product-renders

🔑
Render
2 agents

POC site deployment (SSR + static CDN). Auto-deploys on PR merge; per-POC service with the slug as subdomain.

RENDER_API_KEY

mvp-builder, poc-builder

🔑
GoDaddy
1 agent

DNS A and CNAME records for *.nltlabs.ai. Each POC's subdomain is provisioned and bound to its Render service.

GODADDY_API_KEYGODADDY_API_SECRET

poc-builder

🔑
Cloudflare
2 agents

DNS, edge routing, and CDN for portfolio domains. Used by domain-and-brand for new LLCs and gtm-launcher for landing pages.

CLOUDFLARE_ACCOUNT_IDCLOUDFLARE_API_TOKEN

domain-and-brand, gtm-launcher

🔑
Plausible
1 agent

Privacy-respecting analytics for shipped POCs. Configured by gtm-launcher at landing-page publish time; no cookies, no third-party tracking.

PLAUSIBLE_API_KEY

gtm-launcher

🔑
Mercury
1 agent

Business banking. KYC application for the LLC after pe-firm issues a FUND verdict. HIGH risk — explicit operator approval per spawn.

MERCURY_API_KEY

banker

🔑
Stripe Atlas
1 agent

Delaware LLC / C-Corp formation. The portfolio-create path's first step after FUND. HIGH risk — explicit operator approval per spawn. Vault: STRIPE_ATLAS_API_KEY (ADR-016).

STRIPE_ATLAS_API_KEY

incorporator

Derived from agents/*/AGENTS.md via scripts/build_colophon.py. Re-run on every agent change so the public colophon stays in sync with what's actually declared at the engine layer — no hand-curated lists drift. See /pipeline for what the agents do together.