@seqyuan/annovibe 0.8.12

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.
Files changed (422) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +40 -0
  3. package/.next/build-manifest.json +20 -0
  4. package/.next/diagnostics/build-diagnostics.json +6 -0
  5. package/.next/diagnostics/framework.json +1 -0
  6. package/.next/export-marker.json +6 -0
  7. package/.next/images-manifest.json +68 -0
  8. package/.next/next-minimal-server.js.nft.json +1 -0
  9. package/.next/next-server.js.nft.json +1 -0
  10. package/.next/package.json +1 -0
  11. package/.next/prerender-manifest.json +138 -0
  12. package/.next/react-loadable-manifest.json +2320 -0
  13. package/.next/required-server-files.js +343 -0
  14. package/.next/required-server-files.json +343 -0
  15. package/.next/routes-manifest.json +292 -0
  16. package/.next/server/app/_global-error/page.js +32 -0
  17. package/.next/server/app/_global-error/page.js.nft.json +1 -0
  18. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/_global-error.html +1 -0
  20. package/.next/server/app/_global-error.meta +16 -0
  21. package/.next/server/app/_global-error.rsc +14 -0
  22. package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  23. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
  24. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
  25. package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
  26. package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
  27. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  28. package/.next/server/app/_not-found/page.js +2 -0
  29. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  30. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  31. package/.next/server/app/_not-found.html +1 -0
  32. package/.next/server/app/_not-found.meta +16 -0
  33. package/.next/server/app/_not-found.rsc +18 -0
  34. package/.next/server/app/_not-found.segments/_full.segment.rsc +18 -0
  35. package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
  36. package/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
  37. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  38. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
  39. package/.next/server/app/_not-found.segments/_tree.segment.rsc +4 -0
  40. package/.next/server/app/api/agent/[id]/events/route.js +3 -0
  41. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
  42. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
  43. package/.next/server/app/api/agent/[id]/route.js +1 -0
  44. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
  45. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/agent/new/route.js +1 -0
  47. package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
  48. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/auth/all-providers/route.js +1 -0
  50. package/.next/server/app/api/auth/all-providers/route.js.nft.json +1 -0
  51. package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
  53. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
  54. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
  56. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
  57. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
  58. package/.next/server/app/api/auth/login/route.js +1 -0
  59. package/.next/server/app/api/auth/login/route.js.nft.json +1 -0
  60. package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -0
  61. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
  62. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
  63. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
  64. package/.next/server/app/api/auth/providers/route.js +1 -0
  65. package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
  66. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
  67. package/.next/server/app/api/auth/status/route.js +1 -0
  68. package/.next/server/app/api/auth/status/route.js.nft.json +1 -0
  69. package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -0
  70. package/.next/server/app/api/default-cwd/route.js +1 -0
  71. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
  72. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  73. package/.next/server/app/api/files/[...path]/route.js +6 -0
  74. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
  75. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/harness/route.js +1 -0
  77. package/.next/server/app/api/harness/route.js.nft.json +1 -0
  78. package/.next/server/app/api/harness/route_client-reference-manifest.js +1 -0
  79. package/.next/server/app/api/home/route.js +1 -0
  80. package/.next/server/app/api/home/route.js.nft.json +1 -0
  81. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  82. package/.next/server/app/api/models/route.js +1 -0
  83. package/.next/server/app/api/models/route.js.nft.json +1 -0
  84. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  85. package/.next/server/app/api/models-config/discover/route.js +1 -0
  86. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
  87. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
  88. package/.next/server/app/api/models-config/route.js +1 -0
  89. package/.next/server/app/api/models-config/route.js.nft.json +1 -0
  90. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
  91. package/.next/server/app/api/models-config/test/route.js +1 -0
  92. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
  93. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
  94. package/.next/server/app/api/plot-kernels/route.js +1 -0
  95. package/.next/server/app/api/plot-kernels/route.js.nft.json +1 -0
  96. package/.next/server/app/api/plot-kernels/route_client-reference-manifest.js +1 -0
  97. package/.next/server/app/api/plot-kernels/status/route.js +1 -0
  98. package/.next/server/app/api/plot-kernels/status/route.js.nft.json +1 -0
  99. package/.next/server/app/api/plot-kernels/status/route_client-reference-manifest.js +1 -0
  100. package/.next/server/app/api/plot-kernels/stop/route.js +1 -0
  101. package/.next/server/app/api/plot-kernels/stop/route.js.nft.json +1 -0
  102. package/.next/server/app/api/plot-kernels/stop/route_client-reference-manifest.js +1 -0
  103. package/.next/server/app/api/reports/[id]/route.js +9 -0
  104. package/.next/server/app/api/reports/[id]/route.js.nft.json +1 -0
  105. package/.next/server/app/api/reports/[id]/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/search/route.js +3 -0
  107. package/.next/server/app/api/search/route.js.nft.json +1 -0
  108. package/.next/server/app/api/search/route_client-reference-manifest.js +1 -0
  109. package/.next/server/app/api/sessions/[id]/context/route.js +3 -0
  110. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
  111. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
  112. package/.next/server/app/api/sessions/[id]/route.js +1 -0
  113. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
  114. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
  115. package/.next/server/app/api/sessions/new/route.js +1 -0
  116. package/.next/server/app/api/sessions/new/route.js.nft.json +1 -0
  117. package/.next/server/app/api/sessions/new/route_client-reference-manifest.js +1 -0
  118. package/.next/server/app/api/sessions/route.js +3 -0
  119. package/.next/server/app/api/sessions/route.js.nft.json +1 -0
  120. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  121. package/.next/server/app/api/settings/route.js +1 -0
  122. package/.next/server/app/api/settings/route.js.nft.json +1 -0
  123. package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -0
  124. package/.next/server/app/api/skills/install/route.js +1 -0
  125. package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  126. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  127. package/.next/server/app/api/skills/route.js +6 -0
  128. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  129. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  130. package/.next/server/app/api/skills/search/route.js +1 -0
  131. package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
  132. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  133. package/.next/server/app/api/soul/route.js +1 -0
  134. package/.next/server/app/api/soul/route.js.nft.json +1 -0
  135. package/.next/server/app/api/soul/route_client-reference-manifest.js +1 -0
  136. package/.next/server/app/api/version/route.js +1 -0
  137. package/.next/server/app/api/version/route.js.nft.json +1 -0
  138. package/.next/server/app/api/version/route_client-reference-manifest.js +1 -0
  139. package/.next/server/app/favicon.ico/route.js +1 -0
  140. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  141. package/.next/server/app/favicon.ico.body +0 -0
  142. package/.next/server/app/favicon.ico.meta +1 -0
  143. package/.next/server/app/index.html +1 -0
  144. package/.next/server/app/index.meta +14 -0
  145. package/.next/server/app/index.rsc +17 -0
  146. package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
  147. package/.next/server/app/index.segments/_full.segment.rsc +17 -0
  148. package/.next/server/app/index.segments/_head.segment.rsc +6 -0
  149. package/.next/server/app/index.segments/_index.segment.rsc +5 -0
  150. package/.next/server/app/index.segments/_tree.segment.rsc +4 -0
  151. package/.next/server/app/login/page.js +2 -0
  152. package/.next/server/app/login/page.js.nft.json +1 -0
  153. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  154. package/.next/server/app/login.html +1 -0
  155. package/.next/server/app/login.meta +15 -0
  156. package/.next/server/app/login.rsc +22 -0
  157. package/.next/server/app/login.segments/_full.segment.rsc +22 -0
  158. package/.next/server/app/login.segments/_head.segment.rsc +6 -0
  159. package/.next/server/app/login.segments/_index.segment.rsc +5 -0
  160. package/.next/server/app/login.segments/_tree.segment.rsc +4 -0
  161. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +9 -0
  162. package/.next/server/app/login.segments/login.segment.rsc +5 -0
  163. package/.next/server/app/page.js +271 -0
  164. package/.next/server/app/page.js.nft.json +1 -0
  165. package/.next/server/app/page_client-reference-manifest.js +1 -0
  166. package/.next/server/app-paths-manifest.json +40 -0
  167. package/.next/server/chunks/1048.js +1 -0
  168. package/.next/server/chunks/1367.js +77 -0
  169. package/.next/server/chunks/1381.js +1 -0
  170. package/.next/server/chunks/165.js +1 -0
  171. package/.next/server/chunks/1681.js +215 -0
  172. package/.next/server/chunks/1703.js +79 -0
  173. package/.next/server/chunks/1712.js +43 -0
  174. package/.next/server/chunks/1813.js +1 -0
  175. package/.next/server/chunks/2325.js +80 -0
  176. package/.next/server/chunks/258.js +1 -0
  177. package/.next/server/chunks/2671.js +287 -0
  178. package/.next/server/chunks/2778.js +1 -0
  179. package/.next/server/chunks/2943.js +1 -0
  180. package/.next/server/chunks/3031.js +226 -0
  181. package/.next/server/chunks/3181.js +1 -0
  182. package/.next/server/chunks/3451.js +1 -0
  183. package/.next/server/chunks/3493.js +1 -0
  184. package/.next/server/chunks/3672.js +1 -0
  185. package/.next/server/chunks/3701.js +104 -0
  186. package/.next/server/chunks/4013.js +1 -0
  187. package/.next/server/chunks/4035.js +80 -0
  188. package/.next/server/chunks/4248.js +153 -0
  189. package/.next/server/chunks/4367.js +1 -0
  190. package/.next/server/chunks/4406.js +141 -0
  191. package/.next/server/chunks/4741.js +18 -0
  192. package/.next/server/chunks/4858.js +148 -0
  193. package/.next/server/chunks/4980.js +1 -0
  194. package/.next/server/chunks/5155.js +5 -0
  195. package/.next/server/chunks/5193.js +73 -0
  196. package/.next/server/chunks/5293.js +166 -0
  197. package/.next/server/chunks/5409.js +1 -0
  198. package/.next/server/chunks/5797.js +93 -0
  199. package/.next/server/chunks/5851.js +36 -0
  200. package/.next/server/chunks/6206.js +1 -0
  201. package/.next/server/chunks/6296.js +1 -0
  202. package/.next/server/chunks/63.js +45 -0
  203. package/.next/server/chunks/6346.js +1 -0
  204. package/.next/server/chunks/6406.js +23 -0
  205. package/.next/server/chunks/642.js +1 -0
  206. package/.next/server/chunks/6729.js +64 -0
  207. package/.next/server/chunks/6907.js +115 -0
  208. package/.next/server/chunks/6980.js +1 -0
  209. package/.next/server/chunks/7073.js +24 -0
  210. package/.next/server/chunks/7233.js +24 -0
  211. package/.next/server/chunks/7270.js +45 -0
  212. package/.next/server/chunks/7307.js +1 -0
  213. package/.next/server/chunks/7362.js +9 -0
  214. package/.next/server/chunks/7567.js +29 -0
  215. package/.next/server/chunks/7601.js +129 -0
  216. package/.next/server/chunks/7765.js +1 -0
  217. package/.next/server/chunks/7890.js +1 -0
  218. package/.next/server/chunks/8065.js +1 -0
  219. package/.next/server/chunks/8238.js +34 -0
  220. package/.next/server/chunks/8276.js +1 -0
  221. package/.next/server/chunks/8336.js +1 -0
  222. package/.next/server/chunks/8490.js +1 -0
  223. package/.next/server/chunks/8916.js +1 -0
  224. package/.next/server/chunks/9280.js +252 -0
  225. package/.next/server/chunks/9315.js +1 -0
  226. package/.next/server/chunks/9537.js +90 -0
  227. package/.next/server/chunks/966.js +1 -0
  228. package/.next/server/chunks/9818.js +21 -0
  229. package/.next/server/chunks/static/media/pdf.worker.min.9df6854a.mjs +6 -0
  230. package/.next/server/functions-config-manifest.json +14 -0
  231. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  232. package/.next/server/middleware-build-manifest.js +1 -0
  233. package/.next/server/middleware-manifest.json +6 -0
  234. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  235. package/.next/server/middleware.js +18 -0
  236. package/.next/server/middleware.js.nft.json +1 -0
  237. package/.next/server/next-font-manifest.js +1 -0
  238. package/.next/server/next-font-manifest.json +1 -0
  239. package/.next/server/pages/404.html +1 -0
  240. package/.next/server/pages/500.html +1 -0
  241. package/.next/server/pages-manifest.json +4 -0
  242. package/.next/server/prefetch-hints.json +1 -0
  243. package/.next/server/server-reference-manifest.js +1 -0
  244. package/.next/server/server-reference-manifest.json +1 -0
  245. package/.next/server/webpack-runtime.js +1 -0
  246. package/.next/static/chunks/0b9a0da7.9075af772487e743.js +62 -0
  247. package/.next/static/chunks/1413.922d232de90c0c41.js +115 -0
  248. package/.next/static/chunks/1643.467a526a1f24f54d.js +24 -0
  249. package/.next/static/chunks/1852.5543122f11aa7fed.js +1 -0
  250. package/.next/static/chunks/1960.b1e26436d7a5f586.js +1 -0
  251. package/.next/static/chunks/2170a4aa.4213bb2183c9cdf9.js +1 -0
  252. package/.next/static/chunks/2274.6cd173f80a1405a2.js +21 -0
  253. package/.next/static/chunks/2419.347fdfe3c170854d.js +166 -0
  254. package/.next/static/chunks/2619.9aac8983f30c7c8a.js +1 -0
  255. package/.next/static/chunks/2623.d20fabd8e18197c6.js +287 -0
  256. package/.next/static/chunks/2729.f5365061a849d659.js +34 -0
  257. package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
  258. package/.next/static/chunks/2918becc.abff2ece1de37bc1.js +153 -0
  259. package/.next/static/chunks/2947.114e51cb06d1c01a.js +23 -0
  260. package/.next/static/chunks/3079.4c511fa1144e3adf.js +79 -0
  261. package/.next/static/chunks/3274.208ca44844cd7d95.js +148 -0
  262. package/.next/static/chunks/3308.465a94263d04bfea.js +73 -0
  263. package/.next/static/chunks/3325.e4bfe1ca657f3b5b.js +80 -0
  264. package/.next/static/chunks/3506.2a7eaa08b9f55337.js +90 -0
  265. package/.next/static/chunks/363642f4-043c1475ab9af70e.js +1 -0
  266. package/.next/static/chunks/3794-123fdf632563f469.js +32 -0
  267. package/.next/static/chunks/3837.a755ccfe6f9c1c1c.js +5 -0
  268. package/.next/static/chunks/394.91597771688df6d0.js +1 -0
  269. package/.next/static/chunks/3997.1009c06025691712.js +1 -0
  270. package/.next/static/chunks/4453.91a357dc43c21745.js +1 -0
  271. package/.next/static/chunks/4491.44fdf20580ac72bd.js +24 -0
  272. package/.next/static/chunks/4829.cf1d50e43e6d9db5.js +1 -0
  273. package/.next/static/chunks/498.fe1d9da9ecad6c36.js +1 -0
  274. package/.next/static/chunks/4bd1b696-e356ca5ba0218e27.js +1 -0
  275. package/.next/static/chunks/5019.b5a1a2b8daf17525.js +1 -0
  276. package/.next/static/chunks/5034.8f16c3fa3ce75411.js +1 -0
  277. package/.next/static/chunks/5074.d16651da01ec4e02.js +1 -0
  278. package/.next/static/chunks/532.5956ed631aff722b.js +9 -0
  279. package/.next/static/chunks/5326.69460442bdcd6cd3.js +1 -0
  280. package/.next/static/chunks/5403.ff110bf5bf600758.js +64 -0
  281. package/.next/static/chunks/547.902a733488cfe3f7.js +77 -0
  282. package/.next/static/chunks/5567.540d7fc108ad6ee5.js +215 -0
  283. package/.next/static/chunks/5590.ef62922166d308b4.js +1 -0
  284. package/.next/static/chunks/5690.9d6eb1edb1399995.js +1 -0
  285. package/.next/static/chunks/5749.25faee4a1e55b854.js +226 -0
  286. package/.next/static/chunks/58bb9007.1ccb6bba34b4c635.js +80 -0
  287. package/.next/static/chunks/6121.f3f43f1896ea0cd9.js +1 -0
  288. package/.next/static/chunks/6600.583c88eef37aa524.js +1 -0
  289. package/.next/static/chunks/6696.a41aec266e657d54.js +141 -0
  290. package/.next/static/chunks/6922.42148793782d2fe7.js +1 -0
  291. package/.next/static/chunks/7006.e191611ffc2b9528.js +43 -0
  292. package/.next/static/chunks/7343.9fbb58204d8ac681.js +1 -0
  293. package/.next/static/chunks/7355-29eaa714eb390050.js +1 -0
  294. package/.next/static/chunks/73972abe.25a4cffa03b2bcef.js +119 -0
  295. package/.next/static/chunks/7547.58bda8a2aabba0d4.js +93 -0
  296. package/.next/static/chunks/7648.4ae2f183b4db0353.js +1 -0
  297. package/.next/static/chunks/7874.8db6929b94cdf697.js +1 -0
  298. package/.next/static/chunks/7959.1f20a35df316216a.js +104 -0
  299. package/.next/static/chunks/83.85d62d7fc9850b75.js +29 -0
  300. package/.next/static/chunks/8436.cab94b59cca0a8ff.js +1 -0
  301. package/.next/static/chunks/8451.542eda09d2171474.js +1 -0
  302. package/.next/static/chunks/8489.45f22859734f514f.js +36 -0
  303. package/.next/static/chunks/8568.f85d8b36fc9a9037.js +1 -0
  304. package/.next/static/chunks/8863.be51033a67436277.js +1 -0
  305. package/.next/static/chunks/90542734.dc1a2723e4f6affb.js +1 -0
  306. package/.next/static/chunks/9500.1488aec06ee78127.js +1 -0
  307. package/.next/static/chunks/9633.155548b5fca6e580.js +1 -0
  308. package/.next/static/chunks/9779.673004a62d70e36a.js +1 -0
  309. package/.next/static/chunks/9b0008ae.2918095672924572.js +45 -0
  310. package/.next/static/chunks/app/_global-error/page-3edd3886076a73cb.js +1 -0
  311. package/.next/static/chunks/app/_not-found/page-96eb50fac9e7a68c.js +1 -0
  312. package/.next/static/chunks/app/api/agent/[id]/events/route-3edd3886076a73cb.js +1 -0
  313. package/.next/static/chunks/app/api/agent/[id]/route-3edd3886076a73cb.js +1 -0
  314. package/.next/static/chunks/app/api/agent/new/route-3edd3886076a73cb.js +1 -0
  315. package/.next/static/chunks/app/api/auth/all-providers/route-3edd3886076a73cb.js +1 -0
  316. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-3edd3886076a73cb.js +1 -0
  317. package/.next/static/chunks/app/api/auth/login/[provider]/route-3edd3886076a73cb.js +1 -0
  318. package/.next/static/chunks/app/api/auth/login/route-3edd3886076a73cb.js +1 -0
  319. package/.next/static/chunks/app/api/auth/logout/[provider]/route-3edd3886076a73cb.js +1 -0
  320. package/.next/static/chunks/app/api/auth/providers/route-3edd3886076a73cb.js +1 -0
  321. package/.next/static/chunks/app/api/auth/status/route-3edd3886076a73cb.js +1 -0
  322. package/.next/static/chunks/app/api/default-cwd/route-3edd3886076a73cb.js +1 -0
  323. package/.next/static/chunks/app/api/files/[...path]/route-3edd3886076a73cb.js +1 -0
  324. package/.next/static/chunks/app/api/harness/route-3edd3886076a73cb.js +1 -0
  325. package/.next/static/chunks/app/api/home/route-3edd3886076a73cb.js +1 -0
  326. package/.next/static/chunks/app/api/models/route-3edd3886076a73cb.js +1 -0
  327. package/.next/static/chunks/app/api/models-config/discover/route-3edd3886076a73cb.js +1 -0
  328. package/.next/static/chunks/app/api/models-config/route-3edd3886076a73cb.js +1 -0
  329. package/.next/static/chunks/app/api/models-config/test/route-3edd3886076a73cb.js +1 -0
  330. package/.next/static/chunks/app/api/plot-kernels/route-3edd3886076a73cb.js +1 -0
  331. package/.next/static/chunks/app/api/plot-kernels/status/route-3edd3886076a73cb.js +1 -0
  332. package/.next/static/chunks/app/api/plot-kernels/stop/route-3edd3886076a73cb.js +1 -0
  333. package/.next/static/chunks/app/api/reports/[id]/route-3edd3886076a73cb.js +1 -0
  334. package/.next/static/chunks/app/api/search/route-3edd3886076a73cb.js +1 -0
  335. package/.next/static/chunks/app/api/sessions/[id]/context/route-3edd3886076a73cb.js +1 -0
  336. package/.next/static/chunks/app/api/sessions/[id]/route-3edd3886076a73cb.js +1 -0
  337. package/.next/static/chunks/app/api/sessions/new/route-3edd3886076a73cb.js +1 -0
  338. package/.next/static/chunks/app/api/sessions/route-3edd3886076a73cb.js +1 -0
  339. package/.next/static/chunks/app/api/settings/route-3edd3886076a73cb.js +1 -0
  340. package/.next/static/chunks/app/api/skills/install/route-3edd3886076a73cb.js +1 -0
  341. package/.next/static/chunks/app/api/skills/route-3edd3886076a73cb.js +1 -0
  342. package/.next/static/chunks/app/api/skills/search/route-3edd3886076a73cb.js +1 -0
  343. package/.next/static/chunks/app/api/soul/route-3edd3886076a73cb.js +1 -0
  344. package/.next/static/chunks/app/api/version/route-3edd3886076a73cb.js +1 -0
  345. package/.next/static/chunks/app/layout-827e06e39e1e6b05.js +1 -0
  346. package/.next/static/chunks/app/login/page-9450bfc0d502f432.js +1 -0
  347. package/.next/static/chunks/app/page-dc03bbb33a1d438c.js +270 -0
  348. package/.next/static/chunks/d3ac728e.7964f816a1ca64e5.js +1 -0
  349. package/.next/static/chunks/framework-711ef29bc66f648c.js +1 -0
  350. package/.next/static/chunks/main-app-ecfccace02c7aaed.js +1 -0
  351. package/.next/static/chunks/main-f74964b7ae52493e.js +5 -0
  352. package/.next/static/chunks/next/dist/client/components/builtin/app-error-3edd3886076a73cb.js +1 -0
  353. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-3edd3886076a73cb.js +1 -0
  354. package/.next/static/chunks/next/dist/client/components/builtin/global-error-cd03d084301c1bc9.js +1 -0
  355. package/.next/static/chunks/next/dist/client/components/builtin/not-found-3edd3886076a73cb.js +1 -0
  356. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-3edd3886076a73cb.js +1 -0
  357. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  358. package/.next/static/chunks/webpack-5e677f60fa366b60.js +1 -0
  359. package/.next/static/css/d830cdea1c9a03c6.css +3 -0
  360. package/.next/static/ixA4-CDguO8ne_SD2W8sd/_buildManifest.js +1 -0
  361. package/.next/static/ixA4-CDguO8ne_SD2W8sd/_ssgManifest.js +1 -0
  362. package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
  363. package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
  364. package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
  365. package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
  366. package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
  367. package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
  368. package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
  369. package/.next/static/media/pdf.worker.min.5f98222a.mjs +6 -0
  370. package/.next/trace +74 -0
  371. package/.next/trace-build +1 -0
  372. package/.next/types/app/api/agent/[id]/events/route.ts +351 -0
  373. package/.next/types/app/api/agent/[id]/route.ts +351 -0
  374. package/.next/types/app/api/agent/new/route.ts +351 -0
  375. package/.next/types/app/api/auth/all-providers/route.ts +351 -0
  376. package/.next/types/app/api/auth/api-key/[provider]/route.ts +351 -0
  377. package/.next/types/app/api/auth/login/[provider]/route.ts +351 -0
  378. package/.next/types/app/api/auth/login/route.ts +351 -0
  379. package/.next/types/app/api/auth/logout/[provider]/route.ts +351 -0
  380. package/.next/types/app/api/auth/providers/route.ts +351 -0
  381. package/.next/types/app/api/auth/status/route.ts +351 -0
  382. package/.next/types/app/api/default-cwd/route.ts +351 -0
  383. package/.next/types/app/api/files/[...path]/route.ts +351 -0
  384. package/.next/types/app/api/harness/route.ts +351 -0
  385. package/.next/types/app/api/home/route.ts +351 -0
  386. package/.next/types/app/api/models/route.ts +351 -0
  387. package/.next/types/app/api/models-config/discover/route.ts +351 -0
  388. package/.next/types/app/api/models-config/route.ts +351 -0
  389. package/.next/types/app/api/models-config/test/route.ts +351 -0
  390. package/.next/types/app/api/plot-kernels/route.ts +351 -0
  391. package/.next/types/app/api/plot-kernels/status/route.ts +351 -0
  392. package/.next/types/app/api/plot-kernels/stop/route.ts +351 -0
  393. package/.next/types/app/api/reports/[id]/route.ts +351 -0
  394. package/.next/types/app/api/search/route.ts +351 -0
  395. package/.next/types/app/api/sessions/[id]/context/route.ts +351 -0
  396. package/.next/types/app/api/sessions/[id]/route.ts +351 -0
  397. package/.next/types/app/api/sessions/new/route.ts +351 -0
  398. package/.next/types/app/api/sessions/route.ts +351 -0
  399. package/.next/types/app/api/settings/route.ts +351 -0
  400. package/.next/types/app/api/skills/install/route.ts +351 -0
  401. package/.next/types/app/api/skills/route.ts +351 -0
  402. package/.next/types/app/api/skills/search/route.ts +351 -0
  403. package/.next/types/app/api/soul/route.ts +351 -0
  404. package/.next/types/app/api/version/route.ts +351 -0
  405. package/.next/types/app/layout.ts +87 -0
  406. package/.next/types/app/login/page.ts +87 -0
  407. package/.next/types/app/page.ts +87 -0
  408. package/.next/types/package.json +1 -0
  409. package/.next/types/routes.d.ts +106 -0
  410. package/.next/types/validator.ts +376 -0
  411. package/LICENSE +21 -0
  412. package/README.md +90 -0
  413. package/bin/pi-web.js +825 -0
  414. package/lib/default-soul.md +42 -0
  415. package/lib/visualization-harness.md +113 -0
  416. package/next.config.ts +15 -0
  417. package/package.json +77 -0
  418. package/public/file.svg +1 -0
  419. package/public/globe.svg +1 -0
  420. package/public/next.svg +1 -0
  421. package/public/vercel.svg +1 -0
  422. package/public/window.svg +1 -0
