mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-04 03:45:12 -05:00
Added a new Metrics class to represent key performance metrics of a benchmark test run. - The Metrics class encapsulates various data points like difficulty, success rate, attempted status, success percentage, cost, and runtime. - Included serialization and deserialization methods for converting between Metrics objects and JSON. - Added comprehensive documentation to describe the purpose, properties, and methods of the Metrics class.