appkit-assistant 1.0.1__py3-none-any.whl → 1.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -69,7 +69,7 @@ class ThreadListState(rx.State):
|
|
|
69
69
|
async def initialize(self) -> AsyncGenerator[Any, Any]:
|
|
70
70
|
"""Initialize thread list - load summaries from database."""
|
|
71
71
|
async with self:
|
|
72
|
-
if self._initialized:
|
|
72
|
+
if self._initialized or self.loading:
|
|
73
73
|
return
|
|
74
74
|
self.loading = True
|
|
75
75
|
yield
|
|
@@ -51,8 +51,8 @@ appkit_assistant/state/file_manager_state.py,sha256=G0ZkgzFIqa6H2ctc5uID2aSxt-e7
|
|
|
51
51
|
appkit_assistant/state/mcp_oauth_state.py,sha256=vWiCWolRY-sSUJGPEGHS-rUwlpomGKfpejZck9EImas,7703
|
|
52
52
|
appkit_assistant/state/mcp_server_state.py,sha256=TQOhnXEfuA5bWFh-5f5R5LfTZErXFXNZa4t0_vP1bGM,13174
|
|
53
53
|
appkit_assistant/state/system_prompt_state.py,sha256=E2jbBIGfgifvJRZFmEmeooWv5xihUfPbhFe8MzZAS0E,7714
|
|
54
|
-
appkit_assistant/state/thread_list_state.py,sha256=
|
|
54
|
+
appkit_assistant/state/thread_list_state.py,sha256=LQs7sjBTszORhr_Czm4mZxWVjb2vO7Z5UutMOX6ansM,14082
|
|
55
55
|
appkit_assistant/state/thread_state.py,sha256=udIJWCORMuASIOZMnZidoyC6Te-qyDBkZfi7MOIHmKs,42937
|
|
56
|
-
appkit_assistant-1.0.
|
|
57
|
-
appkit_assistant-1.0.
|
|
58
|
-
appkit_assistant-1.0.
|
|
56
|
+
appkit_assistant-1.0.3.dist-info/METADATA,sha256=D6TBbLdXZeJ5mo9OnzkkeiuKr-VNSLI3gQAUd3VzBME,9574
|
|
57
|
+
appkit_assistant-1.0.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
58
|
+
appkit_assistant-1.0.3.dist-info/RECORD,,
|
|
File without changes
|