embacle 0.13.2

LLM runner library — wraps 12 AI CLI tools as pluggable LLM providers with agent loop, guardrails, and cost tracking
Documentation
# Build artifacts
/target/
debug/
release/

# Cargo lock is committed for libraries? No — this is a library crate.
# Actually, Rust docs recommend committing Cargo.lock for end-user applications
# but not for libraries. Since this can be both, we commit it.

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Environment
.envrc
.env
.env.*

# Lock files from wrong package managers
package-lock.json
yarn.lock
pnpm-lock.yaml