waoowaoo
Industry-first professional AI Agent platform for controllable film & video production.
GraphCanon updated 1d · GitHub synced 1d
Decision brief
waoowaoo is a specialized AI agent platform for high-standard film and video production, offering full workflows from shorts to live-action productions with support via Docker.
Good fit when
- - When aiming for Hollywood-level quality in film & video projects requiring controllable AI-driven content creation.
- - When seeking a comprehensive setup that includes essential services like MySQL, Redis, Minio, and more through Docker.
Avoid when
- - Avoid if project requirements do not align with full-stack, high-standard film production workflows as waoowaoo is specialized for such productions.
- - Not recommended if you require real-time interaction outside of its preconfigured AI agents or the specific environment it sets up using Docker and TypeScript.
- Requirements:
- - Requires setting up a complete environment including services like MySQL, Redis, and Minio via Docker.; - Docker Compose must be used to manage multiple services and non-standard port mappings are utilized (MySQL:13306, Redis:16379, Minio:19000).
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (6d since push)
- As of 1d
- Provenance
- Not a fork · Organization account
- As of 1d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install waoowaoo npmHow it fits your stack(5)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A comprehensive AI agent-based platform designed for the production of high-standard film and video content, supporting shorts to full live-action productions with Hollywood-level workflows. It utilizes Docker for setting up a complete environment including services like MySQL, Redis, and Minio.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 20, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 20, 2026
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Aug 20, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Aug 20, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 20, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 20, 2026)
# 复制环境变量配置文件(必须在 npm install 之前完成)Source link
Tags
README
下载 docker-compose.yml
curl -O https://raw.githubusercontent.com/saturndec/waoowaoo/main/docker-compose.yml
方式二:克隆仓库 + Docker 构建(完全控制)
git clone https://github.com/saturndec/waoowaoo.git
cd waoowaoo
docker compose up -d
更新版本:
git pull
docker compose down && docker compose up -d --build
复制环境变量配置文件(必须在 npm install 之前完成)
cp .env.example .env
注意:docker-compose.yml 将服务映射到非标准端口,.env.example 已按此预设
mysql:13306 redis:16379 minio:19000 docker compose up mysql redis minio -d
For agents
This page has a .md twin and JSON over the API.