mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01: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.