LICENSE
README.md
pyproject.toml
src/content_foundry/__init__.py
src/content_foundry/cli.py
src/content_foundry/config.py
src/content_foundry/errors.py
src/content_foundry/logging.py
src/content_foundry/py.typed
src/content_foundry/scheduler.py
src/content_foundry.egg-info/PKG-INFO
src/content_foundry.egg-info/SOURCES.txt
src/content_foundry.egg-info/dependency_links.txt
src/content_foundry.egg-info/entry_points.txt
src/content_foundry.egg-info/requires.txt
src/content_foundry.egg-info/top_level.txt
src/content_foundry/agents/__init__.py
src/content_foundry/agents/brainstorm.py
src/content_foundry/agents/broll_director.py
src/content_foundry/agents/data_fetcher.py
src/content_foundry/agents/distill.py
src/content_foundry/agents/idea_miner.py
src/content_foundry/agents/instruction_planner.py
src/content_foundry/agents/judge.py
src/content_foundry/agents/judge_checks.py
src/content_foundry/agents/publisher.py
src/content_foundry/agents/renderer.py
src/content_foundry/agents/research.py
src/content_foundry/agents/scene_image_director.py
src/content_foundry/agents/script_generator.py
src/content_foundry/agents/thumbnail_director.py
src/content_foundry/agents/visuals.py
src/content_foundry/agents/voiceover.py
src/content_foundry/data/sounds/apple_notification.mp3
src/content_foundry/data/sounds/awww.mp3
src/content_foundry/data/sounds/bell.mp3
src/content_foundry/data/sounds/camera_flash.mp3
src/content_foundry/data/sounds/camera_shutter.mp3
src/content_foundry/data/sounds/cash_register.mp3
src/content_foundry/data/sounds/click.mp3
src/content_foundry/data/sounds/game_menu.mp3
src/content_foundry/data/sounds/pop.mp3
src/content_foundry/data/sounds/whoosh.mp3
src/content_foundry/data/sounds/wrong_answer.mp3
src/content_foundry/datasources/__init__.py
src/content_foundry/datasources/adzuna.py
src/content_foundry/datasources/base.py
src/content_foundry/datasources/bls.py
src/content_foundry/datasources/layoffs.py
src/content_foundry/datasources/news.py
src/content_foundry/datasources/registry.py
src/content_foundry/datasources/search.py
src/content_foundry/models/__init__.py
src/content_foundry/models/data_brief.py
src/content_foundry/models/ideas.py
src/content_foundry/models/judge_report.py
src/content_foundry/models/provenance.py
src/content_foundry/models/publish.py
src/content_foundry/models/research.py
src/content_foundry/models/run.py
src/content_foundry/models/script.py
src/content_foundry/models/signals.py
src/content_foundry/models/video.py
src/content_foundry/models/visuals.py
src/content_foundry/models/voiceover.py
src/content_foundry/notifications/__init__.py
src/content_foundry/notifications/base.py
src/content_foundry/notifications/credit_monitor.py
src/content_foundry/notifications/factory.py
src/content_foundry/notifications/telegram.py
src/content_foundry/persistence/__init__.py
src/content_foundry/persistence/db.py
src/content_foundry/persistence/repository.py
src/content_foundry/persistence/schema.py
src/content_foundry/pipeline/__init__.py
src/content_foundry/pipeline/artifacts.py
src/content_foundry/pipeline/orchestrator.py
src/content_foundry/pipeline/package.py
src/content_foundry/pipeline/stages.py
src/content_foundry/pipeline/topic_relevance.py
src/content_foundry/production/__init__.py
src/content_foundry/production/affiliate.py
src/content_foundry/production/captions.py
src/content_foundry/production/end_screen.py
src/content_foundry/production/like_nudge.py
src/content_foundry/production/overlay.py
src/content_foundry/production/seo.py
src/content_foundry/production/sound_design.py
src/content_foundry/production/subscribe.py
src/content_foundry/production/timebox.py
src/content_foundry/production/timeline.py
src/content_foundry/prompts/__init__.py
src/content_foundry/prompts/affiliate_queries.system.txt
src/content_foundry/prompts/brainstorm.system.txt
src/content_foundry/prompts/broll_director.system.txt
src/content_foundry/prompts/instruction_planner.system.txt
src/content_foundry/prompts/judge.rubric.txt
src/content_foundry/prompts/judge.system.txt
src/content_foundry/prompts/research.system.txt
src/content_foundry/prompts/scene_image_director.system.txt
src/content_foundry/prompts/script_generator.system.txt
src/content_foundry/prompts/thumbnail_director.system.txt
src/content_foundry/providers/__init__.py
src/content_foundry/providers/anthropic_provider.py
src/content_foundry/providers/base.py
src/content_foundry/providers/broll.py
src/content_foundry/providers/fallback.py
src/content_foundry/providers/google_provider.py
src/content_foundry/providers/image.py
src/content_foundry/providers/local_provider.py
src/content_foundry/providers/openai_provider.py
src/content_foundry/providers/render_backend.py
src/content_foundry/providers/sfx.py
src/content_foundry/providers/text_normalize.py
src/content_foundry/providers/tiering.py
src/content_foundry/providers/tts.py
src/content_foundry/providers/youtube.py
src/content_foundry/providers/youtube_data.py
src/content_foundry/safeguards/__init__.py
src/content_foundry/safeguards/disclosure.py
src/content_foundry/safeguards/grounding.py
src/content_foundry/templates/__init__.py
src/content_foundry/templates/definitions.py