Deliberate Reasoning Engine (DRE)
JSON →Transforms linear AI reasoning into structured, auditable thought graphs, enabling language models to externalize their reasoning process as a directed acyclic graph (DAG).
Install
npm install -g deliberate-reasoning-engine Tools · 3
- log_thought Log a structured thought with semantic type and dependencies.
- get_thought_graph Retrieve the current reasoning graph.
- invalidate_assumption Mark an assumption as invalid, cascading to all dependent thoughts.
★ 5 GitHub stars