embacle 0.15.14

LLM runner library — wraps 12 AI CLI tools as pluggable LLM providers with agent loop, guardrails, and cost tracking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Dravr shared clippy configuration
# Source: dravr-build-config/cargo/clippy.toml
cognitive-complexity-threshold = 25

# Banned methods (anyhow context methods — use structured error types)
[[disallowed-methods]]
path = "anyhow::Context::context"
reason = "Use structured error types with .map_err() instead"

[[disallowed-methods]]
path = "anyhow::Context::with_context"
reason = "Use structured error types with .map_err() instead"