appkit-assistant 0.15.3__py3-none-any.whl → 0.15.4__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.
@@ -37,6 +37,15 @@ class ResponseAccumulator:
37
37
  self.auth_required: bool = False
38
38
  self.error: str | None = None
39
39
 
40
+ @property
41
+ def auth_required_data(self) -> dict[str, str]:
42
+ """Return the auth data as a dictionary for compatibility."""
43
+ return {
44
+ "server_id": self.pending_auth_server_id,
45
+ "server_name": self.pending_auth_server_name,
46
+ "auth_url": self.pending_auth_url,
47
+ }
48
+
40
49
  def attach_messages_ref(self, messages: list[Message]) -> None:
41
50
  """Attach a reference to the mutable messages list from state."""
42
51
  self.messages = messages
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: appkit-assistant
3
- Version: 0.15.3
3
+ Version: 0.15.4
4
4
  Summary: Add your description here
5
5
  Project-URL: Homepage, https://github.com/jenreh/appkit
6
6
  Project-URL: Documentation, https://github.com/jenreh/appkit/tree/main/docs
@@ -21,11 +21,11 @@ appkit_assistant/components/system_prompt_editor.py,sha256=REl33zFmcpYRe9kxvFrBR
21
21
  appkit_assistant/components/thread.py,sha256=COl8PxMht4YIublIL-iOcvcJnWVpZfmLGifHC6dm7Rk,8421
22
22
  appkit_assistant/components/threadlist.py,sha256=1xVakSTQYi5-wgED3fTJVggeIjL_fkthehce0wKUYtM,4896
23
23
  appkit_assistant/components/tools_modal.py,sha256=12iiAVahy3j4JwjGfRlegVEa4ePhGsEu7Bq92JLn1ZI,3353
24
- appkit_assistant/logic/response_accumulator.py,sha256=1zFFQQ6LeoM3TNKrg-fU_GCfXIpcHFUw0jxkbXRY4Ug,7737
24
+ appkit_assistant/logic/response_accumulator.py,sha256=85NKtIxpWVsI4rDkNAy_U34uavY8NoUEp9n2kO0ief4,8060
25
25
  appkit_assistant/state/mcp_server_state.py,sha256=3AFvy53xx_eLTxw-LfJklPTgq4Ohqu4xs1QlLs-kU4U,11387
26
26
  appkit_assistant/state/system_prompt_state.py,sha256=zdnYrTnl7EszALRiodu6pcuQUd2tmtPG1eJ10j_OotI,7705
27
27
  appkit_assistant/state/thread_list_state.py,sha256=DEOR5Nklj1qfYaxSRMXCZdZRv2iq2Jb37JSg739_wL4,10250
28
28
  appkit_assistant/state/thread_state.py,sha256=rfbcdVTGcuC2MRnkTLP7x9fdUAHMK6NeS8cnhf621kg,30781
29
- appkit_assistant-0.15.3.dist-info/METADATA,sha256=pHDOaqxGpu8zvz8438sunsE4dwJ1y-fp0ESNX68lA_8,9403
30
- appkit_assistant-0.15.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
31
- appkit_assistant-0.15.3.dist-info/RECORD,,
29
+ appkit_assistant-0.15.4.dist-info/METADATA,sha256=O441lcxv0Htt4FvfevVMMW-6nq1Xx6Ddm4aTBD0DRDc,9403
30
+ appkit_assistant-0.15.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
31
+ appkit_assistant-0.15.4.dist-info/RECORD,,