π Flow Agent v1.0.0 β Full Release
β‘ Flow Agent v1.0.0
The ultimate CLI toolkit for Google Flow.
π¬ Video Generation (Omni Flash)
- T2V β Text to Video (4/6/8/10 seconds)
- V2V β Video to Video editing (anime, cyberpunk, etc.)
- I2V β Image to Video animation
- Auto watermark removal (~1 second, zero quality loss)
- .temp workflow β clean videos only in output
πΌοΈ Image Generation (Nano Banana 2)
- T2I β Text to Image (5 aspect ratios)
- I2I β Image editing with reference images
- 1-4 variations per request
- Unlimited β no credits needed!
π§ Infrastructure
- Chrome extension bridge with auto-retry
- Auto token capture + reCAPTCHA solving
- All config hardcoded β zero setup files
- Watermark assets embedded in code (self-contained)
π¦ Install
git clone https://github.com/kodelyx/flow-agent.git
cd flow-agent && pip install -r requirements.txtπ― Quick Start
# Generate video
python -m cli.generate "A samurai in rain" -o samurai.mp4
# Generate image (unlimited!)
python -m cli.image "Cyberpunk city" -o city.png
# Edit with reference
python -m cli.image "Make it anime" --ref photo.png -o anime.png