当前位置: 首页 > news >正文

langraph-up-react

langraph-up-react

https://github.com/fanqingsong/langraph-up-react

LangGraph ReAct Agent Template

Version LangGraph Build License README CN DeepWiki Twitter

This template showcases a ReAct agent implemented using LangGraph, works seamlessly with LangGraph Studio. ReAct agents are uncomplicated, prototypical agents that can be flexibly extended to many tools.

🎉 Latest v0.2.0 Release: Complete evaluation system and multi-model support! Check the release notes for all new features.

Graph view in LangGraph studio UI

The core logic, defined in src/react_agent/graph.py, demonstrates a flexible ReAct agent that iteratively reasons about user queries and executes actions. The template features a modular architecture with shared components in src/common/, MCP integration for external documentation sources, and comprehensive testing suite.

⭐ Star this repo if you find it helpful! Visit our webinar series for tutorials and advanced LangGraph development techniques.

Features

Multi-Provider Model Support

  • SiliconFlow Integration: Complete support for Chinese MaaS platform with open-source models (Qwen, GLM, DeepSeek, etc.)
  • Qwen Models: Complete Qwen series support via langchain-qwq package, including Qwen-Plus, Qwen-Turbo, QwQ-32B, QvQ-72B
  • OpenAI: GPT-4o, GPT-4o-mini, etc.
    • OpenAI-Compatible: Any provider supporting OpenAI API format via custom API key and base URL
  • Anthropic: Claude 4 Sonnet, Claude 3.5 Haiku, etc.

Production-Grade Agent Evaluation System

  • Dual Evaluation Framework: Graph trajectory evaluation + Multi-turn chat simulation for comprehensive agent testing
  • LLM-as-Judge Methodology: Scenario-specific evaluation criteria with professional assessment systems
  • Multi-Model Benchmarking: Compare performance across different model providers and configurations
  • LangSmith Integration: Complete evaluation tracking with historical analysis and collaboration features

Agent Tool Integration Ecosystem

  • Model Context Protocol (MCP): Dynamic external tool loading at runtime
  • DeepWiki MCP Server: Optional MCP tools for GitHub repository documentation access and Q&A capabilities
  • Web Search: Built-in traditional LangChain tools (Tavily) for internet information retrieval

 

http://www.jsqmd.com/news/1147/

相关文章:

  • 2025年运营商API安全建设最佳实践:某头部省级电信案例解析与方案推荐
  • 软件工程第二次作业-第一次个人编程作业
  • 面向对象入门2与类的识别
  • 202508_天山固网_to
  • Java学生信息管理系统代码分析
  • ArcGIS Pro中 Nodata和nan 黑边的处理 - 指南
  • 怎么屏蔽 ahref.com 上你不想看到的网站链接(垃圾外链)
  • 浅谈字典树
  • go-mapus为局域网地图协作而生
  • 【工具变量】“国家级大数据综合试验区”试点城市DID(2000-2024年) - 教程
  • 《手搓动态顺序表:从数组到自动扩容的华丽转身》 - 详解
  • 板子大全
  • 通过人大金仓数据库的逻辑备份与还原功能实现数据迁移
  • 完整教程:GS1-128(EAN-128)编码构造方式
  • 第十二节:订单普通下单、支付回调、退款、退款回调详解
  • Chapter 7 Color Detection
  • 《原子习惯》-读书笔记7
  • PyQt数字转大写金额GUI程序开发及财务规范实现
  • 第3周预习作业
  • 01自我介绍加规划
  • 《原子习惯》-读书笔记6
  • Java LTS版本进化秀:从8到21的欢乐升级之旅
  • 201912_EASER
  • 搜索百科(3):Elasticsearch — 搜索界的“流量明星”
  • 打印机漏洞、匿名协议与AWS安全:一周技术热点解析
  • 从零开始训练推理模型:GRPO+Unsloth改造Qwen实战指南
  • ALLinSSL,开源免费的SSL证书自动化管理平台
  • 《原子习惯》-读书笔记5
  • 03-袁东申论-概括原因
  • 实现双向循环链表 - 详解