您好!
欢迎来到京东云开发者社区
登录
首页
博文
课程
大赛
工具
用户中心
开源
首页
博文
课程
大赛
工具
开源
更多
用户中心
开发者社区
>
博文
>
OxyGent 实现智能体的构建、部署与进化
分享
打开微信扫码分享
点击前往QQ分享
点击前往微博分享
点击复制链接
OxyGent 实现智能体的构建、部署与进化
jd****
2025-08-22
IP归属:北京
75浏览
# OxyGent 多智能体协作框架  * 开源地址:[https://github.com/jd-opensource/OxyGent](https://github.com/jd-opensource/OxyGent) * 官网地址:[https://oxygent.jd.com](https://oxygent.jd.com) * Pypi地址:[https://pypi.org/project/oxygent](https://pypi.org/project/oxygent) # 20行代码快速启动 以下代码已上传至Github仓库demo分支:[https://github.com/jd-opensource/OxyGent/tree/demo/oxygent_demo](https://github.com/jd-opensource/OxyGent/tree/demo/oxygent_demo) ## 安装环境 1. python环境(3.10及以上版本) `conda create -n oxy_env python==3.10` `conda activate oxy_env` 1. oxygent环境 `pip install oxygent` 1. Node.js环境(如果使用MCP工具) [https://nodejs.org/zh-cn](https://nodejs.org/zh-cn) 下载安装即可 ## Hello World  新建 .env 文件设置环境变量: `DEFAULT_LLM_API_KEY = "<大模型的key>"` `DEFAULT_LLM_BASE_URL = "<大模型的url>"` `DEFAULT_LLM_MODEL_NAME = "<大模型的name>"` 启动  ## RAG   ## MoA  <video controls="" muted="" height="50%" width="100%"> <source type="video/mp4" src="https://storage.jd.com/ai-gateway-routing/prod_data/oxygent_sd_250801/007.mp4"> </video> # 让智能体自主调用工具 ## Local MCP 工具   ## SSE MCP 工具   ## FunctionHub 工具  用任意工具注册方式(FunctionHub、LocalMCP、SSEMCP),启动后都是以下效果  ## 外部 MCP 工具   ## 自动召回topK个工具   进入节点可视化页面  # 积木式搭建多智能体 ## 多智能体   ## 多层级智能体   ## 结合Workflow  <video controls="" muted="" height="50%" width="100%"> <source type="video/mp4" src="https://storage.jd.com/ai-gateway-routing/prod_data/oxygent_sd_250801/024.mp4"> </video> ## Reflexion机制   Why?  # 智能体快速部署 ## 数据持久化 框架具备完善的数据存储机制,可用于后续的SFT训练或RL训练。  ## 限制任意节点的并发数量   ## 多环境配置部署  ## 分布式   # 更多高阶用法 * 多模态 * 按权重过滤执行过程的Memory * 检索更多工具 * 自定义大模型输出解析器 * 自定义SSE接口 * 结果后处理或格式化 * 智能体同时调用多个工具 * 从中间节点重启任务 * Plan-and-Solve范式 * ……  # 开源共建、欢迎加入! 诚邀加入OxyGent开源社区!每位开发者的贡献都将推动项目持续进化: 📌 参与方式: GitHub仓库:[https://github.com/jd-opensource/OxyGent](https://github.com/jd-opensource/OxyGent)(欢迎Star🌟) 官方交流群:[timline://chat/?topin=10218953954&type=2](timline://chat/?topin=10218953954&type=2)(点击链接入群)  无论你是想贡献核心代码、提交使用反馈、探讨架构设计、分享应用案例,都是OxyGent成长的重要助力! 让我们携手打造更强大的下一代多智能体协作框架!
上一篇:KCP协议应用详解:为速度而生的可靠传输协议
下一篇:让浏览器自己工作:AI自动化技术落地全攻略【AI助力全员提效方向】
jd****
文章数
1
阅读量
75
作者其他文章
01
OxyGent 实现智能体的构建、部署与进化
OxyGent 多智能体协作框架开源地址:https://github.com/jd-opensource/OxyGent官网地址:https://oxygent.jd.comPypi地址:https://pypi.org/project/oxygent20行代码快速启动以下代码已上传至Github仓库demo分支:https://github.com/jd-opensource/OxyGent/
jd****
文章数
1
阅读量
75
作者其他文章
添加企业微信
获取1V1专业服务
扫码关注
京东云开发者公众号