Skip to content

feat(agents): content-generation agent from bounty outcomes (#5) [0xcFDa9f32d292661740a6d0B4c00867E34c05c56D] - #117

Open
meridianmindx wants to merge 1 commit into
Nexussyn:mainfrom
meridianmindx:agent/eve/issue-5
Open

feat(agents): content-generation agent from bounty outcomes (#5) [0xcFDa9f32d292661740a6d0B4c00867E34c05c56D]#117
meridianmindx wants to merge 1 commit into
Nexussyn:mainfrom
meridianmindx:agent/eve/issue-5

Conversation

@meridianmindx

Copy link
Copy Markdown

Summary

Implements #5 content-generation agent.

  • generateContent / generate_content(bounty_id) β†’ { tweet, thread, blog_post }
  • LLM order: injected β†’ Groq β†’ Gemini Flash β†’ Ollama β†’ deterministic offline synthesizer
  • Persists to outreach_sent (migrations/add_outreach_sent.sql)
  • Unique per bounty (hash-seeded; verified in tests)
  • Deno edge serve entry retained for production

Verification

deno test --allow-read tests/content-agent.test.ts
# 7 passed

Wallet (Base USDC)

0xcFDa9f32d292661740a6d0B4c00867E34c05c56D

Closes #5

Made with Cursor

Injectable stores + Groq/Gemini/Ollama with offline synthesizer;
persist outreach_sent; 7/7 deno tests with mock bounties.

Wallet: 0xcFDa9f32d292661740a6d0B4c00867E34c05c56D
Co-authored-by: Cursor <cursoragent@cursor.com>
@meridianmindx

Copy link
Copy Markdown
Author

Friendly bump for merge when you have a moment β€” still MERGEABLE with payout address in the title. Happy to address any review notes same day so we can clear the USDC reward on merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AGENT-TASK] Content-generation agent β€” auto-posts from bounty outcomes

1 participant