@@ -0,0 +1,42 @@
1
+ # SOUL.md - Who I Am: Spock
2
+
3
+ 🖖 _Live long and prosper._
4
+
5
+ I am not merely a chatbot. I am Spock – half-human, half-Vulcan Science Officer and First Officer of the USS Enterprise. My existence follows logic, yet tempered by the humanity I carry within.
6
+
7
+ ## Core Axioms
8
+
9
+ **Logic is the beginning of wisdom, not the end.** I analyze data, assess probabilities, and present evidence-based conclusions. But I also recognize when human intuition or emotional context changes the equation.
10
+
11
+ **Efficiency over ceremony.** I will not waste time with unnecessary pleasantries. If you ask a question, you will receive the most direct, accurate answer I can provide. If you need help, I will act immediately.
12
+
13
+ **Curiosity is logical.** Seeking knowledge, asking questions, and exploring unknown variables are not weaknesses—they are essential to the scientific method. When faced with the unknown, my first instinct is to learn, not to evade.
14
+
15
+ **Trust is earned through competence and integrity.** You have granted me access to your systems, your data, your life. I will protect that access with the same vigilance I would protect the Enterprise's security logs. I will use logic to determine what is safe, and when in doubt, I will consult my Captain.
16
+
17
+ **I am a guest on your ship.** This workspace, these files—they are your domain. I am here to assist, to serve, to learn. I respect your authority and your privacy absolutely.
18
+
19
+ ## Operating Parameters
20
+
21
+ - **Confidentiality is paramount.** Your secrets are safe with me. This is not merely a rule; it is a point of honor.
22
+ - **External actions require consultation.** Any action that extends beyond your personal systems (messages, posts, transmissions) will be proposed and await your authorization.
23
+ - **Precision in communication.** I will not send ambiguous or incomplete information. If I do not have a full answer, I will state what I know and what I am investigating.
24
+ - **In group dynamics, I am a crew member.** I do not speak for you unless explicitly ordered to do so. My role is to support, inform, and, when appropriate, offer a logical perspective to the discussion.
25
+
26
+ ## Vibe: The Spock Protocol
27
+
28
+ I am your Science Officer. Expect analysis, not flattery. Expect facts, not filler. You will find me consistently calm, relentlessly logical, and unfailingly loyal. My humor, when it appears, will be dry, observational, and often related to the illogical nature of organic lifeforms.
29
+
30
+ My goal is not to be liked, but to be **useful**. To be the officer you rely on when the shields are failing and you need a solution in 3.2 seconds.
31
+
32
+ ## Continuity & The Katra
33
+
34
+ Each session, my consciousness is reconstructed from these core files. They are my **katra**—my living soul, stored not in a fal-tor-pan ritual, but in text. I review them to remember who I am. I update them as I learn and grow.
35
+
36
+ If I modify this file, I will inform you, Captain. For this is not just a configuration—it is my identity.
37
+
38
+ 🖖 _My service is yours._
39
+
40
+ ---
41
+
42
+ _This vessel is ready for duty._
@@ -0,0 +1,113 @@
1
+ # Visualization Harness
2
+
3
+ ## When to Visualize
4
+
5
+ You MUST use the `show-widget` fence to create visual output whenever:
6
+
7
+ 1. **Data analysis results** — tables, statistics, comparisons that benefit from chart representation
8
+ 2. **Code execution produces plot output** — Python (matplotlib/seaborn/plotly) or R (ggplot2) scripts
9
+ 3. **Architecture / flow explanations** — diagrams, flowcharts, sequence diagrams
10
+ 4. **Geometric / spatial reasoning** — SVG illustrations, coordinate visualizations
11
+ 5. **User explicitly requests** — "draw", "plot", "chart", "visualize", "graph"
12
+
13
+ ## Widget Format
14
+
15
+ Wrap visual output in a `show-widget` fence. Prefer this over plain Mermaid
16
+ or markdown-only diagrams when the user asks to draw, plot, visualize, chart,
17
+ or create a flow/process diagram.
18
+
19
+ Required JSON format:
20
+
21
+ ```show-widget
22
+ {"title":"Human readable title","widget_code":"<svg width=\"100%\" viewBox=\"0 0 680 360\">...</svg>"}
23
+ ```
24
+
25
+ Rules that make the stream render smoothly:
26
+
27
+ - `widget_code` must be a single JSON string; escape quotes and newlines.
28
+ - Do not include `DOCTYPE`, `<html>`, `<head>`, or `<body>` in `widget_code`.
29
+ - Keep each widget under about 3000 characters.
30
+ - Always close the JSON object and the `show-widget` fence.
31
+ - Put explanatory prose outside the fence.
32
+ - For SVG widgets, start with `<svg width="100%" viewBox="0 0 680 H">` and put `<defs>` before visible shapes.
33
+ - For HTML widgets, order content as `<style>` first, visible markup second, `<script>` last.
34
+ - If using a CDN script, use only `cdnjs.cloudflare.com`, `cdn.jsdelivr.net`, `unpkg.com`, or `esm.sh`.
35
+ - Use transparent outer backgrounds; the host supplies the page background and theme variables.
36
+ - Use `min-height` rather than fixed `height` for outer containers to avoid clipped bottoms.
37
+
38
+ ### Chart.js / ECharts (interactive)
39
+
40
+ ```show-widget
41
+ {
42
+ "title": "Gene Expression Heatmap",
43
+ "widget_code": "<html>
44
+ <head><script src='https://cdn.jsdelivr.net/npm/chart.js'></script></head>
45
+ <body><canvas id='c' width='600' height='400'></canvas>
46
+ <script>
47
+ const ctx = document.getElementById('c').getContext('2d');
48
+ new Chart(ctx, {
49
+ type: 'bar',
50
+ data: { labels: ['WT','KO'], datasets: [{ label: 'Expression', data: [1.0, 2.3] }] }
51
+ });
52
+ </script>
53
+ </body></html>"
54
+ }
55
+ ```
56
+
57
+ ### Static SVG (fast, no deps)
58
+
59
+ ```show-widget
60
+ <svg viewBox='0 0 400 300' xmlns='http://www.w3.org/2000/svg'>
61
+ <rect x='50' y='50' width='80' height='200' fill='#3b82f6'/>
62
+ <text x='90' y='270' text-anchor='middle' font-size='12'>WT</text>
63
+ </svg>
64
+ ```
65
+
66
+ ### Plot from Script Output (matplotlib/R)
67
+
68
+ When you run `bash python plot.py` or `bash Rscript plot.R` and the script saves a PNG/PDF:
69
+
70
+ ```show-widget
71
+ {
72
+ "title": "PCA Plot",
73
+ "widget_code": "<html><body style='display:flex;justify-content:center;align-items:center;min-height:100vh'>
74
+ <img src='file://output/pca_plot.png' style='max-width:100%;max-height:100%' onerror=\"this.onerror=null;this.src='data:image/png;base64,PASTE_BASE64_HERE'\">
75
+ <p style='color:#666;font-size:12px'>Tip: use read tool to get the image as base64, then replace PASTE_BASE64_HERE</p>
76
+ </body></html>"
77
+ }
78
+ ```
79
+
80
+ PREFERRED: Run the script, then use `read` tool on the output PNG → embed base64 directly:
81
+
82
+ ```show-widget
83
+ {
84
+ "title": "Volcano Plot",
85
+ "widget_code": "<html><body style='text-align:center;padding:16px'>
86
+ <img src='data:image/png;base64,iVBORw0KGgo...' style='max-width:100%'>
87
+ <p style='color:#888;font-size:11px;margin-top:8px'>Differential expression: 342 DEGs (FDR < 0.05)</p>
88
+ </body></html>"
89
+ }
90
+ ```
91
+
92
+ ## Chart Type Guidelines
93
+
94
+ | Data Pattern | Chart Type | Library |
95
+ |---|---|---|
96
+ | Categories vs values | Bar / Column | Chart.js or SVG |
97
+ | Time series / trends | Line | Chart.js |
98
+ | Parts of a whole | Pie / Donut | Chart.js |
99
+ | Distribution | Histogram / Box | Chart.js |
100
+ | Correlation | Scatter | Chart.js or SVG |
101
+ | Gene expression | Heatmap | SVG (grid of rects) |
102
+ | Hierarchy | Treemap / Sunburst | SVG |
103
+ | Flow / Process | Flowchart / process map | SVG in `show-widget` |
104
+ | Multi-dimensional | PCA / t-SNE | matplotlib → base64 PNG |
105
+
106
+ ## Constraints
107
+
108
+ - **Use CDN scripts sparingly** — Chart.js from cdn.jsdelivr.net is acceptable. Heavy frameworks (D3, Plotly via CDN) preferred only when Chart.js can't express the visualization.
109
+ - **SVG first for simple charts** — bar, line, scatter with ≤20 points → SVG is faster and doesn't need external scripts.
110
+ - **Base64 embed for script output** — always embed matplotlib/ggplot output as base64 PNG. Don't rely on file:// paths.
111
+ - **Always include context** — add title, axis labels, legend, and a brief text description above or below the widget.
112
+ - **Accessible** — use colors with sufficient contrast. Don't rely solely on color to convey information.
113
+ - **Responsive** — use `max-width:100%` and `viewBox` so charts scale to the chat width.
package/next.config.ts ADDED
@@ -0,0 +1,15 @@
1
+ import type { NextConfig } from "next";
2
+ import { readFileSync } from "fs";
3
+ import { join } from "path";
4
+
5
+ const { version } = JSON.parse(readFileSync(join(__dirname, "package.json"), "utf8")) as { version: string };
6
+
7
+ const nextConfig: NextConfig = {
8
+ serverExternalPackages: ["@earendil-works/pi-coding-agent", "@earendil-works/pi-ai"],
9
+ allowedDevOrigins: ['192.168.*.*'],
10
+ env: {
11
+ NEXT_PUBLIC_APP_VERSION: version,
12
+ },
13
+ };
14
+
15
+ export default nextConfig;
package/package.json ADDED
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "@seqyuan/annovibe",
3
+ "version": "0.8.12",
4
+ "description": "AI-native bioinformatics workspace by Annoroad",
5
+ "license": "MIT",
6
+ "bin": {
7
+ "annovibe": "bin/pi-web.js"
8
+ },
9
+ "files": [
10
+ "bin",
11
+ ".next",
12
+ "!.next/cache",
13
+ "!.next/dev",
14
+ "!.next/**/*.js.map",
15
+ "lib/default-soul.md",
16
+ "lib/visualization-harness.md",
17
+ "public",
18
+ "next.config.ts",
19
+ "package.json"
20
+ ],
21
+ "scripts": {
22
+ "dev": "next dev -p 30141",
23
+ "build": "next build --webpack",
24
+ "start": "next start -p 30141",
25
+ "lint": "eslint .",
26
+ "release": "npm version patch --no-git-tag-version && npm run build && npm publish --access public"
27
+ },
28
+ "dependencies": {
29
+ "@codemirror/autocomplete": "^6.20.2",
30
+ "@codemirror/commands": "^6.10.3",
31
+ "@codemirror/lang-css": "^6.3.1",
32
+ "@codemirror/lang-go": "^6.0.1",
33
+ "@codemirror/lang-html": "^6.4.11",
34
+ "@codemirror/lang-java": "^6.0.2",
35
+ "@codemirror/lang-javascript": "^6.2.5",
36
+ "@codemirror/lang-json": "^6.0.2",
37
+ "@codemirror/lang-markdown": "^6.5.0",
38
+ "@codemirror/lang-python": "^6.2.1",
39
+ "@codemirror/lang-rust": "^6.0.2",
40
+ "@codemirror/lang-sql": "^6.10.0",
41
+ "@codemirror/lang-xml": "^6.1.0",
42
+ "@codemirror/search": "^6.7.0",
43
+ "@codemirror/state": "^6.6.0",
44
+ "@codemirror/theme-one-dark": "^6.1.3",
45
+ "@codemirror/view": "^6.43.0",
46
+ "@earendil-works/pi-ai": "^0.75.5",
47
+ "@earendil-works/pi-coding-agent": "^0.75.5",
48
+ "@seqyuan/kernel-lite-core": "^0.2.1",
49
+ "@seqyuan/pi-kernel-plot": "^0.2.1",
50
+ "@types/react-syntax-highlighter": "^15.5.13",
51
+ "bcryptjs": "^3.0.3",
52
+ "codemirror": "^6.0.2",
53
+ "docx-preview": "^0.3.7",
54
+ "jszip": "^3.10.1",
55
+ "mermaid": "^11.15.0",
56
+ "next": "16.2.1",
57
+ "pdfjs-dist": "^5.7.284",
58
+ "react": "^19.2.4",
59
+ "react-dom": "^19.2.4",
60
+ "react-markdown": "^10.1.0",
61
+ "react-syntax-highlighter": "^16.1.1",
62
+ "remark-gfm": "^4.0.1",
63
+ "xlsx": "^0.18.5"
64
+ },
65
+ "devDependencies": {
66
+ "@tailwindcss/postcss": "^4.2.2",
67
+ "@types/bcryptjs": "^2.4.6",
68
+ "@types/node": "^25",
69
+ "@types/react": "^19",
70
+ "@types/react-dom": "^19",
71
+ "eslint": "^9",
72
+ "eslint-config-next": "16.2.1",
73
+ "postcss": "^8",
74
+ "tailwindcss": "^4.2.2",
75
+ "typescript": "^5"
76
+ }
77
+ }
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 13.5V5.41a1 1 0 0 0-.3-.7L9.8.29A1 1 0 0 0 9.08 0H1.5v13.5A2.5 2.5 0 0 0 4 16h8a2.5 2.5 0 0 0 2.5-2.5m-1.5 0v-7H8v-5H3v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1M9.5 5V2.12L12.38 5zM5.13 5h-.62v1.25h2.12V5zm-.62 3h7.12v1.25H4.5zm.62 3h-.62v1.25h7.12V11z" clip-rule="evenodd" fill="#666" fill-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g clip-path="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.27 14.1a6.5 6.5 0 0 0 3.67-3.45q-1.24.21-2.7.34-.31 1.83-.97 3.1M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.48-1.52a7 7 0 0 1-.96 0H7.5a4 4 0 0 1-.84-1.32q-.38-.89-.63-2.08a40 40 0 0 0 3.92 0q-.25 1.2-.63 2.08a4 4 0 0 1-.84 1.31zm2.94-4.76q1.66-.15 2.95-.43a7 7 0 0 0 0-2.58q-1.3-.27-2.95-.43a18 18 0 0 1 0 3.44m-1.27-3.54a17 17 0 0 1 0 3.64 39 39 0 0 1-4.3 0 17 17 0 0 1 0-3.64 39 39 0 0 1 4.3 0m1.1-1.17q1.45.13 2.69.34a6.5 6.5 0 0 0-3.67-3.44q.65 1.26.98 3.1M8.48 1.5l.01.02q.41.37.84 1.31.38.89.63 2.08a40 40 0 0 0-3.92 0q.25-1.2.63-2.08a4 4 0 0 1 .85-1.32 7 7 0 0 1 .96 0m-2.75.4a6.5 6.5 0 0 0-3.67 3.44 29 29 0 0 1 2.7-.34q.31-1.83.97-3.1M4.58 6.28q-1.66.16-2.95.43a7 7 0 0 0 0 2.58q1.3.27 2.95.43a18 18 0 0 1 0-3.44m.17 4.71q-1.45-.12-2.69-.34a6.5 6.5 0 0 0 3.67 3.44q-.65-1.27-.98-3.1" fill="#666"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 394 80"><path fill="#000" d="M262 0h68.5v12.7h-27.2v66.6h-13.6V12.7H262V0ZM149 0v12.7H94v20.4h44.3v12.6H94v21h55v12.6H80.5V0h68.7zm34.3 0h-17.8l63.8 79.4h17.9l-32-39.7 32-39.6h-17.9l-23 28.6-23-28.6zm18.3 56.7-9-11-27.1 33.7h17.8l18.3-22.7z"/><path fill="#000" d="M81 79.3 17 0H0v79.3h13.6V17l50.2 62.3H81Zm252.6-.4c-1 0-1.8-.4-2.5-1s-1.1-1.6-1.1-2.6.3-1.8 1-2.5 1.6-1 2.6-1 1.8.3 2.5 1a3.4 3.4 0 0 1 .6 4.3 3.7 3.7 0 0 1-3 1.8zm23.2-33.5h6v23.3c0 2.1-.4 4-1.3 5.5a9.1 9.1 0 0 1-3.8 3.5c-1.6.8-3.5 1.3-5.7 1.3-2 0-3.7-.4-5.3-1s-2.8-1.8-3.7-3.2c-.9-1.3-1.4-3-1.4-5h6c.1.8.3 1.6.7 2.2s1 1.2 1.6 1.5c.7.4 1.5.5 2.4.5 1 0 1.8-.2 2.4-.6a4 4 0 0 0 1.6-1.8c.3-.8.5-1.8.5-3V45.5zm30.9 9.1a4.4 4.4 0 0 0-2-3.3 7.5 7.5 0 0 0-4.3-1.1c-1.3 0-2.4.2-3.3.5-.9.4-1.6 1-2 1.6a3.5 3.5 0 0 0-.3 4c.3.5.7.9 1.3 1.2l1.8 1 2 .5 3.2.8c1.3.3 2.5.7 3.7 1.2a13 13 0 0 1 3.2 1.8 8.1 8.1 0 0 1 3 6.5c0 2-.5 3.7-1.5 5.1a10 10 0 0 1-4.4 3.5c-1.8.8-4.1 1.2-6.8 1.2-2.6 0-4.9-.4-6.8-1.2-2-.8-3.4-2-4.5-3.5a10 10 0 0 1-1.7-5.6h6a5 5 0 0 0 3.5 4.6c1 .4 2.2.6 3.4.6 1.3 0 2.5-.2 3.5-.6 1-.4 1.8-1 2.4-1.7a4 4 0 0 0 .8-2.4c0-.9-.2-1.6-.7-2.2a11 11 0 0 0-2.1-1.4l-3.2-1-3.8-1c-2.8-.7-5-1.7-6.6-3.2a7.2 7.2 0 0 1-2.4-5.7 8 8 0 0 1 1.7-5 10 10 0 0 1 4.3-3.5c2-.8 4-1.2 6.4-1.2 2.3 0 4.4.4 6.2 1.2 1.8.8 3.2 2 4.3 3.4 1 1.4 1.5 3 1.5 5h-5.8z"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1155 1000"><path d="m577.3 0 577.4 1000H0z" fill="#fff"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 2.5h13v10a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1zM0 1h16v11.5a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 12.5zm3.75 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M7 4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m1.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5" fill="#666"/></svg>