A simple crate to remove markdown syntax from markdown files.
Strip Markdown formatting (headers, bold, italic, links, code, blockquotes) to plain text. Conservative, fast, zero deps.
A Rust library to strip markdown code blocks from text, preserving only the inner content
Lenient JSON decoder for non-fully-trusted JSON text inputs
Strip ```code fences```, leading prose, and trailing chatter from LLM output so the structured payload survives. Zero deps.
Clean and parse JSON emitted by LLMs. Strips markdown fences, trailing commas, and surrounding prose so serde_json::from_str works.
A composable, deterministic text data pipeline for ML. Ingest, denoise, chunk, split, and sample multi-source corpora into reproducible training triplets.
Response healing system for SimpleAgents - BAML-inspired JSON parsing and coercion
Deterministic extractive summarization — stdlib + regex only
Repair messy TOML emitted by LLMs: strip markdown fences, normalize line endings, fix common quote-style slips, trim trailing whitespace. Zero deps.
Repair messy YAML emitted by LLMs: strip markdown fences, tabs->spaces, dedent leading whitespace, normalize line endings. Returns cleaned text suitable for any YAML parser. Zero deps.
A CLI tool that translates natural-language task descriptions into git commands using a local LLM (mistral.rs, Ollama, or llama.cpp)