# llm_utils v0.1.0 - Table of Contents

> LLM utility functions for JSON extraction and response parsing

## Modules

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

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

