Skip to main content

Build a general-purpose, batteries-included Python library for creating, importing, analyzing, and reasoning over argument graphs derived from text and multimodal evidence.

Project description

ArgLib

PyPI Python CI Docs License

ArgLib is a batteries-included Python library for creating, importing, analyzing, and reasoning over argument graphs derived from text and multimodal evidence.

Highlights

  • Canonical ArgumentGraph model with provenance-aware nodes and relations.
  • Warrant-gated scoring with claim, warrant, and gate scores.
  • Axiom flags to seed manual scores with optional influence locking.
  • Diagnostics for cycles, components, reachability, and degree stats.
  • JSON IO with schema validation and Graphviz DOT export.
  • CLI tools for DOT, diagnostics, and validation.
  • Argument bundles for higher-level reasoning and credibility propagation scoring.
  • Evidence cards and supporting documents for evidence pipelines.
  • Deterministic evidence scoring and edge validation helpers (LLM adapters planned).

Install

python -m pip install arglib

Quickstart

from arglib.core import ArgumentGraph
from arglib.reasoning import compute_credibility

graph = ArgumentGraph.new(title="Parks")
c1 = graph.add_claim("Green spaces reduce urban heat.", type="fact")
c2 = graph.add_claim("Cities should fund parks.", type="policy")
graph.add_support(c1, c2, rationale="Cooling improves health", gate_mode="OR")

credibility = compute_credibility(graph)
scores = credibility.final_scores

Evidence and scoring

from arglib.ai import score_evidence, validate_edges

scores = score_evidence(graph)
edge_report = validate_edges(graph)

Axioms

claim = graph.add_claim("Assume baseline demand holds.", is_axiom=True, score=0.6)
warrant = graph.add_warrant("This baseline is reliable.", is_axiom=True, score=0.7)
graph.units[claim].ignore_influence = True

Bundles and credibility propagation

from arglib.reasoning import compute_credibility

bundle = graph.define_argument([c1, c2], bundle_id="arg-1")
cred = compute_credibility(graph)

CLI examples

arglib dot path/to/graph.json
arglib diagnostics path/to/graph.json --validate
arglib validate path/to/graph.json

Development

This repo uses uv for dependency management.

uv sync
scripts/check.sh

Documentation

Full docs and guides are available at https://vasanthsarathy.github.io/arglib/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arglib-0.1.11.tar.gz (42.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arglib-0.1.11-py3-none-any.whl (49.3 kB view details)

Uploaded Python 3

File details

Details for the file arglib-0.1.11.tar.gz.

File metadata

  • Download URL: arglib-0.1.11.tar.gz
  • Upload date:
  • Size: 42.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arglib-0.1.11.tar.gz
Algorithm Hash digest
SHA256 bbcb864644127afe492c02d97013e8c3b7d85918c53275c3b7b6f7d8b3038919
MD5 5878c775ec7df5475c3a319fd80e57d2
BLAKE2b-256 61a1af795ef0a9197ae40caae4c283d55255a69242db1e98a06d07fe99ca9129

See more details on using hashes here.

Provenance

The following attestation bundles were made for arglib-0.1.11.tar.gz:

Publisher: release.yml on vasanthsarathy/arglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arglib-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: arglib-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 49.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arglib-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 ed07673df4c53a65fff27e5f64a574820656e23dd16e471d69c17aea0c201812
MD5 c9764b5bc02d57edaba955d3cf4873a8
BLAKE2b-256 248fffc2d1cf9670e96e6d10d73ccaec167716c21f43649a40c8227851422144

See more details on using hashes here.

Provenance

The following attestation bundles were made for arglib-0.1.11-py3-none-any.whl:

Publisher: release.yml on vasanthsarathy/arglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page