New open sourced eval tool for building agents

Hello so i created agent detective tool, this tool answer question: which of the agents broke in system/workflow. I would really appreciate if community would try it out. https://github.com/Thomeras/agent_detective

2 points | by Thomeras 14 hours ago

1 comments

  • mmakeev 13 hours ago
    how do you define quality broke? for me it broke when nothing broke. score from llm moved, >= 4 filter after it meant something else. gating on exit code would have passed the whole time.
    • Thomeras 9 hours ago
      Yeah thats the real failure mode and it took me a while to name it too. A threshold isnt a test, it is a coordinate system that assumes a fixed origin. When the judge moves the filter keeps passing but it is selecting a different population and nothing throws because no invariant anywhere names that population. So i define it as: quality broke when an observable moved without a change that authorizes it. Thanks for trying it out i am really happy for feed back :D