Skip to content

Commit 21a4308

Browse files
committed
refactor: declare registry attribute on SkillPolicy interface
1 parent e89f1fd commit 21a4308

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/google/adk_community/plugins/taxonomy

src/google/adk_community/plugins/taxonomy/policy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ class SkillPolicy(ABC):
119119
for steering while keeping authorization and core shaping abstract.
120120
"""
121121

122+
registry: Optional[Any] = None
123+
122124
@abstractmethod
123125
def is_skill_allowed(
124126
self,

0 commit comments

Comments
 (0)