View Source API Reference Anthropix v0.1.0
Modules
The Anthropix.Agent
module makes function calling with Claude a breeze!
The Anthropix.FunctionCall
module is used to capture function calls from Claud's
responses and, match the function call to an existing Anthropix.Tool.t/0
,
and then invoke the function.
The Anthropix.Tool
module allows you to let Claude call functions in your application.
Support module for encoding XML data into prompts. Mainly used to support function calling.