MCPcopy 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

1from typing import List
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 2

validateMethod · 0.90
validateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected