LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
instaprop/__init__.py
instaprop/cli.py
instaprop/config.py
instaprop/fetcher.py
instaprop/llm.py
instaprop/pdf_reader.py
instaprop/pipeline.py
instaprop/rubric.py
instaprop.egg-info/PKG-INFO
instaprop.egg-info/SOURCES.txt
instaprop.egg-info/dependency_links.txt
instaprop.egg-info/entry_points.txt
instaprop.egg-info/requires.txt
instaprop.egg-info/top_level.txt
instaprop/agents/__init__.py
instaprop/agents/aggregator.py
instaprop/agents/brief_refiner.py
instaprop/agents/writer.py
instaprop/prompts/__init__.py
instaprop/prompts/reviewer_prompts.py
instaprop/prompts/writer_prompts.py
instaprop/reviewers/__init__.py
instaprop/reviewers/panel.py