graphiti icon indicating copy to clipboard operation
graphiti copied to clipboard

Anthropic cleanup

Open evanmschultz opened this issue 8 months ago • 0 comments

Anthropic client cleanup

  • Renamed TestLLMClient to MockLLMClient to eliminate pytest warning
  • Moved Anthropic integration tests to llm_client directory
  • Added ANTHROPIC_API_KEY to .env.example
  • Removed temporary debug logging from AnthropicClient

I have read the CLA Document and I hereby sign the CLA


[!IMPORTANT] Cleaned up Anthropic client integration by renaming classes, moving tests, adding ANTHROPIC_API_KEY, and removing debug logs.

  • Behavior:
    • Removed temporary debug logging from AnthropicClient in anthropic_client.py.
  • Environment:
    • Added ANTHROPIC_API_KEY to .env.example.
  • Testing:
    • Renamed TestLLMClient to MockLLMClient in test_client.py to eliminate pytest warning.
    • Moved test_anthropic_client_int.py from tests/integrations to tests/llm_client.

This description was created by Ellipsis for 3b6d4d5153db963323591df4e85900deeb777639. You can customize this summary. It will automatically update as commits are pushed.

evanmschultz avatar May 02 '25 00:05 evanmschultz