anthropic protocol for Claude-style Anthropic Messages endpoints, commonly exposed at /v1/messages.
Configure the Protocol
anthropic, while the documentation and user interface describe it as Anthropic Messages.
Message Conversion
When a runtime component uses the shared Anthropic client, AgentCompass combines chat-stylesystem messages into the Anthropic request’s top-level system field and forwards the remaining messages to the Messages API.
Anthropic endpoints commonly require an explicit max_tokens value. Other request parameters are forwarded when supported by the endpoint and selected harness.
