LICENSE
MANIFEST.in
README.md
pyproject.toml
src/loops/__init__.py
src/loops/pipeline.py
src/loops/core/__init__.py
src/loops/core/brand_brief.py
src/loops/core/prompted_image.py
src/loops/core/system_prompt.py
src/loops/generators/__init__.py
src/loops/generators/concept.py
src/loops/generators/prompt.py
src/loops/generators/visual.py
src/loops/processors/__init__.py
src/loops/processors/image.py
src/loops/processors/ocr.py
src/loops/system_prompts/fix_text.txt
src/loops/system_prompts/nanobanana_prompt.txt
src/loops/system_prompts/new_ad_concept.txt
src/loops/utils/__init__.py
src/loops/utils/anthropic_file.py
src/loops_ai.egg-info/PKG-INFO
src/loops_ai.egg-info/SOURCES.txt
src/loops_ai.egg-info/dependency_links.txt
src/loops_ai.egg-info/requires.txt
src/loops_ai.egg-info/top_level.txt
tests/test_brand_brief.py
tests/test_inspiration_ad.py
tests/test_new_ad_concept.py
tests/test_new_ad_visual.py
tests/test_prompt_nanobanana.py
tests/test_system_prompt.py