8 Commits

Author SHA1 Message Date
01e11c6443 docs: add README 2026-01-24 02:19:56 -07:00
f739508c8c refactor(image-gen): switch to gemini-3-pro-image-preview
uses generateContent API with IMAGE response modality.
2026-01-24 02:06:13 -07:00
f9a0ec68b2 fix(image-gen): use imagen-4.0-generate-001 model 2026-01-24 02:04:19 -07:00
5de4135ad2 feat(tools): add image generation via Google AI Imagen 3
output: /mnt/work/tmp/image-gen/
triggered by !pic <prompt> in discord
2026-01-24 02:02:52 -07:00
bc0ae7566e docs: add /mnt/work documentation + fix storage paths
- stem-split models dir: /mnt/work/models/audio-separator/
- stem-split output: /mnt/work/tmp/stem-splits/
- full docs at /mnt/work/docs/discord-feed-bots.md
2026-01-24 02:02:07 -07:00
d048c1fb31 feat(weekly-trends): add qdrant-powered trend analysis
pipeline: scrape → embed (nomic) → cluster → summarize (glm-4.7-flash)
posts weekly clustered themes to #weekly-trends channel.
uses remote qdrant at vectors.biohazardvfx.com.
also adds discord webhook posting support (src/post.ts).
2026-01-24 01:57:18 -07:00
d13032d515 feat(twitter): add X/Twitter AI feed scraper
uses Twitter API v2 search/recent with bearer token.
searches for AI agent, claude code, LLM agent topics.
also adds .env to gitignore.
2026-01-24 01:47:13 -07:00
bb90d15209 feat: unified feed bots for discord
combines reddit digest, github trending, new ai repos,
and claude code release tracking into one CLI tool.

usage: bun run feed <reddit|trending|new-repos|claude-releases|all>
2026-01-24 01:39:42 -07:00