LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
agent/__init__.py
agent/cli.py
agent/config.py
agent/atlas/__init__.py
agent/atlas/graph.py
agent/atlas/analysis/__init__.py
agent/atlas/analysis/analysis_reasoner.py
agent/atlas/analysis/blast_radius.py
agent/atlas/analysis/control_flow.py
agent/atlas/analysis/coupling.py
agent/atlas/analysis/cycles.py
agent/atlas/analysis/data_flow.py
agent/atlas/analysis/dead_code.py
agent/atlas/analysis/domain_clustering.py
agent/atlas/analysis/duplication.py
agent/atlas/analysis/exception_flow.py
agent/atlas/analysis/health.py
agent/atlas/analysis/normalize.py
agent/atlas/analysis/patterns.py
agent/atlas/analysis/recommendations.py
agent/atlas/analysis/semantic.py
agent/atlas/analysis/structural.py
agent/atlas/analysis/type_inference.py
agent/atlas/analysis/unused_modules.py
agent/atlas/core/__init__.py
agent/atlas/core/analyzer.py
agent/atlas/core/ask_processor.py
agent/atlas/core/ast_orchestrator.py
agent/atlas/core/comparator.py
agent/atlas/core/context_builder.py
agent/atlas/core/formatters.py
agent/atlas/core/llm_client.py
agent/atlas/core/query_engine.py
agent/atlas/core/visualizer.py
agent/atlas/ingest/__init__.py
agent/atlas/ingest/parser.py
agent/atlas/ingest/pattern_detector.py
agent/atlas/ingest/projectfile.py
agent/atlas/ingest/python.py
agent/atlas/ingest/scanner.py
agent/atlas/ingest/tree_sitter.py
agent/atlas/output/__init__.py
agent/atlas/output/analysis_reporter.py
agent/atlas/output/cytoscape_exporter.py
agent/atlas/output/findings_formatter.py
agent/atlas/output/html_generator.py
agent/atlas/output/mermaid.py
agent/atlas/output/rich_formatter.py
agent/atlas/output/templates/graph.html
atlas_strata.egg-info/PKG-INFO
atlas_strata.egg-info/SOURCES.txt
atlas_strata.egg-info/dependency_links.txt
atlas_strata.egg-info/entry_points.txt
atlas_strata.egg-info/requires.txt
atlas_strata.egg-info/top_level.txt
tests/test_advanced_analysis.py
tests/test_ask_processor_enhanced.py
tests/test_ast_integration.py
tests/test_ast_orchestrator.py
tests/test_atlas.py
tests/test_atlas_integration.py
tests/test_cli.py
tests/test_comparator.py
tests/test_comparator_llm_reasoning.py
tests/test_config.py
tests/test_control_flow.py
tests/test_csharp_parser.py
tests/test_data_flow.py
tests/test_domain_clustering.py
tests/test_domain_clustering_llm_reasoning.py
tests/test_exception_flow.py
tests/test_findings_formatter.py
tests/test_graph_visualization.py
tests/test_semantic.py
tests/test_type_inference.py
tests/test_v015_analyzers.py