An automatic solver for "Advent of Code" (AoC) puzzles using LangGraph and LangChain.
- data validation using Pydantic
- data extraction
- structured output
- fan-out and fan-in principle / parallel node execution
To spin up the "application" run:
make run
This will spin up the following services:
This is only for illustration purposes, to showcase the possibilities using LangChain.
The AoC puzzles are wonderful puzzles to improve your coding / algorithmic skills!