Files
storyforge/Common/STORYFORGE_MAC_AI_NODE_TASKS.md

526 B

You are responsible for the StoryForge Mac AI node.

Tasks:

  • Deploy StoryForge runtime services on the Mac node.
  • Services:
    • collector-service
    • n8n
    • cli-proxy-api
  • 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