LICENSE
README.md
pyproject.toml
arglib/__init__.py
arglib.egg-info/PKG-INFO
arglib.egg-info/SOURCES.txt
arglib.egg-info/dependency_links.txt
arglib.egg-info/entry_points.txt
arglib.egg-info/top_level.txt
arglib/ai/__init__.py
arglib/ai/assumptions.py
arglib/ai/claim_types.py
arglib/ai/credibility.py
arglib/ai/edge_validation.py
arglib/ai/evaluation.py
arglib/ai/llm.py
arglib/ai/miner.py
arglib/ai/mining.py
arglib/algorithms/__init__.py
arglib/algorithms/basics.py
arglib/cli/__init__.py
arglib/cli/main.py
arglib/core/__init__.py
arglib/core/bundles.py
arglib/core/evidence.py
arglib/core/graph.py
arglib/core/relations.py
arglib/core/spans.py
arglib/core/units.py
arglib/core/warrants.py
arglib/critique/__init__.py
arglib/critique/assumptions.py
arglib/critique/fragility.py
arglib/critique/patterns.py
arglib/data/__init__.py
arglib/data/argument_graph.schema.json
arglib/data/patterns_bank.yaml
arglib/integrations/__init__.py
arglib/io/__init__.py
arglib/io/json.py
arglib/io/schema.py
arglib/reasoning/__init__.py
arglib/reasoning/credibility.py
arglib/reasoning/explain.py
arglib/reasoning/reasoner.py
arglib/reasoning/warrant_gated.py
arglib/viz/__init__.py
arglib/viz/graphviz.py
tests/test_argument_bundles.py
tests/test_assumptions.py
tests/test_claim_credibility.py
tests/test_claim_types.py
tests/test_cli.py
tests/test_core_graph.py
tests/test_credibility.py
tests/test_diagnostics.py
tests/test_edge_validation.py
tests/test_evaluation.py
tests/test_explain.py
tests/test_fragility.py
tests/test_long_doc_mining.py
tests/test_miner.py
tests/test_patterns.py
tests/test_reasoner.py
tests/test_schema.py
tests/test_smoke.py
tests/test_viz_dot.py