Can you provide a learning roadmap for LangChain and LangGraph suitable for beginners?

Since I am a novice developer, my learning direction is relatively unclear. I hope to get a relatively complete and clear learning roadmap. I would be very grateful if you could provide a learning plan.

There are also a number of great courses available in LangChain Academy that provide a guided curriculum for getting started and launching agents: All Products - LangChain Academy

I wanted to learn LangGraph myself, so I built a beginner multi-agent investement system, it helped me understand fastapi utility and how to orchestrate different agents to retrieve data, debate facts and come up with an informed decison. you can absolutely clone it and add to it, break it into smaller isolated parts, or whatever might help you wrap your head around this increasingly demanded technology. feel free to play with it (don’t hesitate to put a star if you like it :sweat_smile: ): GitHub - alielbaha/multi-agent · GitHub