passing initial tests

This commit is contained in:
2026-02-12 18:53:05 -07:00
parent 577d390e7b
commit 1c8d30dc0f
2 changed files with 10 additions and 4 deletions
+1 -3
View File
@@ -2,9 +2,7 @@ import asyncio
from anthropic import AsyncAnthropic
from agent.config import Settings
settings = Settings()
from agent.config import settings
client = AsyncAnthropic(api_key=settings.anthropic_api_key)