Files
storyforge/Common/STORYFORGE_MAC_AI_NODE_TASKS.md
2026-03-14 21:32:55 +08:00

525 B

You are responsible for the StoryForge Mac AI node.

Tasks:

  • Deploy FastGPT using Docker.
  • Services:
    • FastGPT
    • MongoDB
    • PostgreSQL + pgvector
    • Redis
    • MinIO
  • Build collector-service in Python.
  • Collector features:
    • yt-dlp video download
    • ffmpeg audio extraction
    • whisper.cpp transcription
    • text cleaning
    • knowledge upload
  • Collector APIs:
    • POST /collect/video
    • POST /collect/audio
    • POST /collect/text
  • Output:
    • docker-compose
    • collector service
    • setup scripts
    • README