Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdata-ustc/Agent4Edu
/ activity
Method
activity
Code/profile.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
)
47
48
def
activity(self) -> str:
49
return
"high"
if
self.values.activity_ratio > ACTIVITY_MEAN
else
"low"
50
51
def
diversity(self) -> str:
52
return
"high"
if
self.values.diversity_ratio > DIVERSITY_MEAN
else
"low"
Callers
1
build_prompt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected