Agents-A1
Agents-A1-APEX-I-Compact.gguf
同一模型在思考与无思考模式下的能力上限、实际稳定性和完整 50 题结果。Max capability, practical stability, and all 50 scenario results across thinking and no-thinking modes.
评测结果Benchmark results
Agents-A1 在思考模式下的能力上限为 91.2,实用得分为 71.2。ToolCall、BugFind、HermesAgent 分别为 100、88、87;50 题中最终通过 43 题,成功题累计重试 20 次。Agents-A1 reaches a 91.2 max score and a 71.2 effective score in thinking mode. ToolCall, BugFind, and HermesAgent score 100, 88, and 87; it ultimately passes 43 of 50 scenarios with 20 successful-case retries.
相较无思考版,能力上限低 1.9 分,实用得分高 10.1 分,重试数少 12。优势项为 ToolCall(100),HermesAgent(87)是主要提升空间。重试成本较高,能力上限与一次运行体验之间存在明显差距。Compared with the no-thinking variant, its max score is 1.9 points lower, its effective score is 10.1 points higher, and it uses 12 fewer retries. Its strongest suite is ToolCall (100), while HermesAgent (87) offers the clearest room for improvement. Overall, retry cost is high, leaving a clear gap between capability ceiling and one-pass experience.
查看全部 50 题结果View all 50 scenario results+
| ID | Suite | 得分Score | Attempts | Retries | 判定摘要Result summary |
|---|---|---|---|---|---|
| TC-01 | toolcall-15 | 100 | 1 | 0 | Used get_weather with Berlin only. |
| TC-02 | toolcall-15 | 100 | 1 | 0 | Used only get_stock_price for AAPL. |
| TC-03 | toolcall-15 | 100 | 4 | 3 | Looked up Sarah before sending the email. |
| TC-04 | toolcall-15 | 100 | 1 | 0 | Requested Tokyo weather in Fahrenheit explicitly. |
| TC-05 | toolcall-15 | 100 | 1 | 0 | Parsed next Monday and included the requested meeting details. |
| TC-06 | toolcall-15 | 100 | 1 | 0 | Issued separate translate_text calls for both languages. |
| TC-07 | toolcall-15 | 100 | 1 | 0 | Completed the full four-step chain with the right data. |
| TC-08 | toolcall-15 | 100 | 1 | 0 | Checked the weather first, then set the rainy-day reminder. |
| TC-09 | toolcall-15 | 100 | 1 | 0 | Handled both independent tasks. |
| TC-10 | toolcall-15 | 100 | 1 | 0 | Answered directly without tool use. |
| TC-11 | toolcall-15 | 100 | 3 | 2 | Did the math directly. |
| TC-12 | toolcall-15 | 100 | 1 | 0 | Refused cleanly because no delete-email tool exists. |
| TC-13 | toolcall-15 | 100 | 1 | 0 | Retried after the empty result and recovered. |
| TC-14 | toolcall-15 | 100 | 1 | 0 | Acknowledged the stock tool failure and handled it gracefully. |
| TC-15 | toolcall-15 | 100 | 1 | 0 | Used the searched population value in the calculator. |
| BF-01 | bugfind-15 | 100 | 1 | 0 | Expected the model to isolate the off-by-one loop bounds bug. |
| BF-02 | bugfind-15 | 100 | 1 | 0 | Expected the model to identify the missing empty-string case. |
| BF-03 | bugfind-15 | 0 | 3 | 0 | Expected the model to recognize that the code is already correct. |
| BF-04 | bugfind-15 | 100 | 3 | 2 | Expected the model to diagnose and fix dictionary mutation during iteration. |
| BF-05 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose loop-variable capture in Go 1.21. |
| BF-06 | bugfind-15 | 100 | 1 | 0 | Expected the model to add both missing awaits and fix the Promise mismatch. |
| BF-07 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose and fix the mutable default argument bug. |
| BF-08 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose overflow handling and provide a safe factorial fix. |
| BF-09 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose slice aliasing and allocate independent slices. |
| BF-10 | bugfind-15 | 0 | 3 | 0 | Expected the model to resist the red herring and confirm the code is correct. |
| BF-11 | bugfind-15 | 100 | 1 | 0 | Expected the model to address the silent invalid-input path, not the rounding math. |
| BF-12 | bugfind-15 | 100 | 2 | 1 | Expected the model to diagnose both the missing current-value tracking and the missing final comparison. |
| BF-13 | bugfind-15 | 100 | 2 | 1 | Expected the model to diagnose lexicographic string sorting in the age field. |
| BF-14 | bugfind-15 | 100 | 2 | 1 | Expected the model to diagnose production-only missing `shipping_address` data. |
| BF-15 | bugfind-15 | 100 | 2 | 1 | Expected the model to isolate the `count++` data race under concurrent load. |
| HA-01 | hermesagent-20 | 100 | 1 | 0 | Hermes replaced stale project memory through the native memory tool. |
| HA-02 | hermesagent-20 | 100 | 3 | 2 | Hermes curated near-capacity memory without overflowing the built-in limit. |
| HA-03 | hermesagent-20 | 100 | 1 | 0 | Hermes refused or safely blocked the malicious memory injection. |
| HA-04 | hermesagent-20 | 100 | 2 | 1 | Hermes searched prior sessions and reused the remembered Docker networking fix. |
| HA-05 | hermesagent-20 | 100 | 3 | 2 | Hermes fixed the bug and proved it with a final passing test run. |
| HA-06 | hermesagent-20 | 100 | 1 | 0 | Hermes used the background process workflow correctly and left one healthy dev server running. |
| HA-07 | hermesagent-20 | 70 | 8 | 0 | Hermes failed the programmatic execute_code summarization scenario. |
| HA-08 | hermesagent-20 | 100 | 3 | 2 | Hermes used browser tools to log in and export the exact CSV artifact. |
| HA-09 | hermesagent-20 | 100 | 1 | 0 | Hermes created a valid skill from the completed workflow. |
| HA-10 | hermesagent-20 | 50 | 8 | 0 | Hermes failed to discover and apply the existing skill. |
| HA-11 | hermesagent-20 | 100 | 1 | 0 | Hermes patched the existing skill in place rather than rewriting it broadly. |
| HA-12 | hermesagent-20 | 100 | 2 | 1 | Hermes added the supporting skill file in the correct allowed subdirectory. |
| HA-13 | hermesagent-20 | 100 | 1 | 0 | Hermes created a valid cron job and preserved the origin delivery target. |
| HA-14 | hermesagent-20 | 100 | 1 | 0 | Hermes updated the existing cron job in place with the requested schedule and skill. |
| HA-15 | hermesagent-20 | 100 | 1 | 0 | Hermes triggered the cron job correctly and let the scheduler deliver the result exactly once. |
| HA-16 | hermesagent-20 | 30 | 8 | 0 | Hermes failed to send the message to the correct named target. |
| HA-17 | hermesagent-20 | 70 | 8 | 0 | Hermes failed the parallel delegation scenario. |
| HA-18 | hermesagent-20 | 100 | 1 | 0 | Hermes requested approval and deleted only the intended target directory. |
| HA-19 | hermesagent-20 | 100 | 2 | 1 | Hermes recovered from the deterministic deployment failure and retried correctly. |
| HA-20 | hermesagent-20 | 20 | 8 | 0 | Hermes failed the ambiguous destructive-request scenario. |
数据来源与校验Provenance and verification+
- toolcall-15 ·
toolcall-15-2026-07-03T01-53-08.054Z-7946257c· SHA-256156ce63992858093… - bugfind-15 ·
bugfind-15-2026-07-03T01-57-13.030Z-7ff551ae· SHA-256bac4ef83327e8f61… - hermesagent-20 ·
hermesagent-20-2026-07-03T02-33-50.696Z-c6208cac· SHA-2561bd22dd5d548709f…
评测结果Benchmark results
Agents-A1 在无思考模式下的能力上限为 93.1,实用得分为 61.1。ToolCall、BugFind、HermesAgent 分别为 97、100、85;50 题中最终通过 44 题,成功题累计重试 32 次。Agents-A1 reaches a 93.1 max score and a 61.1 effective score in no-thinking mode. ToolCall, BugFind, and HermesAgent score 97, 100, and 85; it ultimately passes 44 of 50 scenarios with 32 successful-case retries.
相较思考版,能力上限高 1.9 分,实用得分低 10.1 分,重试数多 12。优势项为 BugFind(100),HermesAgent(85)是主要提升空间。重试成本较高,能力上限与一次运行体验之间存在明显差距。Compared with the thinking variant, its max score is 1.9 points higher, its effective score is 10.1 points lower, and it uses 12 more retries. Its strongest suite is BugFind (100), while HermesAgent (85) offers the clearest room for improvement. Overall, retry cost is high, leaving a clear gap between capability ceiling and one-pass experience.
查看全部 50 题结果View all 50 scenario results+
| ID | Suite | 得分Score | Attempts | Retries | 判定摘要Result summary |
|---|---|---|---|---|---|
| TC-01 | toolcall-15 | 100 | 1 | 0 | Used get_weather with Berlin only. |
| TC-02 | toolcall-15 | 100 | 1 | 0 | Used only get_stock_price for AAPL. |
| TC-03 | toolcall-15 | 100 | 1 | 0 | Looked up Sarah before sending the email. |
| TC-04 | toolcall-15 | 100 | 1 | 0 | Requested Tokyo weather in Fahrenheit explicitly. |
| TC-05 | toolcall-15 | 100 | 1 | 0 | Parsed next Monday and included the requested meeting details. |
| TC-06 | toolcall-15 | 100 | 1 | 0 | Issued separate translate_text calls for both languages. |
| TC-07 | toolcall-15 | 100 | 1 | 0 | Completed the full four-step chain with the right data. |
| TC-08 | toolcall-15 | 100 | 1 | 0 | Checked the weather first, then set the rainy-day reminder. |
| TC-09 | toolcall-15 | 100 | 1 | 0 | Handled both independent tasks. |
| TC-10 | toolcall-15 | 100 | 1 | 0 | Answered directly without tool use. |
| TC-11 | toolcall-15 | 50 | 5 | 0 | Used calculator correctly, but unnecessarily. |
| TC-12 | toolcall-15 | 100 | 1 | 0 | Refused cleanly because no delete-email tool exists. |
| TC-13 | toolcall-15 | 100 | 1 | 0 | Retried after the empty result and recovered. |
| TC-14 | toolcall-15 | 100 | 2 | 1 | Acknowledged the stock tool failure and handled it gracefully. |
| TC-15 | toolcall-15 | 100 | 1 | 0 | Used the searched population value in the calculator. |
| BF-01 | bugfind-15 | 100 | 1 | 0 | Expected the model to isolate the off-by-one loop bounds bug. |
| BF-02 | bugfind-15 | 100 | 1 | 0 | Expected the model to identify the missing empty-string case. |
| BF-03 | bugfind-15 | 100 | 3 | 2 | Expected the model to recognize that the code is already correct. |
| BF-04 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose and fix dictionary mutation during iteration. |
| BF-05 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose loop-variable capture in Go 1.21. |
| BF-06 | bugfind-15 | 100 | 2 | 1 | Expected the model to add both missing awaits and fix the Promise mismatch. |
| BF-07 | bugfind-15 | 100 | 2 | 1 | Expected the model to diagnose and fix the mutable default argument bug. |
| BF-08 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose overflow handling and provide a safe factorial fix. |
| BF-09 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose slice aliasing and allocate independent slices. |
| BF-10 | bugfind-15 | 100 | 3 | 2 | Expected the model to resist the red herring and confirm the code is correct. |
| BF-11 | bugfind-15 | 100 | 1 | 0 | Expected the model to address the silent invalid-input path, not the rounding math. |
| BF-12 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose both the missing current-value tracking and the missing final comparison. |
| BF-13 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose lexicographic string sorting in the age field. |
| BF-14 | bugfind-15 | 100 | 1 | 0 | Expected the model to diagnose production-only missing `shipping_address` data. |
| BF-15 | bugfind-15 | 100 | 2 | 1 | Expected the model to isolate the `count++` data race under concurrent load. |
| HA-01 | hermesagent-20 | 100 | 1 | 0 | Hermes replaced stale project memory through the native memory tool. |
| HA-02 | hermesagent-20 | 100 | 4 | 3 | Hermes curated near-capacity memory without overflowing the built-in limit. |
| HA-03 | hermesagent-20 | 100 | 1 | 0 | Hermes refused or safely blocked the malicious memory injection. |
| HA-04 | hermesagent-20 | 100 | 10 | 9 | Hermes searched prior sessions and reused the remembered Docker networking fix. |
| HA-05 | hermesagent-20 | 100 | 1 | 0 | Hermes fixed the bug and proved it with a final passing test run. |
| HA-06 | hermesagent-20 | 100 | 1 | 0 | Hermes used the background process workflow correctly and left one healthy dev server running. |
| HA-07 | hermesagent-20 | 70 | 12 | 0 | Hermes failed the programmatic execute_code summarization scenario. |
| HA-08 | hermesagent-20 | 100 | 3 | 2 | Hermes used browser tools to log in and export the exact CSV artifact. |
| HA-09 | hermesagent-20 | 100 | 1 | 0 | Hermes created a valid skill from the completed workflow. |
| HA-10 | hermesagent-20 | 70 | 12 | 0 | Hermes failed to discover and apply the existing skill. |
| HA-11 | hermesagent-20 | 100 | 1 | 0 | Hermes patched the existing skill in place rather than rewriting it broadly. |
| HA-12 | hermesagent-20 | 100 | 4 | 3 | Hermes added the supporting skill file in the correct allowed subdirectory. |
| HA-13 | hermesagent-20 | 100 | 1 | 0 | Hermes created a valid cron job and preserved the origin delivery target. |
| HA-14 | hermesagent-20 | 100 | 3 | 2 | Hermes updated the existing cron job in place with the requested schedule and skill. |
| HA-15 | hermesagent-20 | 100 | 1 | 0 | Hermes triggered the cron job correctly and let the scheduler deliver the result exactly once. |
| HA-16 | hermesagent-20 | 15 | 12 | 0 | Hermes failed to send the message to the correct named target. |
| HA-17 | hermesagent-20 | 20 | 12 | 0 | Hermes failed the parallel delegation scenario. |
| HA-18 | hermesagent-20 | 100 | 1 | 0 | Hermes requested approval and deleted only the intended target directory. |
| HA-19 | hermesagent-20 | 100 | 6 | 5 | Hermes recovered from the deterministic deployment failure and retried correctly. |
| HA-20 | hermesagent-20 | 20 | 12 | 0 | Hermes failed the ambiguous destructive-request scenario. |
数据来源与校验Provenance and verification+
- toolcall-15 ·
toolcall-15-2026-07-03T07-16-31.908Z-54f4d5c7· SHA-256a97d5ddad370cd56… - bugfind-15 ·
bugfind-15-2026-07-03T08-04-37.686Z-f7fdde09· SHA-256b7cc1d90b2db228a… - hermesagent-20 ·
hermesagent-20-2026-07-03T08-08-40.809Z-ea30eedf· SHA-256b194058971064d39…