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

Class Environment

app/api/agentops/opsboard/models.py:63–70  ·  view source on GitHub ↗

Environment types for projects

Source from the content-addressed store, hash-verified

61
62
63class Environment(enum.Enum):
64 """Environment types for projects"""
65
66 # must match the database org_roles enum type (which is lowercase)
67 production = "production"
68 staging = "staging"
69 development = "development"
70 community = "community"
71
72
73class AuthUserModel(BaseModel):

Callers 4

render_templateFunction · 0.85
create_projectFunction · 0.85
update_projectFunction · 0.85
views.pyFile · 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…