Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/ms-agent
/ readme
Function
readme
setup.py:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
readme():
11
with
open(
'README.md'
, encoding=
'utf-8'
)
as
f:
12
content = f.read()
13
return
content
14
15
16
version_file =
'ms_agent/version.py'
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected