pylogue 0.2.0__py3-none-any.whl → 0.2.1__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.
- pylogue/__init__.py +2 -0
- pylogue/chatapp.py +2 -1
- {pylogue-0.2.0.dist-info → pylogue-0.2.1.dist-info}/METADATA +1 -1
- {pylogue-0.2.0.dist-info → pylogue-0.2.1.dist-info}/RECORD +9 -9
- {pylogue-0.2.0.dist-info → pylogue-0.2.1.dist-info}/WHEEL +0 -0
- {pylogue-0.2.0.dist-info → pylogue-0.2.1.dist-info}/entry_points.txt +0 -0
- {pylogue-0.2.0.dist-info → pylogue-0.2.1.dist-info}/licenses/AUTHORS.md +0 -0
- {pylogue-0.2.0.dist-info → pylogue-0.2.1.dist-info}/licenses/LICENSE +0 -0
- {pylogue-0.2.0.dist-info → pylogue-0.2.1.dist-info}/top_level.txt +0 -0
pylogue/__init__.py
CHANGED
pylogue/chatapp.py
CHANGED
|
@@ -34,6 +34,7 @@ class ChatAppConfig:
|
|
|
34
34
|
|
|
35
35
|
# WebSocket settings
|
|
36
36
|
ws_endpoint: str = "/ws"
|
|
37
|
+
chat_endpoint: str = "/chat"
|
|
37
38
|
|
|
38
39
|
# FastHTML extensions and headers
|
|
39
40
|
markdown_enabled: bool = True
|
|
@@ -131,7 +132,7 @@ class ChatApp:
|
|
|
131
132
|
def _register_routes(self):
|
|
132
133
|
"""Register HTTP and WebSocket routes."""
|
|
133
134
|
|
|
134
|
-
@self.app.route(
|
|
135
|
+
@self.app.route(self.config.chat_endpoint)
|
|
135
136
|
def home():
|
|
136
137
|
"""Main chat interface."""
|
|
137
138
|
initial_messages = self._get_initial_messages()
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
pylogue/__init__.py,sha256=
|
|
1
|
+
pylogue/__init__.py,sha256=gDXS44jmg6hPtcg8IxTFRdyV-TGsjQTkT-5NjiapYZ4,319
|
|
2
2
|
pylogue/__pre_init__.py,sha256=NiQUAz7feHFR47QTpMwF324j61IVrOreZsk9wY11cds,153
|
|
3
3
|
pylogue/_modidx.py,sha256=apvAlYvaQgShSh_ZrX7fXSpxDdwPBYIKwEQWdEkVJg8,14209
|
|
4
4
|
pylogue/cards.py,sha256=wsOVNbMczFbyoATkujC7xJAeskYgTqsJmxmkHqzHA-g,5385
|
|
5
5
|
pylogue/chat.py,sha256=RyRADCZWxTjCM3W7FgIj0jQ8WrqhRBzbeFEvS9mTZq4,3982
|
|
6
|
-
pylogue/chatapp.py,sha256=
|
|
6
|
+
pylogue/chatapp.py,sha256=Rn2GMmo7GTatsnAdIuYFTalLMb9qTxS1BmikQUVlE3Y,9973
|
|
7
7
|
pylogue/health.py,sha256=8LWhpVzdj2g6qUcErrg455_6WfOsv3lp82OLLwJPtug,443
|
|
8
8
|
pylogue/renderer.py,sha256=KGo0l-Jo8i2pe8NqwlZsM9Qo3ZBA2EV-osrHnBUWzBA,3862
|
|
9
9
|
pylogue/service.py,sha256=e3GfbQrOPlRIj7j0CZZx_qN2ZI_polOuWqBMm7ySXqs,6917
|
|
10
10
|
pylogue/session.py,sha256=fUyGOFIG8b1clhyyw5c_dapdwrJyzd9K2bOc_qKBQcs,5382
|
|
11
|
-
pylogue-0.2.
|
|
12
|
-
pylogue-0.2.
|
|
13
|
-
pylogue-0.2.
|
|
14
|
-
pylogue-0.2.
|
|
15
|
-
pylogue-0.2.
|
|
16
|
-
pylogue-0.2.
|
|
17
|
-
pylogue-0.2.
|
|
11
|
+
pylogue-0.2.1.dist-info/licenses/AUTHORS.md,sha256=5Viska6TOr9uggc2olSr8VVnu6BFw_F6_64gP42CwQ4,157
|
|
12
|
+
pylogue-0.2.1.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
+
pylogue-0.2.1.dist-info/METADATA,sha256=efMS8zmtNQAeAlcthiuk8oxhkTh5OeYn6Z7kF-ft_vg,1059
|
|
14
|
+
pylogue-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
pylogue-0.2.1.dist-info/entry_points.txt,sha256=ha0gwcGgtciKEhmFcMKJO1efTY9Spu1wcTHUopB1bec,40
|
|
16
|
+
pylogue-0.2.1.dist-info/top_level.txt,sha256=oEueWVdlRAUPQt8VfQdqFEqOWxvUObx3UIa3UYa3s6o,8
|
|
17
|
+
pylogue-0.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|