Skip to content

Commit 971984b

Browse files
author
agent
committed
fix(plugins): remove InvocationContext import to avoid circular import when importing plugins package; rely on duck-typing for context access
1 parent 2364f4c commit 971984b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/google/adk/plugins/llm_resilience_plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from google.genai import types
2828

2929
from ..agents.callback_context import CallbackContext
30-
from ..agents.invocation_context import InvocationContext
3130
from ..models.llm_request import LlmRequest
3231
from ..models.llm_response import LlmResponse
3332
from ..models.registry import LLMRegistry

0 commit comments

Comments
 (0)