Agentic LangGraph — From First Principles to a Working Multi-Agent System A new learning repository, Agentic-Langgraph-custom, extends Krish Naik's Agentic LangGraph Crash Course with a custom multi-agent module, demonstrating a two-agent research-to-report pipeline using openai/gpt-oss-20b served by Groq, Tavily for search, and LangSmith for observability. The repository includes detailed troubleshooting guidance, such as handling rate-limit pauses and correctly configuring the LangSmith endpoint for AWS data regions, based on real runs. A learning repository that goes all the way from “what is a node?” to a two-agent research → report pipeline, fully traced in LangSmith and debuggable in LangGraph Studio. Every code snippet here is taken from the modules in this repo, and every number, error message and screenshot comes from a real run on this machine — not from documentation. 8. Troubleshooting — every error we actually hit https://github.com/faizulkhan56/Agentic-Langgraph-custom 8-troubleshooting--every-error-we-actually-hit A fork of Krish Naik’s Agentic LangGraph Crash Course , extended with a custom multi-agent module and a lot of hard-won operational detail. Model used throughout: openai/gpt-oss-20b served by Groq. Search: Tavily. Observability: LangSmith AWS data region . git clone