--- license: cc0-1.0 task_categories: - text-generation language: - en tags: - benchmark - agent pretty_name: ask-my-agent bench v2 size_categories: - n<1K --- # ask-my-agent bench v2 Benchmark measuring usability of models to use with generic agentic apps (such as `ask-my-agent`) ## Changelog ### Updates in v2 - Make sure to remove/fix unsolvable/almost impossible tasks. - Added more tasks - *(EVAL SUITE)* Added number of each task, so I can see how much left. - *(EVAL SUITE)* Now at end it also shows what model you used, is native or fallback and benchmark name. ## Usage Repository contains `index.js`. To run, you need: 1. Configure `ask-my-agent` with `npx ask-my-agent config` 2. Run `node index.js` Done! ## Leaderboard Benchmark has separate leaderboard at ObscureBench for [native](https://obscureai.mooo.com/leaderboard/askmyagent2native) and [fallback](https://obscureai.mooo.com/leaderboard/askmyagent2fallback) ## About Native and Fallback *P.S. This is not about this benchmark much, but about `ask-my-agent`* Native tool calls are generally easier for model, because it's trained to do tasks like this. Fallback is entirely text-only talk, just like you would do in chat. No tools. For this reason, fallback and native separated on leaderboard. --- Brought to you by [sapbot](https://sapbot.mooo.com) from [Romarchive](https://cows.info.gf)