Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/e-p-armstrong/augmentoolkit
/ get_progress_key
Function
get_progress_key
redis_config.py:37–38 ·
view source on GitHub ↗
(task_id: str)
Source
from the content-addressed store, hash-verified
35
36
37
def
get_progress_key(task_id: str) -> str:
38
return
f
"{PROGRESS_KEY_PREFIX}{task_id}"
39
40
41
def
set_progress(task_id: str, progress: float, message: Union[str, None] = None):
Callers
2
set_progress
Function · 0.85
get_progress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected