Skip to content

Releases: Agora-Build/aeval

aeval v0.2.9

Choose a tag to compare

@guohai guohai released this 07 Jul 08:49

aeval v0.2.9

Built: 2026-07-07 08:49:06 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 6d734a21b015fab803490603e26e2c3f9a23502bed0d9426c6a6dd38c7434b65 259336784
aeval-macos-x86_64 e38f6d4d241b24ea2b7ef5335a45c8387e8186bc090996071a32e6b104bf5c55 352890304
aeval-linux-x86_64 75752efb20ce5c6faf2f51a89f707e0bff38619710b12fda13a6372dfda215c8 440382288
aeval-linux-arm64 23af92f13b5e0130f7d21e2f2b180203a281f4424a62a35b98906723981866d7 388628872

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.2.8

Choose a tag to compare

@guohai guohai released this 01 Jul 18:22

aeval v0.2.8

Built: 2026-07-01 18:22:17 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 75852a1feba3cc3e8ab5e8eaf441abc72a04f9cbc43cd724eb54e9be23b41f39 259335056
aeval-macos-x86_64 b128e01d0a117d37d3810f848b01d1f0b4b23d502b05cfbd84b1309b30c979f1 352553888
aeval-linux-x86_64 76d14da2a0280c928f88dac86d46a907d842f1eecf04e14afd3f87101d3df1ed 436435800
aeval-linux-arm64 77f12fe6d8cf7131294f450a48b47e41259394eaf201b5f64b49d4b4a3065e1a 385070864

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.2.7

Choose a tag to compare

@guohai guohai released this 01 Jul 00:30

aeval v0.2.7

Built: 2026-07-01 00:30:14 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 6492c5833f6bd1ffc174795496d2b4c15434f1be1f68d7b88f3bd07d1ab26282 259334288
aeval-macos-x86_64 fbb632dafe7f2f918ad4a3fe5d7d07232a3baa56e26eabedcde6952aa81b4394 352555984
aeval-linux-x86_64 b1824410a06aff39e1e7100b17164f77830bdcfb8120d7e1d07aee9b0de7d48f 436433584
aeval-linux-arm64 c871db1097a245f95ac5e5d351caadcd726f90f7a48fbee401e64f339b2e7e23 385071200

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.2.6

Choose a tag to compare

@guohai guohai released this 28 Jun 07:36

aeval v0.2.6

Built: 2026-06-28 07:36:12 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 7a95c7e01f1e3352555cd87bb66ee68d6d40c9face189c420a5733ce3851ca21 259332944
aeval-macos-x86_64 624d153e32b6e6a10674d53c0f8098b7ad472103d9453e431bb0997ac715c7c4 352554272
aeval-linux-x86_64 78993b95b0eb00b695b80681afef005efa1fe85333da46f41ecad6bd8de97401 436432624
aeval-linux-arm64 d04f3b4fa8d2b64816db0acad41dd305481e415de01debe93b20bc9ae170e53c 385068848

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.2.1

Choose a tag to compare

@guohai guohai released this 12 Jun 01:54

aeval v0.2.1

Built: 2026-06-12 01:54:29 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 e776191578fb62f0a6ff95dda06be15a286ac1095f5485bd3beed18940c9310d 259142448
aeval-macos-x86_64 92d7579c42fd6171f3a4dcd846a8b49ed384f99141b894055d39e77fe429c23f 352410000
aeval-linux-x86_64 b2d06d61068b1ca06b81f9721d18580663bc25d4d6a90945d3b5415ea981a47a 436284376
aeval-linux-arm64 bbff2a815a8d4ff3529a5f8c1d1c4888828be89dc7ea10766f610e580f2d0696 384920176

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.2.0

Choose a tag to compare

@guohai guohai released this 28 May 08:49

aeval v0.2.0

Built: 2026-05-28 11:12:03 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 4282d42aa808d6254748a6b1a25395fd03caeb40e304d0d25a72aa65bc41ccee 259141024
aeval-macos-x86_64 f1f14bb0cf26b1a52b028fe71fd2f28fa759ce6a3f24d9e6fbfee46bca546fb5 351930736
aeval-linux-x86_64 bf4116a63840ab574989ef00d0de964218d399f475dfe165315df082b8bc7a25 435788744
aeval-linux-arm64 ba77ba6d1e8c752ea5e229abfa049406db1d28905e2bf804ce9a56c2ff66333d 384435240

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.1.4

