MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / __init__

Method __init__

src/hyperagent/tasks/base.py:4–6  ·  view source on GitHub ↗
(self, task, **kwargs)

Source from the content-addressed store, hash-verified

2
3class Result:
4 def __init__(self, task, **kwargs):
5 self.task = task
6 self.kwargs = kwargs
7
8class BaseTask:
9 def __init__(self, logdir, split, type, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected