Featured image of post MCP详解指南

MCP详解指南

MCP是一个开放标准,用于解决AI模型与外部数据源、工具(如本地文件、数据库、API)之间的连接难题。

Featured image of post langgraph概述

langgraph概述

LangGraph是一个用于构建状态ful多智能体应用的框架,基于图论的方式组织智能体的交互流程。

Featured image of post Code Agent

Code Agent

本文介绍Code Agent项目的架构设计和实现原理,包括client、tools、memory、prompt、mcp和react agent等核心组件。