runtime error

Exit code: 3. Reason: ed to send telemetry event ClientCreateCollectionEvent: capture() takes 1 positional argument but 3 were given 2025-11-18 05:11:31 | INFO | services.vector_store:__init__ - Collection 'financial_papers' ready. Current count: 0 2025-11-18 05:11:31 | INFO | app.main:startup_event - ✅ Vector Store 초기화 완료 (0개 문서) 2025-11-18 05:11:31 | INFO | app.main:startup_event - 2️⃣ Embedder 초기화 중... 2025-11-18 05:11:31 | INFO | services.embedder:__init__ - Loading Sentence Transformer model: all-MiniLM-L6-v2 2025-11-18 05:11:33 | INFO | services.embedder:__init__ - Model loaded. Embedding dimension: 384 2025-11-18 05:11:33 | INFO | app.main:startup_event - ✅ Embedder 초기화 완료 (384차원) 2025-11-18 05:11:33 | INFO | app.main:startup_event - 3️⃣ Metacognitive Agent 초기화 중... 2025-11-18 05:11:33 | ERROR | app.main:startup_event - ❌ 초기화 실패: Client.__init__() got an unexpected keyword argument 'proxies' ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 738, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 610, in __aenter__ await self._router.startup() File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 715, in startup await handler() File "/app/app/main.py", line 75, in startup_event agent = MetaCognitiveAgent(api_key=settings.anthropic_api_key) File "/app/app/metacognitive_agent.py", line 25, in __init__ self.client = Anthropic(api_key=api_key) File "/usr/local/lib/python3.10/site-packages/anthropic/_client.py", line 119, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/anthropic/_base_client.py", line 796, in __init__ self._client = http_client or SyncHttpxClientWrapper( TypeError: Client.__init__() got an unexpected keyword argument 'proxies' ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...