ziya 0.1.46__py3-none-any.whl → 0.1.48__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.
Potentially problematic release.
This version of ziya might be problematic. Click here for more details.
- app/agents/agent.py +42 -42
- app/agents/prompts.py +3 -3
- app/main.py +11 -3
- app/utils/llm_constants.py +34 -0
- pyproject.toml +6 -2
- templates/asset-manifest.json +14 -14
- templates/index.html +1 -1
- templates/static/css/main.f447c982.css +8 -0
- templates/static/css/main.f447c982.css.map +1 -0
- templates/static/js/main.cb581e8d.js +3 -0
- templates/static/js/{main.50c95184.js.LICENSE.txt → main.cb581e8d.js.LICENSE.txt} +10 -0
- templates/static/js/main.cb581e8d.js.map +1 -0
- templates/static/media/{fa-brands-400.60127e352b7a11f7f1bc.ttf → fa-brands-400.1815e00441357e01619e.ttf} +0 -0
- templates/static/media/fa-brands-400.c210719e60948b211a12.woff2 +0 -0
- templates/static/media/fa-regular-400.89999bdf5d835c012025.woff2 +0 -0
- templates/static/media/{fa-regular-400.eb91f7b948a42799f678.ttf → fa-regular-400.914997e1bdfc990d0897.ttf} +0 -0
- templates/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2 +0 -0
- templates/static/media/{fa-solid-900.bacd5de623fb563b961a.ttf → fa-solid-900.2582b0e4bcf85eceead0.ttf} +0 -0
- templates/static/media/{fa-v4compatibility.c8e090db312b0bea2aa2.ttf → fa-v4compatibility.da94ef451f4969af06e6.ttf} +0 -0
- templates/static/media/fa-v4compatibility.ea8f94e1d22e0d35ccd4.woff2 +0 -0
- {ziya-0.1.46.dist-info → ziya-0.1.48.dist-info}/METADATA +5 -2
- ziya-0.1.48.dist-info/RECORD +39 -0
- templates/static/css/main.8af23da0.css +0 -8
- templates/static/css/main.8af23da0.css.map +0 -1
- templates/static/js/main.50c95184.js +0 -3
- templates/static/js/main.50c95184.js.map +0 -1
- templates/static/media/fa-brands-400.455ea818179b4def0c43.woff2 +0 -0
- templates/static/media/fa-regular-400.21cb8f55d8e0c5b89751.woff2 +0 -0
- templates/static/media/fa-solid-900.4d986b00ff9ca3828fbd.woff2 +0 -0
- templates/static/media/fa-v4compatibility.cf7f5903d06b79ad60f1.woff2 +0 -0
- ziya-0.1.46.dist-info/RECORD +0 -38
- {ziya-0.1.46.dist-info → ziya-0.1.48.dist-info}/LICENSE +0 -0
- {ziya-0.1.46.dist-info → ziya-0.1.48.dist-info}/WHEEL +0 -0
- {ziya-0.1.46.dist-info → ziya-0.1.48.dist-info}/entry_points.txt +0 -0
|
@@ -62,6 +62,8 @@
|
|
|
62
62
|
* LICENSE file in the root directory of this source tree.
|
|
63
63
|
*/
|
|
64
64
|
|
|
65
|
+
/** */
|
|
66
|
+
|
|
65
67
|
/** */
|
|
66
68
|
|
|
67
69
|
/** */
|
|
@@ -80,6 +82,8 @@
|
|
|
80
82
|
|
|
81
83
|
/** */
|
|
82
84
|
|
|
85
|
+
/** */
|
|
86
|
+
|
|
83
87
|
/** */
|
|
84
88
|
|
|
85
89
|
/** */
|
|
@@ -114,6 +118,12 @@
|
|
|
114
118
|
|
|
115
119
|
/** */
|
|
116
120
|
|
|
121
|
+
/** */
|
|
122
|
+
|
|
117
123
|
/** */
|
|
118
124
|
|
|
119
125
|
/** */
|
|
126
|
+
|
|
127
|
+
/** */
|
|
128
|
+
|
|
129
|
+
/** */
|