Packages
A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use
Current section
Files
Jump to
Current section
Files
src/anthropic_gleam.app.src
{application, anthropic_gleam, [
{vsn, "0.1.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib]},
{description, "A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use"},
{modules, [anthropic@api,
anthropic@client,
anthropic@config,
anthropic@hooks,
anthropic@retry,
anthropic@streaming@accumulator,
anthropic@streaming@decoder,
anthropic@streaming@handler,
anthropic@streaming@sse,
anthropic@testing,
anthropic@tools,
anthropic@tools@builder,
anthropic@types@error,
anthropic@types@message,
anthropic@types@request,
anthropic@types@streaming,
anthropic@types@tool,
anthropic@validation,
anthropic_ffi,
anthropic_gleam,
anthropic_gleam@@main,
examples@integration_test,
examples@reliability_integration_test,
examples@tool_use_integration_test]},
{registered, []}
]}.