Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ summary
Method
summary
util/utils.py:515–519 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
513
return
self.__str__()
514
515
def
summary(self) -> dict:
516
return
{
517
'best_res'
: self.best_res,
518
'best_ep'
: self.best_ep,
519
}
520
521
522
class
BestMetricHolder():
Callers
1
summary
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected