graphiti
graphiti copied to clipboard
Anthropic cleanup
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
AnthropicClientinanthropic_client.py.- Environment:
- Added
ANTHROPIC_API_KEYto.env.example.- Testing:
- Renamed
TestLLMClienttoMockLLMClientintest_client.pyto eliminate pytest warning.- Moved
test_anthropic_client_int.pyfromtests/integrationstotests/llm_client.This description was created by
for 3b6d4d5153db963323591df4e85900deeb777639. You can customize this summary. It will automatically update as commits are pushed.