Strategic Translation for Every Stakeholder
π LIVE DEMO: https://ace-hsu-gtm-engine.hf.space/
The gap isn't strategy qualityβit's strategy translation: turning comprehensive strategic assets into precise guidance that sales teams, designers, and every stakeholder can immediately act on without having to spend time reading strategy documents.
- 11 AI Agents with self-improving orchestration pipeline
- Multi-stakeholder translation - 9 department interfaces (design, sales, product, PR, etc.)
- Strategic consistency - 95% alignment from planning to execution
- Production ready - Docker deployment, real-time analytics, enterprise security
βββ backend/
β βββ agents/ # 11 AI agents + orchestration
β β βββ agent_0a_configurator/ # Auto-prompt engineering
β β βββ agent_0b_orchestrator/ # Pipeline orchestration
β β βββ message_house_agent/ # Strategic foundation
β β βββ [8 more agents]/ # Specialized content generation
β β βββ rag_system_agent/ # Vector database integration
β βββ config.template.json # API configuration
β βββ requirements.txt # Python dependencies
βββ frontend/
β βββ src/ # React stakeholder interfaces
β βββ Dockerfile # Production deployment
β βββ package.json # Node.js dependencies
β βββ nginx.conf # Production server config
βββ docs/ # User-friendly documentation
βββ technical/ # Technical implementation details
βββ contrib/ # Plugin development framework
βββ examples/ # Live demonstrations
- AI Models: Anthropic Claude 3.5 Sonnet API
- Orchestration: Custom multi-agent pipeline with dependency management
- RAG System: LangChain + pgvector-compatible vector database
- Processing: pandas, numpy for data transformation
- Configuration: JSON-based agent configuration system
- Vector Database: pgvector-compatible database (Supabase, PostgreSQL, etc.)
- Embeddings: OpenAI text-embedding-3-small
- Framework: LangChain for document processing and retrieval
- Processing: Recursive character text splitting, semantic search
- Framework: React 18 with TypeScript
- Styling: Tailwind CSS with shadcn/ui components
- Build: Vite for fast development and optimized production builds
- State Management: React hooks with context patterns
- Anthropic Claude API: Primary LLM for content generation
- OpenAI API: Embeddings for vector search
- Vector Database: Any pgvector-compatible database (Supabase recommended)
- Containerization: Docker with multi-stage builds
- Frontend Deployment: nginx with optimized static serving
- Environment Management: dotenv for secure configuration
- Version Control: Git with comprehensive .gitignore protection
# Anthropic Claude API (Primary LLM)
ANTHROPIC_API_KEY=your_claude_api_key
# OpenAI API (Embeddings for RAG)
OPENAI_API_KEY=your_openai_api_key
# Vector Database (pgvector-compatible)
DATABASE_URL=your_database_url
DATABASE_ANON_KEY=your_database_key # If requiredbackend/config.template.jsonβ Copy toconfig.jsonand add your API keysbackend/agents/rag_system_agent/gtm_rag_core/.env.exampleβ Copy to.envand configure databasefrontend/.env.exampleβ Copy to.envand configure API endpoints
- Python 3.8+
- Node.js 18+
- Anthropic API key (Get here)
- OpenAI API key (Get here)
- pgvector-compatible database (Supabase recommended)
git clone https://github.com/username/AI-GTM-Stakeholder-Engine
cd AI-GTM-Stakeholder-Enginecd backend
# Install Python dependencies
pip install -r requirements.txt
# Configure environment
cp config.template.json config.json
# Edit config.json with your API keyscd backend/agents/rag_system_agent/gtm_rag_core
# Install Node.js dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your API keys and database credentialscd frontend
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your API endpoints
# Start development server
npm run dev# Navigate to orchestrator
cd backend/agents/agent_0b_orchestrator/scripts
# Run complete multi-agent pipeline
python run_unified_pipeline.py- PM/PMM: Live demo β Deploy locally β Upload your strategic assets
- Developers: Clone repo β Follow technical docs β Explore multi-agent backend
- Plugin Developers: Use contrib framework β Create custom agents β Integrate with pipeline
β Production deployment with <2s response time β Real conversations - 17 stakeholder examples with measurable results β Enterprise architecture - Multi-project isolation, proven scalability
- Getting Started - Setup & first run
- Technical Documentation - System architecture & deployment
- Plugin Development - Create custom agents
- Examples - Real stakeholder outputs