Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AgentOps-AI/agentops
/ environment.py
File
environment.py
app/api/agentops/common/environment.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
3
# Base URLs and domains
4
APP_DOMAIN = os.getenv(
"APP_DOMAIN"
,
"app.agentops.ai"
)
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected