MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _serialize_env_value

Function _serialize_env_value

deployments/desktop/shared/agents.py:834–841  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

832 return reports
833
834
835def _safe_env() -> Dict[str, str]:
836 prefixes = (
837 "PAPERFLOW_",
838 "OPENAI_",
839 "ANTHROPIC_",
840 "OLLAMA_",
841 "DASHSCOPE_",
842 "FEISHU_",
843 "NGROK_",
844 "SEMANTIC_SCHOLAR_",

Callers 1

_merge_env_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected