Packages

Elixir framework for building production-ready AI agents and LLM applications: type-safe schemas with JSON Schema generation, tool calling, streaming, multi-agent coordination, guardrails, and distributed fault-tolerant sessions, with first-class Anthropic Claude support.

Current section

Files

Jump to
normandy lib normandy.ex
Raw

lib/normandy.ex

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