Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ Result
Class
Result
src/hyperagent/tasks/base.py:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
typing
import
List
2
3
class
Result:
4
def
__init__(self, task, **kwargs):
5
self.task = task
6
self.kwargs = kwargs
7
8
class
BaseTask:
9
def
__init__(self, logdir, split, type, **kwargs):
Callers
2
validate
Method · 0.90
validate
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected