Packages

AI Firewall and guardrails for LLM-based Elixir applications. Provides prompt injection detection, data leakage prevention, jailbreak detection, and comprehensive security guardrails.

Current section

Files

Jump to
llm_guard lib llm_guard.ex
Raw

lib/llm_guard.ex

defmodule LlmGuard do
@moduledoc """
Documentation for `LlmGuard`.
"""
@doc """
Hello world.
## Examples
iex> LlmGuard.hello()
:world
"""
def hello do
:world
end
end