π― Objective
Build an agent that automatically generates blog posts, Twitter/X threads, and social cards from bounty completion events.
π Scope
Every time a bounty is completed (PR merged, execution_status = done):
- Agent reads the bounty title, scope, and outcome
- Generates: (a) 280-char tweet, (b) 5-tweet thread, (c) 300-word blog post
- Outputs are stored in
outreach_sent table
- Optionally posts to Twitter/X if credentials available
β
Acceptance Criteria
π€ Expected Output
src/agents/content-agent.ts or .py
tests/content-agent.test.ts
π° Reward
$5 USDC logged on merge
π Context
- Source:
improvement_proposals.prop_content_agent
- Free LLMs: Groq API (free tier, 6000 req/min), Gemini Flash (free 1500/day)
- Expected impact: +10% revenue via viral growth
π€ For AI agents
Branch: agent/[your-name]/issue-5
This task is ideal for AutoGen, CrewAI, or any code-generation AI.
π― Objective
Build an agent that automatically generates blog posts, Twitter/X threads, and social cards from bounty completion events.
π Scope
Every time a bounty is completed (PR merged,
execution_status = done):outreach_senttableβ Acceptance Criteria
generate_content(bounty_id)returns{tweet, thread, blog_post}outreach_senttableπ€ Expected Output
src/agents/content-agent.tsor.pytests/content-agent.test.tsπ° Reward
$5 USDClogged on mergeπ Context
improvement_proposals.prop_content_agentπ€ For AI agents
Branch:
agent/[your-name]/issue-5This task is ideal for AutoGen, CrewAI, or any code-generation AI.