Tag: langgraph

LangGraph — Notes

Introduction To LangGraph: ☐ LG - Framework for multi agent apps. More control for agentic workflows. ☐ Chains; reliable. * Control flow defined * Between Agent defined Flow vs Human flow -> find midway ☐ LC - Interactions, Vector Stores * LG -> Orchestrations. * LC -> can be used in LG but not necessary. ☐ State * Pass around in the Graph. ☐ Edges * Conditional Edges ☐ StateGraph * add_node * add-edge * add_condiational_edge with function ☐ bind_tools * Tool Call ☐ Messages as State * Since State is overwritten, if we need to append, we need to do something more. Read more...