Skip to content

Magnum dependency DAG

Parameters

FieldRequiredDefaultDescription
proof_textYesProof or argument to analyze
identify_axiomsNotrueIdentify foundational axioms
check_circularNotrueDetect circular dependencies

Usage

Terminal window
curl -X POST https://api.50c.ai/tools/magnum_dependency_dag \
-H "Authorization: Bearer cv_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"proof_text":"Assume n is odd. Then n = 2k+1. Thus n^2 = 4k^2+4k+1 is odd.","identify_axioms":true,"check_circular":true}'

Implementation note

Server module: dependency_dag_v2.py (v2 analyzer: schema normalization, input classification, cycle classification, verbosity cap).