MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / strip_system_reminder_blocks

Function strip_system_reminder_blocks

src/utils/export_renderer.py:107–108  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

105
106
107def strip_system_reminder_blocks(text: str) -> str:
108 return _SYSTEM_REMINDER_RE.sub("", text).strip()
109
110
111def strip_top_level_internal_text(text: str) -> str:

Callers 4

safe_json_valueFunction · 0.85
_plain_block_linesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected