Continuity / agent.py

Commit History

Merge remote changes and resolve conflicts in agent.py
70214e8

Gaurav vashistha commited on

Fix Pydantic error: remove _api_client from GenerateVideosOperation init
53a2257

Gaurav vashistha commited on

Use official SDK GenerateVideosOperation for polling instead of custom proxy
62973c2

Gaurav vashistha commited on

Fix 500 error: ensure analysis_a and analysis_c keys always present
4c4dca8

Gaurav vashistha commited on

Fix infinite loop: implement GetOpRequest proxy for Veo polling
0c79677

Gaurav vashistha commited on

fix: use positional arg only for operations.get(), simplified polling
8e0ba30

Gaurav vashistha commited on

fix: dual-strategy polling with debug logging for SDK introspection
924120a

Gaurav vashistha commited on

fix: robust op_name extraction with strict type handling
9e15996

Gaurav vashistha commited on

fix: strict separation of op_name (string) and current_op (object) in polling
0753051

Gaurav vashistha commited on

fix: extract op_name ONCE before loop to prevent AttributeError
8989068

Gaurav vashistha commited on

fix: handle string vs object for operation name in Veo polling
db1107a

Gaurav vashistha commited on

fix: update deprecated Gemini model and remove status badges
c91372f

Gaurav vashistha commited on

Fix operations.get() API syntax: use positional arg instead of keyword
2359eb3

Gaurav vashistha commited on

Universal polling fix: handle object/dict types + 5min timeout
d3a9776

Gaurav vashistha commited on

Fix Veo polling: access .result as property + add 2min timeout guard
e059cb3

Gaurav vashistha commited on

Fix: Corrected logger initialization (name -> __name__)
01bccd8

Gaurav vashistha commited on

Fix Veo generation loop with op.result()
683cf64

Gaurav vashistha commited on

Implement Transcode-First stitching and Partial Success handling
7451451

Gaurav vashistha commited on

Fix stitching hangs: add timeout, normalization and soft failure
c76f6fa

Gaurav vashistha commited on

Implement Global Safety Net logic in agent.py
0dc4810

Gaurav vashistha commited on

Fix infinite loop with robust error handling in agent.py
dae328a

Gaurav vashistha commited on

Fix infinite spinner by ensuring terminal job state in worker
59e0951

google-labs-jules[bot] commited on

Fix Analysis Crash (List Handling) & Frontend Infinite Loop
256d59e

Gaurav vashistha commited on

Fix Analysis Crash: Handle list response from Gemini
cd768cf

Gaurav vashistha commited on

Fix 500 Error: Robust JSON parsing from Gemini
535b8bb

Gaurav vashistha commited on

Upgrade: Structured JSON Analysis & UI Scroll Fix
bcae6dd

Gaurav vashistha commited on

Upgrade Director Agent (VFX prompts) and UI (Input size)
0644f3e

Gaurav vashistha commited on

fix: golden master repair (ui, caching, stitching)
623bad5

Gaurav vashistha commited on

feat: smart caching for analysis and ui cleanup
4e8e87d

Gaurav vashistha commited on

feat(phase4): separate bridge playback and full movie download
1197046

Gaurav vashistha commited on

feat(phase3): production architecture - smart stitching & job queue
fad001e

Gaurav vashistha commited on

fix(ui) & feat(phase2): layout stability and auteur controls
80ca058

Gaurav vashistha commited on

feat(phase2): implement auteur controls (negative prompt, guidance, motion)
6955891

Gaurav vashistha commited on

feat: add audio mood customization
87e3cb1

Gaurav vashistha commited on

feat: upgrade to Veo 3.1 for native audio
b0901ce

Gaurav vashistha commited on

feat: improve audio generation resilience with fallback models
4c0ed01

Gaurav vashistha commited on

fix: switch to direct requests for audio api to bypass library version issues
1e3dee9

Gaurav vashistha commited on

fix: update huggingface_hub and use InferenceClient
ad7e6b7

Gaurav vashistha commited on

fix: switch audio model to musicgen-small to resolve 404
9facb66

Gaurav vashistha commited on

fix: manual update of agent.py for audio api fix
e0348aa

Gaurav vashistha commited on

fix: update deprecated audio api url to router.huggingface.co
1c71227

Gaurav vashistha commited on

fix: update HF audio API URL to router.huggingface.co
c6ce27b

Gaurav vashistha commited on

fix: robust audio generation with 503 retry loop
fddb16f

Gaurav vashistha commited on

fix: replace InferenceClient with direct requests for audio
df244f9

Gaurav vashistha commited on

fix: cleanup Groq dead code and audio bug
c3f17d3

Gaurav vashistha commited on

feat: implement audio bridging, cloud persistence, and creative control
c4bca54

Gaurav vashistha commited on

feat: phase 1 & 2 - async architecture, refactoring, and status polling
e9456a0

Gaurav vashistha commited on

fix: handle Veo bytes response and robustness for SVD parsing
131b652

Gaurav vashistha commited on

fix: explicit SVD api_name and Veo logging
ba78b46

Gaurav vashistha commited on

fix: resolve Veo polling crash and SVD API name
a6027bc

Gaurav vashistha commited on