Packages

Anthropic HTTP API backend for GenAgent, built on Req.

Current section

Files

Jump to
gen_agent_anthropic lib gen_agent_anthropic.ex
Raw

lib/gen_agent_anthropic.ex

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