Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ setup
Method
setup
src/hyperagent/tasks/base.py:17–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
self.setup()
16
17
def
setup(self):
18
raise
NotImplementedError()
19
20
def
run(self):
21
raise
NotImplementedError()
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected