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

Function get_current_directory

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

Source from the content-addressed store, hash-verified

87
88
89def get_current_directory():
90 try:
91 return {"Project Working Directory": os.getcwd()}
92 except:
93 return {}
94
95
96def get_virtual_env():

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…