Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
View module source on GitHub
class 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__
def __init__(client: Anthropic, logger: Logger)
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
@property
def messages() -> MaximAnthropicMessages
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.