Releases: kodelyx/flow-agent
Releases · kodelyx/flow-agent
v1.1.0
Added
- FastAPI-based API server (
cli/api.py) exposing core Flow Agent features over HTTP/HTTPS. - Integration Test Script (
test_api.py) verifying health, T2I, I2I, upload, I2V, and V2V edit. - Troubleshooting Guide (
error.md) for port clearance, sandbox bypasses, and extension connection issues. - Proxy Fallback: Graceful handling of image download failures in proxies, returning raw remote URLs instead.
🚀 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