Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
from
pydantic
import
SecretStr
3
4
def
get_env(env_key: str) -> SecretStr:
5
return
secret_from_env([env_key])()
Callers
6
__init__
Method · 0.90
test_github_system
Function · 0.90
test_online_hyperliquid
Function · 0.90
test_offline_hyperliquid
Function · 0.90
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
3
test_github_system
Function · 0.72
test_online_hyperliquid
Function · 0.72
test_offline_hyperliquid
Function · 0.72