LICENSE
README.md
pyproject.toml
csegraph/__init__.py
csegraph.egg-info/PKG-INFO
csegraph.egg-info/SOURCES.txt
csegraph.egg-info/dependency_links.txt
csegraph.egg-info/entry_points.txt
csegraph.egg-info/requires.txt
csegraph.egg-info/top_level.txt
csegraph/_cli/__init__.py
csegraph/_cli/__main__.py
csegraph/_cli/errors.py
csegraph/_cli/main.py
csegraph/_cli/renderer.py
csegraph/_core/__init__.py
csegraph/_core/__main__.py
csegraph/_core/benchmark.py
csegraph/_core/benchmark_workflows.py
csegraph/_core/corpus_health.py
csegraph/_core/daemon.py
csegraph/_core/discovery.py
csegraph/_core/hooks.py
csegraph/_core/ignore.py
csegraph/_core/mcp_install.py
csegraph/_core/mcp_resolve.py
csegraph/_core/postprocess.py
csegraph/_core/registry.py
csegraph/_core/repo_state.py
csegraph/_core/status.py
csegraph/_core/vcs.py
csegraph/_core/watch.py
csegraph/_core/config/__init__.py
csegraph/_core/config/profiles.py
csegraph/_core/core/__init__.py
csegraph/_core/core/errors.py
csegraph/_core/core/ids.py
csegraph/_core/core/models.py
csegraph/_core/core/paths.py
csegraph/_core/core/serializer.py
csegraph/_core/cse/__init__.py
csegraph/_core/cse/metrics.py
csegraph/_core/graph/__init__.py
csegraph/_core/graph/architecture.py
csegraph/_core/graph/change_detection.py
csegraph/_core/graph/communities.py
csegraph/_core/graph/embeddings.py
csegraph/_core/graph/exports.py
csegraph/_core/graph/flows.py
csegraph/_core/graph/queries.py
csegraph/_core/graph/report.py
csegraph/_core/graph/resolvers.py
csegraph/_core/graph/review_eval.py
csegraph/_core/graph/review_questions.py
csegraph/_core/graph/test_gaps.py
csegraph/_core/graph/tree.py
csegraph/_core/graph/visual.py
csegraph/_core/graph/vulnerabilities.py
csegraph/_core/graph/templates/__init__.py
csegraph/_core/graph/templates/graph.html
csegraph/_core/graph/templates/tree.html
csegraph/_core/index/__init__.py
csegraph/_core/index/cache.py
csegraph/_core/index/loaders.py
csegraph/_core/index/repository.py
csegraph/_core/index/schema.py
csegraph/_core/index/services.py
csegraph/_core/languages/__init__.py
csegraph/_core/languages/base.py
csegraph/_core/languages/registry.py
csegraph/_core/languages/types.py
csegraph/_core/languages/treesitter/__init__.py
csegraph/_core/languages/treesitter/config.py
csegraph/_core/languages/treesitter/languages.py
csegraph/_core/languages/treesitter/parser.py
csegraph/_core/retrieval/__init__.py
csegraph/_core/retrieval/constants.py
csegraph/_core/retrieval/context.py
csegraph/_core/retrieval/explain.py
csegraph/_core/retrieval/helpers.py
csegraph/_core/retrieval/minimal.py
csegraph/_core/retrieval/scoring.py
csegraph/_core/retrieval/target_resolution.py
csegraph/_core/server/__init__.py
csegraph/_core/server/__main__.py
csegraph/_core/server/app.py
csegraph/_core/server/mcp_surface.py
csegraph/_core/server/session.py
csegraph/_core/text/__init__.py
csegraph/_core/text/entities.py
csegraph/_core/text/query_tokenizer.py
csegraph/_core/text/source_reader.py
csegraph/_core/text/tokens.py