Documentation
¶
Overview ¶
Package atomizer provides deterministic helpers for extracting structured content from LLM output. After DST-Lite, atom extraction and verification inference are not needed — only Markdown list parsing is kept for the UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListItemContent ¶
ListItemContent returns the task text of a markdown list line ("- x", "* x", "1. x", "2) x"), or "" if the line isn't a list item. Light inline-markdown stripping keeps the checklist readable. Used by controller (plan parsing).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.