LICENSE
README.md
pyproject.toml
agents/__init__.py
agents/agent_cultural_strategist.py
agents/agent_explainer.py
agents/agent_image_evaluator.py
agents/agent_image_generator.py
agents/agent_satirist.py
agents/trend_scout.py
agents/sources/__init__.py
agents/sources/base.py
agents/sources/newsapi.py
core/__init__.py
core/__version__.py
core/bundle_writer.py
core/cli.py
core/config_loader.py
core/humor_utils.py
core/runner.py
core/types.py
gata.egg-info/PKG-INFO
gata.egg-info/SOURCES.txt
gata.egg-info/dependency_links.txt
gata.egg-info/entry_points.txt
gata.egg-info/requires.txt
gata.egg-info/top_level.txt
llm/__init__.py
llm/base.py
llm/claude.py
llm/dual_loop.py
llm/fair_parallel_panel.py
llm/gemini.py
llm/grok.py
llm/parallel_panel.py
tests/test_agent_cultural_strategist.py
tests/test_agent_explainer.py
tests/test_agent_image_evaluator.py
tests/test_agent_image_generator.py
tests/test_agent_satirist.py
tests/test_bundle_writer.py
tests/test_cli.py
tests/test_config_loader.py
tests/test_dual_loop.py
tests/test_fair_parallel_panel.py
tests/test_grok_provider.py
tests/test_humor_utils.py
tests/test_parallel_panel.py
tests/test_pipeline.py
tests/test_providers_config.py
tests/test_sources_newsapi.py
tests/test_trend_scout.py
tests/test_types.py