feat: LangGraph viral YouTube Short generator — 4-agent pipeline with BMasterAI telemetry#49
Conversation
…YouTube Shorts Four specialist agents collaborate in a LangGraph StateGraph to produce a complete, production-ready YouTube Shorts package: Agents: - trend_researcher — Tavily web search → viral angle + competitor hooks - hook_writer — ≤12-word scroll-stopping opening line - script_writer — full 45-60s Hook/Conflict/Build/Payoff/CTA script - title_and_tags — viral title + 10 SEO tags + thumbnail concept - quality_gate — validates output, triggers retry loop (max 2 iterations) BMasterAI telemetry: - TASK_START / LLM_CALL / TASK_COMPLETE / TASK_ERROR on every agent node - Structured JSONL output to logs/agents.jsonl - Human-readable log to logs/agents.log Usage: pip install -r requirements.txt python main.py "AI agents taking over software engineering" New deps: langgraph, langchain-anthropic, langchain-core, tavily-python, bmasterai
|
Claude finished @ellucas-creator's task —— View job Code Review: LangGraph Viral YouTube AgentOverall Assessment ✅This is a well-structured implementation that effectively demonstrates LangGraph capabilities with BMasterAI telemetry integration. The code is clean, follows Python best practices, and provides a compelling creative content generation use case. ✅ StrengthsArchitecture & Design
BMasterAI Integration
Code Quality
|
New Example:
langgraph-viral-youtubeFour specialist agents collaborate in a LangGraph
StateGraphto produce a complete, production-ready YouTube Shorts package — fully instrumented with BMasterAI telemetry.Architecture
Agents
trend_researcherhook_writerscript_writertitle_and_tagsquality_gateBMasterAI Integration
Every agent node logs structured telemetry:
Output:
logs/agents.log+logs/agents.jsonlQuick Start
Why LangGraph?