* remove temporary debug logging * add anthropic api to .env.example * move anthropic int tests to llm_client dir to better match existing test structure * update `TestLLMClient` to `MockLLMClient` to eliminate pytest warning
* fix: Clean input before passing it to the llm * chore: Add license * fix: typo * chore: Bump graphiti version