LICENSE
README.md
pyproject.toml
src/app_classifier/__init__.py
src/app_classifier/agent.py
src/app_classifier/classifier.py
src/app_classifier/cli.py
src/app_classifier/hosting.py
src/app_classifier/smart.py
src/app_classifier/web_server_vulns.py
src/app_classifier.egg-info/PKG-INFO
src/app_classifier.egg-info/SOURCES.txt
src/app_classifier.egg-info/dependency_links.txt
src/app_classifier.egg-info/entry_points.txt
src/app_classifier.egg-info/requires.txt
src/app_classifier.egg-info/top_level.txt
src/app_classifier/codemap/__init__.py
src/app_classifier/codemap/file_deps.py
src/app_classifier/codemap/py_calls.py
src/app_classifier/codemap/types.py
src/app_classifier/data/web_server_cves.json
src/app_classifier/llm/__init__.py
src/app_classifier/llm/_http.py
src/app_classifier/llm/config.py
src/app_classifier/llm/provider.py
src/app_classifier/llm/adapters/__init__.py
src/app_classifier/llm/adapters/anthropic.py
src/app_classifier/llm/adapters/ollama.py
src/app_classifier/llm/adapters/openai.py
src/app_classifier/llm/adapters/openai_compat.py
src/app_classifier/llm/adapters/openrouter.py
tests/test_agent.py
tests/test_classifier.py
tests/test_codemap_file_deps.py
tests/test_codemap_py_calls.py
tests/test_codemap_types.py
tests/test_llm_adapters.py
tests/test_llm_config.py
tests/test_llm_http.py
tests/test_readme_quickstart.py
tests/test_smart.py