Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
706
def
_extract_artifact_id(text: str) -> str:
707
m = _ARTIFACT_REF_RE.search(text)
708
return
m.group(1)
if
m
else
""
709
710
711
def
_describe_shape(text: str) -> str:
Callers
1
compose_messages_semantic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected