Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ expand
Function
expand
src/harness/utils/step_utils.py:22–23 ·
view source on GitHub ↗
(value: str)
Source
from the content-addressed store, hash-verified
20
return
""
21
22
def
expand(value: str) -> str:
23
return
expand_template_variables(value or
""
, context)
24
25
simple_instruction_types = {
26
"step"
,
Callers
1
get_step_instruction
Function · 0.85
Calls
1
expand_template_variables
Function · 0.90
Tested by
no test coverage detected