MCPcopy
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
37def get_progress_key(task_id: str) -> str:
38 return f"{PROGRESS_KEY_PREFIX}{task_id}"
39
40
41def set_progress(task_id: str, progress: float, message: Union[str, None] = None):

Callers 2

set_progressFunction · 0.85
get_progressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected