此仓库存储我在YouTube频道和B站频道关于AI Agent相关分享,所有资源全部开源免费
☆365Jan 7, 2026Updated 7 months ago
Alternatives and similar repositories for ReActAgentsTest
Users that are interested in ReActAgentsTest are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 使用LangGraph+DeepSeek-R1+FastAPI+Gradio实现一个带有记忆功能的流量包推荐智能客服web端用例,同时也支持gpt大模型、国产大模型(OneApi方式)、Ollama本地开源大模型、阿里通义千问大模型☆470Apr 14, 2025Updated last year
- MCP Server测试系列☆34May 16, 2025Updated last year
- 《LangGraph 实战》配套实验示例代码☆165Sep 29, 2025Updated 10 months ago
- 本系列内容将带领大家从零基础理解 LangChain V1.x 及其相关生态(包括 LangGraph、DeepAgents 等)在当前主流智能体(Agent)开发中的定位与核心能力。将依次完成基础环境准备、依赖安装、入门级 LLM 调用、Prompt 工程实战、Agent…☆119Jul 27, 2026Updated 3 weeks ago
- (1)使用低代码平台N8N实现对多个微信公众号文章进行自动采集并保存到本地文件 ; (2)使用主流的开源云原生向量数据库milvus将采集到的数据存储到知识库中并满足语义搜索、全文搜索及混合搜索; (3)将搜索功能封装为标准的MCP Server对外提供服务;(4)大模型(…☆44Sep 15, 2025Updated 11 months ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- LangGraph template for a simple ReAct agent, with MCP tools support and robust test suites.☆563Sep 28, 2025Updated 10 months ago
- ☆21Dec 23, 2025Updated 7 months ago
- 本项目旨在提供一个微调酒店推荐垂直领域大模型并应用的完整闭环案例作为大家的参考案例。本项目使用的基础大模型为Qwen2.5-7B-Instruct。项目特色:完整的垂直应用案例闭环、项目源码剖析开源共享、详实的图文指导手册、手把手全流程实操演示视频☆95Apr 23, 2025Updated last year
- ☆44Dec 8, 2025Updated 8 months ago
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆333Sep 6, 2024Updated last year
- ☆60Jul 30, 2025Updated last year
- A batteries-included monorepo framework for building sophisticated LangGraph applications☆45Oct 24, 2025Updated 9 months ago
- 实现使用开源的LangFlow框架,零代码实现大模型相关应用如流量包推荐智能客服、RAG应用等,并使用两种方式将创建的工作流集成到自己的项目中☆44Sep 9, 2024Updated last year
- 拼好RAG:手搓并融合了GraphRAG、LightRAG、Neo4j-llm-graph-builder进行知识图谱构建以及搜索;整合DeepSearch技术实现私域RAG的推理;自制针对GraphRAG的评估框架| Integrate GraphRAG, LightRA…☆2,318Nov 5, 2025Updated 9 months ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- GraphRAG在2024.11.5发布 0.4.0新版本,引入增量更新索引和DRIFT图推理搜索查询,本项目对新增的两个新功能进行全面测试,并提供了一种支持多类型大模型使用GraphRAG解决方案,不仅支持GPT大模型,还支持本地大模型(Ollama)、阿里云通义千问、百…☆49Dec 1, 2024Updated last year
- 复现大模型相关算法及一些学习记录☆3,500Jul 2, 2026Updated last month
- 本系列内容将带领大家从零基础理解 n8n 的定位和核心能力,依次完成环境准备、Docker 安装与本地/云端自托管部署、与飞书等主流平台的对接,掌握自动化工作流的基本原理(包括节点、凭证、数据流转等),并通过 RSS 采集、AI 摘要、飞书多维表格数据处理、智能推送等实际案…☆312Jul 27, 2026Updated 3 weeks ago
- Agent HITL (Human-in-the-Loop) - 一个支持人机协作的AI代理系统,基于LangChain、LangGraph和FastAPI构建☆24Jun 2, 2025Updated last year
- GPT-VIS-API 是一个轻量级图表生成服务,旨在解决 [antv/mcp-server-chart](https://github.com/antvis/mcp-server-chart) 在私有化部署方面的局限性。该服务接收数据请求,生成图表图像,上传到 MinI…☆61Jan 27, 2026Updated 6 months ago
- 这是一个基于AgentScope框架的AI助手应用,支持自动技能发现、智能任务匹配和终端交互,兼容claudecode的skill文件。☆33Oct 31, 2025Updated 9 months ago
- a ai infra framework for edge device base on nndeploy☆18Nov 27, 2025Updated 8 months ago
- 使用mnn-llm对GOT-OCR2.0进行推理☆13Oct 2, 2024Updated last year
- 使用langraph构建Agentic-RAG☆23Jul 30, 2025Updated last year
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails 安全校验与流式输出智能体等核心特性,帮助开发者系统掌握 LangChain v1 的所有…☆392Dec 9, 2025Updated 8 months ago
- fufan-chat-api的前端项目☆27Nov 1, 2024Updated last year
- 多模态PDF的RAG Agent☆35Aug 3, 2025Updated last year
- A full-stack ai agent chat project, built with langgraph+fastapi+nextjs, supporting tool invocation and RAG knowledge base☆115Aug 21, 2025Updated 11 months ago
- ☆18Oct 8, 2025Updated 10 months ago
- 可私有部署的多租户知识智能体平台:统一 RAG、知识图谱、多智能体、MCP/Skills、沙盒与权限管理。Self-hosted knowledge agent platform for RAG, knowledge graphs and multi-agent workf…☆6,500Updated this week
- A production-ready FastAPI template for building AI agent applications with LangGraph integration. This template provides a robust founda…☆2,595Updated this week
- 基于Qwen2模型进行通用信息抽取【实体/关系/事件抽取】☆41Jul 10, 2024Updated 2 years ago
- Rag Agentic的一个雏形,用于研究学习☆100Feb 17, 2025Updated last year
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- Make one prompt become an immersive, production‑ready experience: a single pipeline for Text → Image → Music → Lights → Video, with real …☆75Sep 5, 2025Updated 11 months ago
- Resource for published videos☆63Jul 23, 2026Updated 3 weeks ago
- ☆25Jun 16, 2026Updated 2 months ago
- Aix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。☆2,226Jun 22, 2026Updated last month
- ☆40Mar 4, 2026Updated 5 months ago
- ☆20Dec 29, 2023Updated 2 years ago
- 🦜💬 Web app for interacting with any LangGraph agent (PY & TS) via a chat interface.☆3,070Updated this week