Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
def
strip_system_reminder_blocks(text: str) -> str:
108
return
_SYSTEM_REMINDER_RE.sub(
""
, text).strip()
109
110
111
def
strip_top_level_internal_text(text: str) -> str:
Callers
4
strip_top_level_internal_text
Function · 0.85
safe_json_value
Function · 0.85
render_content_block_markdown
Function · 0.85
_plain_block_lines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected