Practical Programming with Local Large Models (20): Implementing RAG with LangGraph and Agents (4)

Practical Programming with Local Large Models (20): Implementing RAG with LangGraph and Agents (4)

In the previous article, we practiced a [RAG (Retrieval Augmented Generation) system implemented with `langgraph`]. This article will build upon that by adding an automatic chat history logging feature. Additionally, we will use an `Agent` to achieve almost the same functionality. Let’s explore the differences between implementing the `RAG system` using `langgraph` and `Agent`. – … Read more

Understanding LangChain’s New Tool: LangGraph

Understanding LangChain's New Tool: LangGraph

▼Recently, there have been many live broadcasts,make an appointment to ensure you gain something Today’s live broadcast:《Building Agent Industrial Applications with RAG and GPTs Practical Implementation》 —1— LangGraph Technical Architecture Interpretation LangGraph is a tool for building stateful and multi-role Agent applications. It is not a new framework independent of Langchain, but rather an extension … Read more

CrewAI Framework Development Guide for Large Model Agents

CrewAI Framework Development Guide for Large Model Agents

Various AI-related open-source projects are experiencing explosive growth globally, whether at the enterprise or individual level. Today, we introduce CrewAI, an AI assistant calling library similar to LangChain. We hope domestic developers will continue to strive! CrewAI, this popular Python framework makes collaboration between agents smarter, fundamentally changing how developers approach complex AI tasks. It … Read more

Agentic Automation: Reconstructing Cognitive Architecture for Digital Transformation

Agentic Automation: Reconstructing Cognitive Architecture for Digital Transformation

Agent = Agent Components of Agent My Practical AI Agent in Enterprises Pain Points of Enterprises The AI Agent App I Built Project Open Source & Installation Package Download Hello everyone, I am Engineer Linghu. Today I would like to explain AI agents and the integration of AI agents with enterprises. In this article, I … Read more

The Rise of the Agentic Web: Future of AI Collaboration

The Rise of the Agentic Web: Future of AI Collaboration

Author | Wang Yaping 1 Introduction With the further development of large models in multimodal understanding, logical reasoning, and other areas, the Agent is expected to see large-scale application in 2025, replacing humans in solving more and more daily tasks. AI experts generally believe that 2025 will be the year of the agent explosion. By … Read more

Understanding AI Agents: A Comprehensive Guide

Understanding AI Agents: A Comprehensive Guide

This is the 255th article in the series for job-seeking product managers. 🔥What is an Agent?The term Agent originates from the Latin word Agere, meaning “to do”. In the context of LLMs, an Agent can be understood as an intelligent entity that can autonomously understand, plan, make decisions, and execute complex tasks‼️ 👸An Agent is … Read more

What Is an AI Agent?

What Is an AI Agent?

An Agent can be understood as an intelligent entity. As early as the 1950s, Alan Turing expanded the concept of “intelligence” to artificial entities and proposed the famous Turing Test.These artificial intelligence entities are commonly referred to as agents. The concept of “agent” originates from philosophy, describing an entity that possesses desires, beliefs, intentions, and … Read more

AI Agent Logic Explained

AI Agent Logic Explained

Designed for Finance Professionals— A Research and Investment Information Platform Expectation Gap is Productivity. —— Jingbei Moonlight On January 23rd, Eastern Time, OpenAI officially released its first AI agent, Operator. This agent possesses unique capabilities, able to simulate human operations on web browsers and autonomously execute complex tasks such as online shopping and travel booking. … Read more

Experience in Developing AI Agent Applications

Experience in Developing AI Agent Applications

Despite significant advancements in software over the past few decades, it still remains somewhat “clumsy” in many respects. When completing tasks on a computer, you need to tell the device which application to use. For example, you can write a business proposal using Microsoft Word and Google Docs, but they cannot help you send emails, … Read more