Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdata-ustc/Agent4Edu
/ ability
Method
ability
Code/profile.py:65–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
return
"low"
64
65
def
ability(self) -> str:
66
ab = self.values.ability_value
67
if
ab > 0.5:
68
return
"good"
69
if
ab > 0.4:
70
return
"common"
71
return
"poor"
72
73
def
build_prompt(self) -> str:
74
tips_act = {
Callers
1
build_prompt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected