MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / get_os_details

Function get_os_details

agentops/helpers/system.py:103–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def get_os_details():
104 try:
105 return {
106 "Hostname": socket.gethostname(),
107 "OS": platform.system(),
108 "OS Version": platform.version(),
109 "OS Release": platform.release(),
110 }
111 except:
112 return {}
113
114
115def get_cpu_details():

Callers 1

get_host_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…