Agentic.LLM.Transport.AnthropicMessages
(agentic v0.2.2)
Copy Markdown
Transport for the Anthropic Messages API
(POST {base_url}/messages).
As with Agentic.LLM.Transport.OpenAIChatCompletions, this module is
pure: no network I/O, no credential lookup, no Worth-prefixed code.
The shim supplies the api key, base URL, and the
anthropic-version header via opts[:extra_headers].