README.md
pyproject.toml
chatlol/__init__.py
chatlol/__main__.py
chatlol/config.py
chatlol/database.py
chatlol/file_processor.py
chatlol/main.py
chatlol.egg-info/PKG-INFO
chatlol.egg-info/SOURCES.txt
chatlol.egg-info/dependency_links.txt
chatlol.egg-info/entry_points.txt
chatlol.egg-info/requires.txt
chatlol.egg-info/top_level.txt
chatlol/providers/__init__.py
chatlol/providers/antigravity.py
chatlol/providers/base.py
chatlol/providers/claude.py
chatlol/providers/claude_cli.py
chatlol/providers/deepseek.py
chatlol/providers/gemini.py
chatlol/providers/kiro.py
chatlol/providers/ninerouter.py
chatlol/providers/ollama.py
chatlol/providers/openai.py
chatlol/providers/openrouter.py
chatlol/static/app.js
chatlol/static/files.css
chatlol/static/files.html
chatlol/static/files.js
chatlol/static/index.html
chatlol/static/settings.css
chatlol/static/settings.html
chatlol/static/settings.js
chatlol/static/style.css
tests/__init__.py
tests/test_antigravity.py
tests/test_claude_cli.py
tests/test_database.py
tests/test_file_manager.py
tests/test_file_processor.py
tests/test_main.py
tests/test_providers.py
tests/test_settings.py