MCPcopy Index your code
hub / github.com/algorithmicsuperintelligence/openevolve / TaskItem

Class TaskItem

scripts/manual.py:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56@dataclass
57class TaskItem:
58 id: str
59 created_at: str
60 model: Optional[str]
61 has_answer: bool
62
63
64def _list_tasks(qdir: Path) -> List[TaskItem]:

Callers 1

_list_tasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected