agent环境配置

张开发
2026/4/12 16:54:33 15 分钟阅读

分享文章

agent环境配置
一、java1.安装IDEA2.配置jdk3.开通大模型1阿里云https://bailian.console.aliyun.com/cn-beijing?tabmodel#/model-market2创建API key(阿里云的模型不需要开启字节的需要开启二、python1.安装pycharm2.配置python环境anaconda)3.开通大模型1阿里云https://bailian.console.aliyun.com/cn-beijing?tabmodel#/model-market2创建API key(阿里云的模型不需要开启字节的需要开启三、go1.安装goland2.安装goland Eion-Dev插件Eino Devgo的agent开发框架3.安装gohttps://goframe.org/docs/install-go/index4.go module配置https://goframe.org/docs/install-go/go-module5.开通大模型1字节火山云注册送50万tokenhttps://console.volcengine.com/auth/login?redirectURI%2Fhome2创建API key3开通两个模型语言模型DeepseekV3.1和向量模型doubao-embedding四、docker安装1.windows/mac:https://www.runoob.com/docker/windows-docker-install.html2.修改镜像源{ builder: { gc: { defaultKeepStorage: 20GB, enabled: true } }, experimental: false, registry-mirrors: [ https://docker.hpcloud.cloud, https://docker.m.daocloud.io, https://docker.unsee.tech, https://docker.1panel.live, http://mirrors.ustc.edu.cn, https://docker.chenby.cn, http://mirror.azure.cn, https://dockerpull.org, https://dockerhub.icu, https://hub.rat.dev, https://proxy.1panel.live, https://docker.1panel.top, https://docker.m.daocloud.io, https://docker.1ms.run, https://docker.ketches.cn ] }五、CLS MCP配置1.登录腾讯云https://cloud.tencent.com/login?s_urlhttps%3A%2F%2Fconsole.cloud.tencent.com%2F2.创建密钥保存secred id和key3.进入腾讯云CLS MCP配置页面https://cloud.tencent.com/developer/mcp/server/117104.填写如下5.保存返回给你的URL后边要用

更多文章