# llm_utils v0.1.2 - Table of Contents

> LLM utility functions for JSON extraction and response parsing

## Modules

- [LLMUtils.JsonAdapter](LLMUtils.JsonAdapter.md): Defensive JSON decoder that tries `JsonRemedy.repair/1` first for
malformed LLM output, falling back to `Jason.decode/2`.
- [LLMUtils.JsonExtractor](LLMUtils.JsonExtractor.md): Extracts and parses JSON from LLM responses.

- [LLMUtils.ResponseParser](LLMUtils.ResponseParser.md): Single entry point for all LLM JSON parsing.

