Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/franzdiebold/advent-of-code-solver

LangGraph approach to solve "Advent of Code" puzzles.
https://github.com/franzdiebold/advent-of-code-solver

advent-of-code langchain langgraph llm python

Last synced: 26 days ago
JSON representation

LangGraph approach to solve "Advent of Code" puzzles.

Awesome Lists containing this project

README

        

# Advent of Code Solver

An automatic solver for ["Advent of Code"](https://adventofcode.com/) (AoC) puzzles using [LangGraph](https://www.langchain.com/langgraph) and [LangChain](https://www.langchain.com/).

## Don't use this solver 😂

This is only **for illustration purposes**, to showcase the _possibilities using LangChain_.

The AoC puzzles are wonderful puzzles to improve your coding / algorithmic skills!