Commit History

Add debug logging to diagnose GEPA candidate generation issue
5b2a612

Suhasdev commited on

Fix: GEPA not generating candidates - training minibatch was incorrectly cached
b4d947d

Suhasdev commited on

Fix: Always pass reflection_lm_callable to GEPA - was broken when LLEGO disabled
6c19fd6

Suhasdev commited on

Fix improvement_data field mapping for real backend - use baseline_val_score, optimized_val_score, relative_improvement_percent
3ba279d

Suhasdev commited on

Remove -e . from requirements.txt - use path setup in app.py instead for HF Spaces compatibility
a50ba2a

Suhasdev commited on

Fix Hugging Face Spaces deployment: add setup.py, install local package in requirements.txt, improve path setup
f0ab1a7

Suhasdev commited on

Fix duplicate seed prompts in Pareto front - add deduplication checks
74d4bea

Suhasdev commited on

Fix OptimizedResult handling: use result.prompt property, improvement_data, and reflection_history for real backend
539c75b

Suhasdev commited on

Remove hardcoded debug.log file writes - fix file not found errors
c0b1bdf

Suhasdev commited on

Fix OptimizedResult field access - support both property-based (real backend) and attribute-based (mock backend) result formats
9a000b8

Suhasdev commited on

Support all image formats - PNG, JPG, JPEG, GIF, WEBP, BMP, TIFF, SVG, etc.
4f98322

Suhasdev commited on

Improve image file handling and add debug logging for image_name matching
283abbd

Suhasdev commited on

Add image_name field support for JSON import - match images by filename
c608059

Suhasdev commited on

Add image upload support to bulk JSON import feature
b5e44b2

Suhasdev commited on

Update Gradio to 6.1.0 for security fixes
38577fa

Suhasdev commited on

Fix README metadata: change colorTo to valid value
e322499

Suhasdev commited on

Deploy Universal Prompt Optimizer to HF Spaces (clean)
cacd4d0

Suhasdev commited on