Skip to content

πŸš€ Flow Agent v1.0.0 β€” Full Release

Choose a tag to compare

@kodelyx kodelyx released this 31 May 10:04
· 12 commits to main since this 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