chore: import storyforge baseline clean

This commit is contained in:
kris
2026-03-14 21:32:55 +08:00
commit acb1103b71
54 changed files with 9721 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
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