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/credibility.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/critique/__init__.py
arglib/critique/assumptions.py
arglib/data/__init__.py
arglib/data/argument_graph.schema.json
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/reasoner.py
arglib/semantics/__init__.py
arglib/semantics/dung.py
arglib/semantics/aba/__init__.py
arglib/semantics/aba/dispute_trees.py
arglib/semantics/aba/framework.py
arglib/viz/__init__.py
arglib/viz/graphviz.py
tests/test_aba_framework.py
tests/test_argument_bundles.py
tests/test_assumptions.py
tests/test_claim_credibility.py
tests/test_cli.py
tests/test_core_graph.py
tests/test_credibility.py
tests/test_diagnostics.py
tests/test_dispute_trees.py
tests/test_evaluation.py
tests/test_long_doc_mining.py
tests/test_miner.py
tests/test_reasoner.py
tests/test_schema.py
tests/test_semantics_dung.py
tests/test_smoke.py
tests/test_viz_dot.py