INSTALL.md
LICENSE
MANIFEST.in
README.md
__init__.py
harvester.py
parallel_template_cli.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
setup.sh
version.py
config/google_cloud_setup.yaml
config/harvest_profiles.yaml
config/providers.yaml
config/rqp_presets.yaml
config/templates.yaml
config/providers/genai_embeddings.yaml
config/providers/genai_imagen.yaml
config/providers/genai_lyria.yaml
config/providers/genai_veo3.yaml
core/__init__.py
core/batch_processor.py
core/collector.py
core/csv_scanner.py
core/document_loader.py
core/function_calling.py
core/json_template_processor.py
core/post_processor.py
core/result_templater.py
core/rqp_templater.py
core/scanner.py
core/structured_output.py
core/synthesizer.py
core/template_adapter.py
core/templater.py
harvester_sdk/__init__.py
harvester_sdk/output_manager.py
harvester_sdk/sdk.py
processors/__init__.py
processors/batch_submitter.py
processors/galactic_federation.py
processors/gemini_batch_submitter.py
processors/multi_provider_parallel.py
processors/parallel.py
processors/parallel_monarchy.py
processors/xai_async_processor.py
processors/xai_deferred_submitter.py
providers/__init__.py
providers/anthropic_provider.py
providers/base_provider.py
providers/dalle3_provider.py
providers/deepseek_provider.py
providers/gemini_exp_provider.py
providers/gemini_provider.py
providers/genai_embeddings_provider.py
providers/genai_functions_provider.py
providers/genai_imagen_provider.py
providers/genai_lyria_provider.py
providers/genai_provider.py
providers/genai_tts_provider.py
providers/genai_veo3_provider.py
providers/generic_provider.py
providers/google_provider.py
providers/gpt_image_provider.py
providers/openai_image_provider.py
providers/openai_provider.py
providers/provider_factory.py
providers/rqp_adapter.py
providers/vertex_image_provider.py
providers/vertex_provider.py
providers/xai_async.py
providers/xai_batch_provider.py
providers/xai_functions.py
providers/xai_image_provider.py
providers/xai_provider.py
providers/xai_provider_advanced.py
providers/xai_streaming.py
templates/MASTER-TEMPLATE.j2
templates/cinematic_templates.json
templates/construction_image_templates.json
templates/digital_art_templates.json
templates/fantasy_expanded_templates.json
templates/fashion_image_templates.json
templates/food_image_templates.json
templates/json_order_templates.json
templates/music_style_templates.json
templates/nature_cosmic_templates.json
templates/photography_templates.json
templates/retro_nostalgia_templates.json
templates/surreal_creative_templates.json
templates/tech_dystopian_templates.json
templates/tech_harmonious_templates.json
templates/technology_image_templates.json
templates/template_index.json
templates/themed_templates.json
templates/video_style_templates.json
templates/csv/image_batch_multiapi.csv
templates/dalle3/advanced_features.json
templates/dalle3/creative_styles.json
templates/embeddings/content_similarity.json
templates/embeddings/rag_system.json
templates/embeddings/semantic_search.json
templates/gpt_image/api_workflows.json
templates/gpt_image/multi_turn_editing.json
templates/image/styles/artistic_styles.json
templates/imagen/batch_generation.json
templates/imagen/genai_cosmic_duck.json
templates/jinja/business/blog_post.j2
templates/jinja/business/data_analysis.j2
templates/jinja/business/email_draft.j2
templates/jinja/business/meeting_summary.j2
templates/jinja/business/product_description.j2
templates/jinja/business/text_summary.j2
templates/jinja/code/agnostic_purity.j2
templates/jinja/code/architectural_review.j2
templates/jinja/code/clean_code.j2
templates/jinja/code/code_forge.j2
templates/jinja/code/code_forge_exact.j2
templates/jinja/code/comprehensive_docs.j2
templates/jinja/code/document_improved.j2
templates/jinja/code/documentation.j2
templates/jinja/code/modernize_code.j2
templates/jinja/code/performance_optimization.j2
templates/jinja/code/test_generation.j2
templates/jinja/content/seo_content.j2
templates/jinja/content/translation.j2
templates/jinja/image/basic_image_generation.j2
templates/jinja/image/creative_art_generation.j2
templates/jinja/image/enhanced_image_prompt.j2
templates/jinja/image/product_photography.j2
templates/jinja/prompting/prompt_enhancement.j2
templates/jinja/prompting/prompt_improver_general.j2
templates/jinja/prompting/prompt_improver_program.j2
templates/jinja/prompting/quality_guardian.j2
templates/jinja/utils/generate_schema.j2
templates/jinja/utils/knowledge_query.j2
templates/jinja/utils/pattern_extraction.j2
templates/lyria/electronic_journey.json
templates/lyria/jazz_lounge.json
templates/lyria/world_fusion.json
templates/veo3/animate_image.json
templates/veo3/cinematic_scene.json
utils/__init__.py
utils/file_handlers.py
utils/json_csv_converter.py
utils/output_manager.py
utils/output_paths.py
utils/progress_tracker.py
utils/rate_limiter.py