MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / get_env

Function get_env

src/utils/env_utils.py:4–5  ·  view source on GitHub ↗
(env_key: str)

Source from the content-addressed store, hash-verified

2from pydantic import SecretStr
3
4def get_env(env_key: str) -> SecretStr:
5 return secret_from_env([env_key])()

Callers 6

__init__Method · 0.90
test_github_systemFunction · 0.90
test_online_hyperliquidFunction · 0.90
test_offline_hyperliquidFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by 3

test_github_systemFunction · 0.72
test_online_hyperliquidFunction · 0.72
test_offline_hyperliquidFunction · 0.72