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

Function normalize_messages_to_hashes

uncommon_route/normalize.py:59–60  ·  view source on GitHub ↗
(messages: list[dict[str, Any]])

Source from the content-addressed store, hash-verified

57
58
59def normalize_messages_to_hashes(messages: list[dict[str, Any]]) -> list[str]:
60 return [hash16(normalize_message_text(m)) for m in messages]

Calls 2

hash16Function · 0.85
normalize_message_textFunction · 0.85