mirror of
https://github.com/wassname/DebateTree.git
synced 2026-08-11 11:12:03 +08:00
8b58fa2106cb4ba3f5c3fc65ad749d923361c206
DebateTree
A langchain app to visualise a debate using LLMs and Langchains. Inspired by Tree-of-Thought reasoning. I believe that efficient debate is a tool to reach the truth.
graph TB
A["Question"] --> B1["Stance"]
A["Question"] --> B2["Stance"]
A["Question"] --> B3["Stance"]
B1 --> C1[Criticism]
B2 --> C2[Criticism]
B3 --> C3[Criticism]
C1 --> D1[Push-Back Against Criticism]
C2 --> D2[Push-Back Against Criticism]
C3 --> D3[Push-Back Against Criticism]
Languages
Python
100%