Choose a tag to compare

@guohai guohai released this 08 Apr 20:38

aeval v0.1.4

Built: 2026-06-11 23:16:03 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 0d8524146090213b8468ed2e6ad08fa3c361f4d44e4abeb618c9321b2d43ab28 259140784
aeval-macos-x86_64 6fcb4f9577197ee701788c96da5a31b095d03ae5cd0c4b95528a4ac4a9251255 352412256
aeval-linux-x86_64 4f714a87e7fa7eadbe780824988cc576091052f95ac437b66520083f035a5d41 436284376
aeval-linux-arm64 dfcd229cf2f3814adbca7a217576f13f4b48ac56071807188e70a97006e2d54d 384919784

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.1.3

Choose a tag to compare

@guohai guohai released this 01 Apr 10:53

aeval v0.1.3

Built: 2026-04-02 11:03:55 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 3d0103055c39a96be41865cd2adc6d20ed299e5c381ef2e895a4aca4c187d5df 259109840
aeval-macos-x86_64 de46bd40970a278a1c93751eeb1ef5e84e10199ee5a01b90ef879dba138f81f4 350685312
aeval-linux-x86_64 381937f4ab82d7f99db756ff37ed3296a4c3f3f67b8cacc7ac3847a76ca8d17a 432299080
aeval-linux-arm64 b0e8cf29b4eac6f3d75dd2a10bb4c852caa67085a1ce7276cf6297b144530ffe 380969136

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: pass
  • Linux arm64 examples/config runtime: pass

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.1.2

Choose a tag to compare

@guohai guohai released this 26 Mar 06:23

aeval v0.1.2

Built: 2026-03-30 17:42:16 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 0084089f6180f3d8df4be64a76712a9a1695875130cb0b3a37cb077cfa3dbeba 240081952
aeval-macos-x86_64 3cc48ed35573263140265a220acd8cb8c0688089d7ffec0eaf9d2de7a8d7c44a 142162688
aeval-linux-x86_64 4b7a129a1553bfd11183db1808cbb6c6831e5d8927a128ec695ea5256e97bd92 407958432
aeval-linux-arm64 d375414b5f09142610bc6c9ef995964c6fe31035d49a6657c9b8506f00fd07f3 359427208

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: skipped
  • macOS x86_64: skipped
  • Linux x86_64: skipped
  • Linux arm64: skipped

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): skipped

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: skipped
  • Linux arm64 examples/config runtime: skipped

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links

aeval v0.1.1

Choose a tag to compare

@guohai guohai released this 03 Mar 03:21

aeval v0.1.1

Built: 2026-03-04 00:22:51 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 958e6797694a2d11cf2fe283ade35ed3da4992368a46612d4579b675b6629e15 239547312
aeval-macos-x86_64 57efd4032e41d37528a100e73cf6cdc42e05c19d6883af25091b70e77fb7e188 141586016
aeval-linux-x86_64 0bda288fcd7a9ba248eb2b25f8f3c147916c27124707c8c98aa6ff52068eae43 406207696
aeval-linux-arm64 2283a83ee984e283db7fbb86725d03a40eaa9e7578ce9f06031e96345551d0aa 357502680

Public Repository Updates

  • Updated runtime config/
  • Updated public examples/ (interrupt, response, multi_turn_dialogue)
  • Updated required corpus/ subset for those examples
  • Updated release/ notes and checksums
  • Preserved existing root README.md

Smoke Test Status

  • macOS arm64: pass
  • macOS x86_64: pass
  • Linux x86_64: pass
  • Linux arm64: pass

Packaged Binary Validation Status

  • Plugin/stage checks on packaged binaries (macOS + Linux): pass

Release Scenario Test Status

  • Linux x86_64 examples/config runtime: skipped
  • Linux arm64 examples/config runtime: skipped

One-Line Install (Latest Release)

OS="$(uname -s | tr '[:upper:]' '[:lower:]')"; ARCH="$(uname -m)"; case "${OS}-${ARCH}" in darwin-arm64) TARGET="macos-arm64" ;; darwin-x86_64) TARGET="macos-x86_64" ;; linux-x86_64) TARGET="linux-x86_64" ;; linux-aarch64|linux-arm64) TARGET="linux-arm64" ;; *) echo "Unsupported platform: ${OS}-${ARCH}" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/Agora-Build/aeval/releases/latest/download/aeval-${TARGET}" -o aeval && chmod +x aeval && ./aeval --help

Links