Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.15 KB

🦜🔗 Advent of Code Solver

An automatic solver for "Advent of Code" (AoC) puzzles using LangGraph and LangChain.

Graph

🦜🔗 LangGraph/LangChain features and concepts used

How to use

To spin up the "application" run:

make run

This will spin up the following services:

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!