We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
亮点:
示例代码:(可选)
# tips: prepare your docker-desktop / orbstack # 支持一行代码执行本地化启动,使用我们的 EKG 服务只需要四步!(beta 版本,需要将本地代码打包到容器中) # 第一步。加载代码 git clone https://github.com/codefuse-ai/CodeFuse-muAgent.git # 第二步。 cd CodeFuse-muAgent # 第三步 docker network create ekg-net # 第四步。启动所有容器服务,EKG 基础镜像构建需要花费点时间。启动后打开 https://localhost:8000 docker compose up -d
我们在 images 提供了对应muagent相关的镜像(beta版本),有需要可以通过bash docker_pull_images.sh进行下载。如果存在网络问题,可通过个人阿里云镜像方案 完成镜像同步后进行下载
bash docker_pull_images.sh
另外我们还提供了sdk版本,sdk文档见: muAgent-docs
pip install codefuse-muagent
截图:(可选)gif/png/jpg
后续更新计划:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
推荐项目
LLM 在面向严谨专业私有领域时只能给出泛泛而谈的答案,而人面向专业复杂的事务则具备丰富的处理经验。这部分经验往往来自于“老人带新人”和“文档阅读、自我摸索” 两个方向。为了让经验得到传递,参考人类经验获取的方式,我们将KG(知识图谱)从知识获取来源升级为Agent编排引擎,来承载私域知识的图谱资产。
本项目完全开源。从原来纯内部服务到内部基础组件剥离,实现内外部版本一致研发,目前还有很多规划的功能在研发进行中。内嵌了demo:AI文本游戏 - 谁是卧底、AI文本游戏 - 狼人杀。
亮点:
示例代码:(可选)
我们在 images 提供了对应muagent相关的镜像(beta版本),有需要可以通过
bash docker_pull_images.sh
进行下载。如果存在网络问题,可通过个人阿里云镜像方案 完成镜像同步后进行下载另外我们还提供了sdk版本,sdk文档见: muAgent-docs
截图:(可选)gif/png/jpg
后续更新计划:
The text was updated successfully, but these errors were encountered: