Packages

Multi-agent workflows with language models on OTP — dynamic routing, MCP-shaped tools and resources, structured outputs, and pluggable observability.

Current section

Files

Jump to
agens lib agens.ex
Raw

lib/agens.ex

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