aria-memo 发布。aria-memo 为 Aria Agent 提供持久化记忆。
方法: GET 路径: /api/download/memo-latest 认证: 无
响应
与GET /api/download/engine-latest 结构相同。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
返回最新的 aria-memo 发布元数据与下载 URL。国际站基于 GitHub,中国站基于 Gitee。
aria-memo 发布。aria-memo 为 Aria Agent 提供持久化记忆。
方法: GET 路径: /api/download/memo-latest 认证: 无
GET /api/download/engine-latest 结构相同。
curl -s https://ariacompute.cn/api/download/memo-latest | jq .
{
"tag_name": "v0.2.0",
"name": "Aria Memo v0.2.0",
"prerelease": false,
"published_at": "2026-09-05T09:00:00Z",
"assets": [
{
"name": "aria-memo-linux-x86_64.tar.gz",
"url": "https://github.com/ariacompute/memo/releases/download/v0.2.0/aria-memo-linux-x86_64.tar.gz",
"size": 15000000,
"content_type": "application/gzip"
}
]
}
Was this page helpful?