appkit-assistant 0.7.4__py3-none-any.whl → 0.7.6__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.
@@ -94,16 +94,13 @@ class ValidationState(rx.State):
94
94
  @rx.var
95
95
  def has_errors(self) -> bool:
96
96
  """Check if the form can be submitted."""
97
- errors = bool(
97
+ return bool(
98
98
  self.url_error
99
99
  or self.name_error
100
100
  or self.description_error
101
101
  or self.prompt_error
102
102
  )
103
103
 
104
- logger.debug("Has validation errors: %s", errors)
105
- return errors
106
-
107
104
  @rx.var
108
105
  def prompt_remaining(self) -> int:
109
106
  """Calculate remaining characters for prompt field."""
@@ -1,11 +1,26 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: appkit-assistant
3
- Version: 0.7.4
3
+ Version: 0.7.6
4
4
  Summary: Add your description here
5
+ Project-URL: Homepage, https://github.com/jenreh/appkit
6
+ Project-URL: Documentation, https://github.com/jenreh/appkit/tree/main/docs
7
+ Project-URL: Repository, https://github.com/jenreh/appkit
8
+ Project-URL: Issues, https://github.com/jenreh/appkit/issues
5
9
  Author: Jens Rehpöhler
10
+ License: MIT
11
+ Keywords: components,mantine,reflex,ui,web
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
17
+ Classifier: Topic :: Software Development :: User Interfaces
6
18
  Requires-Python: >=3.13
7
19
  Requires-Dist: appkit-commons
20
+ Requires-Dist: appkit-mantine
21
+ Requires-Dist: appkit-ui
8
22
  Requires-Dist: openai>=2.3.0
23
+ Requires-Dist: reflex>=0.8.20
9
24
  Description-Content-Type: text/markdown
10
25
 
11
26
  # appkit-assistant
@@ -17,7 +32,7 @@ Description-Content-Type: text/markdown
17
32
 
18
33
  appkit-assistant provides a complete conversational AI interface built on Reflex, featuring OpenAI and Perplexity integrations, Model Context Protocol (MCP) server management, and secure credential handling. It includes both backend processing services and ready-to-use UI components for building AI-powered applications.
19
34
 
20
- ![Assistant](./docs/assistant.png)
35
+ ![Assistant](https://raw.githubusercontent.com/jenreh/appkit/refs/heads/main/components/appkit-assistant/docs/assistant.png)
21
36
 
22
37
  ---
23
38
 
@@ -14,7 +14,7 @@ appkit_assistant/backend/processors/perplexity_processor.py,sha256=weHukv78MSCF_
14
14
  appkit_assistant/components/__init__.py,sha256=fgXWhM_i-fOUwWhASgmyuPWfV2Oh-tBkysAtTAxm0C8,877
15
15
  appkit_assistant/components/composer.py,sha256=F4VPxWp4P6fvTW4rQ7S-YWn0eje5c3jGsWrpC1aewss,3885
16
16
  appkit_assistant/components/composer_key_handler.py,sha256=KyZYyhxzFR8DH_7F_DrvTFNT6v5kG6JihlGTmCv2wv0,1028
17
- appkit_assistant/components/mcp_server_dialogs.py,sha256=iuzg9vfTiqTWgNiC38zEzfPPmRgCKosmSjgiBnE0tO8,11397
17
+ appkit_assistant/components/mcp_server_dialogs.py,sha256=zyJARtO_wjGWMSqn2JSvUujWMOVYAAn_Mqvlea-DRgw,11314
18
18
  appkit_assistant/components/mcp_server_table.py,sha256=1dziN7hDDvE8Y3XcdIs0wUPv1H64kP9gRAEjgH9Yvzo,2323
19
19
  appkit_assistant/components/message.py,sha256=EyYM33Z2RmxKotDsHdj6qtHlA2ofV74MYiFNJ-pgRFE,9624
20
20
  appkit_assistant/components/thread.py,sha256=TcK1wl4Zr7HnZDqyLjKfESqmMyzOMzBq5Gr-0CT9Kco,7997
@@ -22,6 +22,6 @@ appkit_assistant/components/threadlist.py,sha256=NKB9GshghdSlUY2hVIRdhX9nxd6mxJe
22
22
  appkit_assistant/components/tools_modal.py,sha256=gThgOzYa_r74IHWEKxmmT85c2MiHLIhOFtiV9IT_r3E,3355
23
23
  appkit_assistant/state/mcp_server_state.py,sha256=L5r3Bd_OzFh_kgWH81cKVBWhE3Ys6m8TsJs2vadCWhU,7945
24
24
  appkit_assistant/state/thread_state.py,sha256=h8jmE0hZmSWJ5-D4EqxBTO0ydBSNa9IxUTa5tfYdkMk,32618
25
- appkit_assistant-0.7.4.dist-info/METADATA,sha256=-UtfwMPp-C-2INeT7AgLVvu8I-LAPXgjGGjRLU_nnzY,8123
26
- appkit_assistant-0.7.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
- appkit_assistant-0.7.4.dist-info/RECORD,,
25
+ appkit_assistant-0.7.6.dist-info/METADATA,sha256=iZPkB1kL6oEsxd7tTA1PALGCgFxdICAIUzV0Yz3NEcQ,8933
26
+ appkit_assistant-0.7.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
+ appkit_assistant-0.7.6.dist-info/RECORD,,