Releases: phuhao00/bony-agent
Releases · phuhao00/bony-agent
Release list
AI Media Agent v1.0.41 (Windows)
AI Media Agent v1.0.41 - Windows
下载与安装
由于文件较大,安装包已分块上传,请下载对应所有分块后合并使用。
安装包(EXE,4 块,共 667 MB)
下载全部 4 个文件到同一文件夹(part01 ~ part04),然后在 PowerShell 执行合并:
$out = [System.IO.File]::OpenWrite(AiMediaAgent-1.0.41-win-setup.exe)
1..4 | ForEach-Object {
$b = [System.IO.File]::ReadAllBytes(AiMediaAgent-1.0.41-win-setup.exe.part0$_)
$out.Write($b, 0, $b.Length)
}
$out.Close()合并完成后双击 AiMediaAgent-1.0.41-win-setup.exe 安装。
便携版(ZIP,5 块,共 903 MB)
下载全部 5 个文件到同一文件夹(part01 ~ part05),然后在 PowerShell 执行合并:
$out = [System.IO.File]::OpenWrite(AiMediaAgent-1.0.41-win-portable.zip)
1..5 | ForEach-Object {
$b = [System.IO.File]::ReadAllBytes(AiMediaAgent-1.0.41-win-portable.zip.part0$_)
$out.Write($b, 0, $b.Length)
}
$out.Close()合并后解压,运行 AI Media Agent.exe 即可。
主要功能
- AI 文案与剧本生成(支持多平台适配)
- AI 图片 / 视频生成(即梦 AI、豆包 SeaDance、CogVideoX)
- 多平台自动发布(抖音、小红书、B 站、YouTube 等 14+ 平台)
- LangGraph 多 Agent 协作(22 个专业 Agent)
- RAG 知识库、定时调度、Computer Use 浏览器自动化
系统要求
- Windows 10 / 11 x64
- 首次运行需联网,自动配置 Python 环境
更新说明
- 优化 Windows Python 环境初始化流程
- 修复 install_only Python 发行版缺少 venv 模块的问题
- 提升 Electron 应用稳定性