Packages

Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency

Current section

Files

Jump to
claude_gleam include claude@types@tool_Registry.hrl
Raw

include/claude@types@tool_Registry.hrl

-record(registry, {
tools :: gleam@dict:dict(binary(), claude@types@tool:erased_tool())
}).