Best of LangchainAugust 2025

  1. 1
    Article
    Avatar of langchainLangChain·41w

    Introducing Open SWE: An Open-Source Asynchronous Coding Agent

    LangChain introduces Open SWE, an open-source asynchronous coding agent that operates in the cloud and integrates directly with GitHub repositories. The agent uses a multi-component architecture with Manager, Planner, and Programmer/Reviewer agents built on LangGraph. It can research codebases, create execution plans, write code, run tests, and open pull requests autonomously. Key features include human-in-the-loop control, isolated sandbox execution, and deep GitHub integration allowing task assignment through issue labels. The system is designed for complex, longer-running development tasks and runs asynchronously without consuming local resources.

  2. 2
    Article
    Avatar of infostruxInfostrux·39w

    Building a React AI Agent: A Practical Guide for Developers

    A comprehensive guide to building a ReAct AI agent using Python, LangChain, and LangGraph for automating article writing workflows. The tutorial covers setting up the project structure, implementing file management and web search tools, creating the agent workflow, and practical challenges encountered during development. The author shares lessons learned about AI agent performance, consistency issues, and future improvements including memory systems and research capabilities.

  3. 3
    Article
    Avatar of javarevisitedJavarevisited·41w

    10 Best Udemy Courses to Learn Autonomous AI Agents and Auto-GPT in 2025

    A curated list of 10 Udemy courses for learning autonomous AI agents and Auto-GPT in 2025. The courses cover various frameworks including LangChain, LangGraph, CrewAI, and AutoGen, ranging from building agents from scratch with Python to creating multi-agent systems and RAG-integrated workflows. Each course focuses on hands-on projects and real-world applications, targeting developers who want to build production-ready AI agents for automation, business workflows, and agentic architectures.