MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _extract_artifact_id

Function _extract_artifact_id

uncommon_route/composition.py:706–708  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

704
705
706def _extract_artifact_id(text: str) -> str:
707 m = _ARTIFACT_REF_RE.search(text)
708 return m.group(1) if m else ""
709
710
711def _describe_shape(text: str) -> str:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected