Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/ms-agent
/ FileRelation
Class
FileRelation
projects/code_genesis/workflow/coding.py:527–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
526
@dataclasses.dataclass
527
class
FileRelation:
528
529
name: str
530
description: str
531
done: bool = False
532
deps: Set[str] = dataclasses.field(default_factory=set)
533
534
535
class
CodingAgent(CodeAgent):
Callers
1
refresh_file_status
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected