anyrepair 0.1.2

A Rust crate for repairing LLM responses including JSON, YAML, Markdown, and XML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
custom_rules = []
plugin_paths = ["./plugins"]
auto_load_plugins = false

[global]
max_attempts = 3
parallel_processing = true
min_confidence = 0.5
verbose = false

[formats]

[plugins]