Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
57
class
TaskItem:
58
id: str
59
created_at: str
60
model: Optional[str]
61
has_answer: bool
62
63
64
def
_list_tasks(qdir: Path) -> List[TaskItem]:
Callers
1
_list_tasks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected