Build ChromaDB + Tavily RAG agent with Ollama embeddings, local/web tools, create_agent routing, and CLI ingest flow.: add documents/langgraph_notes.md

This commit is contained in:
2026-06-16 13:12:34 +00:00
parent 340471a124
commit 845c894ffe
+7
View File
@@ -0,0 +1,7 @@
# LangGraph notes
LangGraph is a framework for building stateful AI workflows and agents.
It is useful when you need explicit control over nodes, edges, checkpoints, retries, and human-in-the-loop steps.
A graph can route execution between tools, reflection steps, and validation steps.