A fully autonomous, multi-agent Go-To-Market (GTM) orchestration pipeline built using the Google Agent Development Kit (ADK) and LiteLLM.
This system takes a raw product concept and autonomously orchestrates a team of 7 specialized AI agents to conduct market research, write omnichannel copy, develop deployable Tailwind UI code, build VC pitch decks, and generate local calendar invites—all while enforcing a strict Human-In-The-Loop (HITL) executive approval gate.
This pipeline moves beyond simple chatbots by utilizing Sequential Routing and Strict Schema Enforcement to bypass API rate limits and prevent JSON escaping failures during massive parallel data generation.
- GTM Director (
gpt-4o): The master router. It receives the initial prompt, delegates intelligence gathering, enforces the HITL pause, sequentially triggers the production agents, and manages the local file export logic.
- Market Researcher: Uses Firecrawl API to scrape competitive intelligence and generate a McKinsey-style MECE report with a "Bulletproof Fallback" if the internet is unreachable.
- Social Media Copywriter: An elite Dan Kennedy-style direct response agent that writes a 30-day Omnichannel plan and a 5-part Soap Opera email sequence. Also triggers Pollinations.ai for cinematic image generation.
- YouTube Scriptwriter: A high-retention A/V scriptwriter that enforces a "3-second visual change rule," kinetic text, and SFX cues.
- Web Developer: A 10x Frontend Architect that generates deployable, single-file Tailwind/Alpine.js landing pages with dynamic CSS theming and interactive DOM elements.
- VC Pitch Architect: Formats raw market data into strict
List[Dict]schemas to natively compile physical.pptxSeries A investor slide decks.
- Operations Manager: Employs a "Presumptive Close" protocol to summarize the generated assets and execute native Python to build a
.icscalendar invite for the executive launch review.
- Framework: Google ADK (Agent Development Kit)
- Routing: LiteLLM (Seamlessly swaps between OpenAI, Anthropic, and Google models)
- Tooling Execution:
python-pptx,python-docx, native OS file handling, Firecrawl API. - Failsafes: Built-in Markdown strippers for HTML protection, JSON-escaping protocols, and automated API-timeout bypasses.
1. Clone the repository
git clone [https://github.com/paulo91-bit/GTM_ADK.git](https://github.com/paulo91-bit/GTM_ADK.git)
cd GTM_ADK