II.
Methodology JSON
Structured · livemethodology:graph-of-thoughts
Graph of Thoughts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:graph-of-thoughts",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Graph of Thoughts",
"description": "Explores the solution space as a directed graph with branching, merging, and\nbacktracking. Builds a graph of thought nodes, branches at decision points to\ngenerate alternative approaches, evaluates each branch independently, prunes\nlow-scoring branches, allows merging when branches converge to similar solutions,\nsupports backtracking to explore alternative paths, and navigates the graph to\nfind the optimal solution path. Extends tree-of-thoughts with merge operations.\n",
"methodologyKind": "orchestration",
"origin": "ETH Zurich research"
},
"outgoingEdges": [
{
"from": "methodology:graph-of-thoughts",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--graph-of-thoughts",
"to": "methodology:graph-of-thoughts",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}