LICENSE
README.md
pyproject.toml
src/opencapture/__init__.py
src/opencapture/__main__.py
src/opencapture/analyzer.py
src/opencapture/auto_capture.py
src/opencapture/cli.py
src/opencapture/config.py
src/opencapture/llm_client.py
src/opencapture/mic_capture.py
src/opencapture/report_generator.py
src/opencapture.egg-info/PKG-INFO
src/opencapture.egg-info/SOURCES.txt
src/opencapture.egg-info/dependency_links.txt
src/opencapture.egg-info/entry_points.txt
src/opencapture.egg-info/requires.txt
src/opencapture.egg-info/top_level.txt
src/opencapture/config/example.yaml
tests/test_analyzer.py
tests/test_config.py
tests/test_llm_client.py
tests/test_report_generator.py