Logger
anthropic.Client
Anthropic client implementation for API interactions and model integration.
MaximAnthropicClient
Maxim Anthropic client wrapper.
This class provides a wrapper around the Anthropic client to integrate with Maxim’s logging and monitoring capabilities. It allows tracking and logging of Anthropic API interactions through the Maxim platform.
Attributes:
Name | Type | Description |
---|---|---|
_client | Anthropic | The underlying Anthropic client instance. |
_logger | Logger | The Maxim logger instance for tracking interactions. |
__init__
Initialize the Maxim Anthropic client.
Arguments:
Name | Type | Description |
---|---|---|
client | Anthropic | The Anthropic client instance to wrap. |
logger | Logger | The Maxim logger instance for tracking and |
logging API interactions.
messages
Get the messages interface with Maxim logging capabilities.
Returns:
Name | Description |
---|---|
[MaximAnthropicMessages](/sdk/python/references/logger/anthropic/message) | A wrapped messages interface that provides |
logging and monitoring capabilities for Anthropic message operations.