LICENSE
README.md
pyproject.toml
aichat2md/__init__.py
aichat2md/cli.py
aichat2md/config.py
aichat2md/structurizer.py
aichat2md.egg-info/PKG-INFO
aichat2md.egg-info/SOURCES.txt
aichat2md.egg-info/dependency_links.txt
aichat2md.egg-info/entry_points.txt
aichat2md.egg-info/requires.txt
aichat2md.egg-info/top_level.txt
aichat2md/extractors/__init__.py
aichat2md/extractors/playwright_extractor.py
aichat2md/extractors/webarchive_extractor.py
aichat2md/prompts/__init__.py
aichat2md/prompts/system_prompt_en.txt
aichat2md/prompts/system_prompt_zh.txt
tests/test_cli.py
tests/test_config.py