Updpdate
DevPlace CI / test (push) Failing after 7m3s

This commit is contained in:
2026-07-23 00:02:43 +02:00
parent 34fa56a836
commit 64c3983c9f
37 changed files with 2105 additions and 824 deletions
+5 -1
View File
@@ -75,6 +75,7 @@ class DeviiSession:
is_admin: bool = False,
is_primary_admin: bool = False,
channel: str = "main",
key_resolver: Any = None,
) -> None:
self.owner_kind = owner_kind
self.owner_id = owner_id
@@ -89,7 +90,10 @@ class DeviiSession:
self._llm = llm
self._lessons = lessons
self.client = PlatformClient(
settings.base_url, settings.timeout_seconds, settings.platform_api_key
settings.base_url,
settings.timeout_seconds,
settings.platform_api_key,
key_resolver=key_resolver,
)
self.avatar = AvatarController()
self.browser = ClientController(