50 related articles
TutorialsDetailed guide to LangChain core modules including prompt templates, output parsers, Chain invocation, LCEL expression language, and LangSmith tracing tools for LLM application development.
Deep DivesA deep dive into AI Agent development methodology, from the ReAct theoretical framework to a four-layer enterprise tech stack covering model services, Agent types, LangChain, and production deployment.
TutorialsA detailed guide to LangChain's unified interface, comparing model invocation methods, explaining LLM vs Agent differences, with complete Python walkthrough from setup to agent development.
TutorialsDeep dive into OpenClaw's industrial-grade Agent architecture with its three-layer design, pluggable Skills system, and memory management. Includes a step-by-step LangChain reproduction guide with an enterprise HR assistant example.
TutorialsDeep dive into four conversational memory types in LangChain 0.3: Buffer, Window, Summary, and Summary Buffer. Covers RunnableWithMessageHistory implementation with selection guidelines.
TutorialsDeep dive into LangChain streaming output and async implementation, covering astream usage, custom AsyncQueueCallbackHandler, and Agent streaming executor architecture for production AI apps.
Deep DivesDeep dive into LangChain's five core modules: Model I/O, Data Connection & Retrieval, Chains, Agents, and Memory. Learn RAG workflows, Agent decision-making, and practical AI app development.
Product ReviewsDeep dive into DeepClaude, a 2800+ Star open source project combining DeepSeek R1 reasoning with Claude 3.7 Sonnet code generation for superior AI output.
TutorialsDeep dive into the E-commerce-Smart-Agent open-source framework built with LangGraph and FastAPI, covering RAG knowledge base Q&A, return workflow automation, and graph-based orchestration.
Product ReviewsMicro-Agent is a lightweight AI Agent framework open-sourced by Fudan University, focused on vertical domain applications. It offers streamlined architecture, low learning costs, and high customization flexibility compared to heavyweight frameworks like LangChain.