Skip to content

Releases: Agora-Build/aeval

aeval v0.2.1

12 Jun 01:54

Choose a tag to compare

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

28 May 08:49

Choose a tag to compare

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

08 Apr 20:38

Choose a tag to compare

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

01 Apr 10:53

Choose a tag to compare

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

26 Mar 06:23

Choose a tag to compare

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

03 Mar 03:21

Choose a tag to compare

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

aeval v0.1.0

28 Feb 02:47
f1cafa8

Choose a tag to compare

aeval v0.1.0

Built: 2026-03-01 04:37:11 UTC

Binary Assets

Asset SHA256 Size (bytes)
aeval-macos-arm64 26ae20ae6eb48841a652b3f22312e0c831d88e3c59b2eb7c036b84cca6a7a940 239537296
aeval-macos-x86_64 d6ce84f4a5e15dac82a59b6cf2375d339dc35e35552b78be93a0a03b18fec443 141576320
aeval-linux-x86_64 9f633e51c3987325279f017f8bac15a839f64f20bf565708a9fb4cb3e79de2f4 180639384
aeval-linux-arm64 60519f9fdf8396d6965fab5bdc956d37a4e272615a0ed8d592ebd6aef1bf0ceb 174334352

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

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