MCPcopy Index your code
hub / github.com/AgentOps-AI/agentops / get_agentops_version

Function get_agentops_version

agentops/helpers/version.py:8–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7
8def get_agentops_version():
9 try:
10 pkg_version = version("agentops")
11 return pkg_version
12 except Exception as e:
13 logger.warning("Error reading package version: %s", e)
14 return None
15
16
17def check_agentops_update():

Callers 9

get_sessionMethod · 0.90
get_async_sessionMethod · 0.90
prepare_headersMethod · 0.90
prepare_headersMethod · 0.90
get_sdk_detailsFunction · 0.90
get_common_attributesFunction · 0.90
test_user_agent_headerFunction · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…