v3.0.0 - Agent Runtime + WinUI Studio
AetherForge v3.0.0
下载
| 文件 | 大小 | 说明 |
|---|---|---|
| \AetherForgeStudio-v3.0.0-portable.zip\ | 70 KB | 源码 + 启动脚本(推荐) |
| \�etherforge-2.0.0-py3-none-any.whl\ | 140 KB | Python 包 |
快速启动(WinUI 桌面客户端)
1. 安装 .NET 9 SDK
https://dotnet.microsoft.com/download/dotnet/9.0
2. 启动
下载 portable.zip → 解压 → 双击 \start_ui.bat
首次启动约 10-30 秒(NuGet 还原依赖)
系统要求: Windows 10 1809+ 或 Windows 11
Python 包
\
pip install aetherforge-2.0.0-py3-none-any.whl
python -m aetherforge.mcp_server # 启动 MCP Server(76 个工具)
\\
新增功能
Agent Runtime(多 Agent 协作系统)
- 5 个 Agent 角色:Explorer / Planner / Builder / Verifier / Critic
- Evidence Store — 证据链验证,来源不可伪造
- Commit Gate — 事务门禁,验证通过才允许提交
- Transaction + world_revision 回滚
- Token 预算管理,达到预算优雅暂停
- 风险分级 L0-L3(低风险→全角色+人工审批)
- 审批模块 + Art Director 视觉审查 Agent
- 4 个专用验证器:任务可达性 / 行为 / 资源 / 物理
- 模型管理器:HuggingFace 搜索、类型检测、安全下载
- 网络检测:自动切换源(HuggingFace ↔ hf-mirror)
- 安全审查模块
WinUI 3 桌面客户端(C#)
- 9 个页面:Dashboard / AgentWorkspace / WorldViewer / Verification 等
- MVVM 架构 + WebSocket 实时推送
- 中英文双语界面(系统语言自动切换)
- 所有 ViewModel 实现 INotifyPropertyChanged
测试
- 16 个测试文件,96 个测试用例,全部通过
- 覆盖 Agent 角色、验证器、事务、审批、端到端场景
- Grill Session:0 errors, 0 warnings