The Chatbot class was made to manage state. Now we're going to rewrite it using LangGraph concepts.
Roadmap:
- Set a standard for the documentation of chat commands and their effects. This ended up getting messy in the original implementation.
- Move deterministic flows into chains, avoid importing many functions to the file with nodes
Notes:
The Chatbot class was made to manage state. Now we're going to rewrite it using LangGraph concepts.
Roadmap:
Notes: