{"id":24987772,"url":"https://github.com/sangeetagarwal/ai-agents-langgraph","last_synced_at":"2026-04-28T11:33:40.865Z","repository":{"id":275634473,"uuid":"926203075","full_name":"SangeetAgarwal/AI-Agents-LangGraph","owner":"SangeetAgarwal","description":"Become an expert in constructing and refining AI agents. Explore how to create flow-driven applications, employ agentic search methods, and integrate human-in-the-loop systems using the robust components of LangGraph.","archived":false,"fork":false,"pushed_at":"2025-02-02T19:55:13.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T02:51:25.207Z","etag":null,"topics":["agent-accuracy","agent-components","agent-development","agentic-search","ai-agents","ai-enhancements","essay-writing-agent","flow-based-applications","human-in-the-loop","langchain","langgraph","state-management","task-division"],"latest_commit_sha":null,"homepage":"https://www.deeplearning.ai/short-courses/ai-agents-in-langgraph/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SangeetAgarwal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-02T19:41:47.000Z","updated_at":"2025-02-02T20:04:21.000Z","dependencies_parsed_at":"2025-02-03T18:56:26.318Z","dependency_job_id":"c81663be-08fd-4eaa-b18c-49f2ac6744f1","html_url":"https://github.com/SangeetAgarwal/AI-Agents-LangGraph","commit_stats":null,"previous_names":["sangeetagarwal/ai-agents-langgraph"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SangeetAgarwal%2FAI-Agents-LangGraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SangeetAgarwal%2FAI-Agents-LangGraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SangeetAgarwal%2FAI-Agents-LangGraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SangeetAgarwal%2FAI-Agents-LangGraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SangeetAgarwal","download_url":"https://codeload.github.com/SangeetAgarwal/AI-Agents-LangGraph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174606,"owners_count":20735417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-accuracy","agent-components","agent-development","agentic-search","ai-agents","ai-enhancements","essay-writing-agent","flow-based-applications","human-in-the-loop","langchain","langgraph","state-management","task-division"],"created_at":"2025-02-04T11:55:51.922Z","updated_at":"2026-04-28T11:33:40.814Z","avatar_url":"https://github.com/SangeetAgarwal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [AI Agents in LangGraph](https://www.deeplearning.ai/short-courses/ai-agents-in-langgraph/)\n\n4. **Persistence**: Implement persistence in agents, enabling state management across multiple threads, conversation switching, and the ability to reload previous states.\n   \n      **Note:** `SqliteSaver.from_conn_string()` is being used as a checkpointer in the course but that is now a context manager so per [github issue](https://github.com/langchain-ai/langgraph/discussions/1696#discussioncomment-10626265) the code has been updated as\n\n      ```python\n        with SqliteSaver.from_conn_string(\":memory:\") as memory:\n          abot = Agent(model, [tool], system=prompt, checkpointer=memory)\n          messages = HumanMessage(content=\"who won the second last soccer world cup?\")\n          ...\n      ```\n\n## Credits\n\n**Harrison Chase** is the Co-Founder and CEO of LangChain, bringing extensive expertise in AI and agent systems to guide you through this course.\n\n**Rotem Weiss** is the Co-founder and CEO of Tavily, specializing in AI agent design and implementation, to help you master the use of LangGraph.\n\n🔗 To enroll in the course or for further information, visit [deeplearning.ai](https://www.deeplearning.ai/short-courses/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangeetagarwal%2Fai-agents-langgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsangeetagarwal%2Fai-agents-langgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangeetagarwal%2Fai-agents-langgraph/lists"}