README.md
pyproject.toml
src/arcade_agent/__init__.py
src/arcade_agent/budget.py
src/arcade_agent/cache.py
src/arcade_agent/incremental.py
src/arcade_agent/serialization.py
src/arcade_agent.egg-info/PKG-INFO
src/arcade_agent.egg-info/SOURCES.txt
src/arcade_agent.egg-info/dependency_links.txt
src/arcade_agent.egg-info/entry_points.txt
src/arcade_agent.egg-info/requires.txt
src/arcade_agent.egg-info/top_level.txt
src/arcade_agent/algorithms/__init__.py
src/arcade_agent/algorithms/acdc.py
src/arcade_agent/algorithms/arc.py
src/arcade_agent/algorithms/architecture.py
src/arcade_agent/algorithms/clustering.py
src/arcade_agent/algorithms/concern.py
src/arcade_agent/algorithms/coupling.py
src/arcade_agent/algorithms/cycles.py
src/arcade_agent/algorithms/limbo.py
src/arcade_agent/algorithms/llm.py
src/arcade_agent/algorithms/matching.py
src/arcade_agent/algorithms/metrics.py
src/arcade_agent/algorithms/similarity.py
src/arcade_agent/algorithms/smells.py
src/arcade_agent/exporters/__init__.py
src/arcade_agent/exporters/dot.py
src/arcade_agent/exporters/html.py
src/arcade_agent/exporters/json.py
src/arcade_agent/exporters/mermaid.py
src/arcade_agent/exporters/rsf.py
src/arcade_agent/models/__init__.py
src/arcade_agent/models/architecture.py
src/arcade_agent/models/graph.py
src/arcade_agent/models/metrics.py
src/arcade_agent/models/smells.py
src/arcade_agent/parsers/__init__.py
src/arcade_agent/parsers/base.py
src/arcade_agent/parsers/c.py
src/arcade_agent/parsers/go.py
src/arcade_agent/parsers/graph.py
src/arcade_agent/parsers/java.py
src/arcade_agent/parsers/python.py
src/arcade_agent/parsers/typescript.py
src/arcade_agent/tools/__init__.py
src/arcade_agent/tools/compare.py
src/arcade_agent/tools/compute_metrics.py
src/arcade_agent/tools/detect_smells.py
src/arcade_agent/tools/explain_component.py
src/arcade_agent/tools/find_relevant.py
src/arcade_agent/tools/ingest.py
src/arcade_agent/tools/parse.py
src/arcade_agent/tools/query.py
src/arcade_agent/tools/recover.py
src/arcade_agent/tools/registry.py
src/arcade_agent/tools/summarize.py
src/arcade_agent/tools/visualize.py
src/arcade_agent/tools/adapters/__init__.py
src/arcade_agent/tools/adapters/mcp.py
tests/test_arch_diff.py
tests/test_budget.py
tests/test_cache.py
tests/test_explain_component.py
tests/test_find_relevant.py
tests/test_mcp.py
tests/test_mcp_e2e.py
tests/test_serialization.py
tests/test_summarize.py