{"adoption": {"forks": 217, "observed_at": "2026-08-28T04:07:24.440118+00:00", "stars": 2833}, "canonical_url": "https://ross.abutalabs.com/products/graph-of-thoughts", "card": {"archived": false, "artifact_type": "framework", "description": "Official Implementation of \"Graph of Thoughts: Solving Elaborate Problems with Large Language Models\"", "domain": ["large-language-models", "artificial-intelligence"], "enriched": true, "function": ["llm-inference", "prompt-engineering", "agent-framework", "rag"], "health_score": 67, "homepage": "https://arxiv.org/pdf/2308.09687.pdf", "language": "Python", "license": "NOASSERTION", "license_family": "other", "maturity": "active", "member_repos": ["spcl/graph-of-thoughts"], "name": "spcl/graph-of-thoughts", "platform": ["python", "cross-platform"], "pushed_at": "2026-03-24T17:26:16+00:00", "repo": "spcl/graph-of-thoughts", "stars": 2833, "tags": ["graph-of-thoughts", "chain-of-thought", "tree-of-thoughts", "reasoning", "llm-framework", "research", "natural-language-processing"], "topics": ["graph-structures", "graphs", "large-language-models", "llm", "prompt-engineering", "prompting", "graph-of-thoughts"], "urls": [], "use_cases": ["solve elaborate reasoning problems with LLMs using graph-structured prompting", "implement chain-of-thought or tree-of-thoughts prompting pipelines", "model multi-step LLM reasoning as a graph of operations", "sort or decompose complex tasks with LLM feedback loops", "experiment with advanced LLM prompting strategies in Python", "score and refine LLM-generated candidate solutions iteratively"], "what_it_is": "Official Python implementation of the Graph of Thoughts (GoT) framework from ETH Zurich, which models complex problem-solving as a Graph of Operations executed with an LLM as the reasoning engine. It is flexible and extensible, also supporting prior prompting paradigms like Chain-of-Thought and Tree-of-Thoughts.", "when_to_avoid": ["you just need simple single-prompt LLM calls without structured reasoning", "you want a production chatbot or agent product rather than a research framework", "you need a framework with no LLM API access or offline models"], "when_to_choose": ["you want graph-structured, non-linear LLM reasoning beyond simple CoT/ToT", "you need a programmable Graph of Operations with scoring and refinement steps", "you are doing research on prompting paradigms and want the reference implementation"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/graph-of-thoughts", "repo": "spcl/graph-of-thoughts", "role": "main", "score": 51}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:07:24.440118+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T07:38:07.282845+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2cd1d2d0de00dc9461390104c29f5f0ded7c3f4c136f7a6ce1384d16426365da", "fetched_at": "2026-08-28T04:07:24.440118+00:00", "kind": "readme", "missing": false, "url": "https://github.com/spcl/graph-of-thoughts"}, {"content_hash": "2622daabf19feb739d2ec4541e3642ddeec521b286e46822fc423ba0531cf92a", "fetched_at": "2026-08-29T09:53:15.519924+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/graph-of-thoughts/json"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 73, "longevity": 79, "rhythm": 8}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": ["no_license"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 1111, "days_push": 162, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 51, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}