AstrBot 4.0.0b5__py3-none-any.whl → 4.1.0__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.
Files changed (33) hide show
  1. astrbot/api/event/filter/__init__.py +2 -0
  2. astrbot/core/config/default.py +73 -3
  3. astrbot/core/initial_loader.py +4 -1
  4. astrbot/core/message/components.py +59 -50
  5. astrbot/core/pipeline/result_decorate/stage.py +5 -1
  6. astrbot/core/platform/manager.py +25 -3
  7. astrbot/core/platform/sources/aiocqhttp/aiocqhttp_platform_adapter.py +11 -4
  8. astrbot/core/platform/sources/satori/satori_adapter.py +482 -0
  9. astrbot/core/platform/sources/satori/satori_event.py +221 -0
  10. astrbot/core/platform/sources/telegram/tg_adapter.py +0 -1
  11. astrbot/core/provider/sources/openai_source.py +12 -5
  12. astrbot/core/provider/sources/vllm_rerank_source.py +6 -0
  13. astrbot/core/star/__init__.py +7 -5
  14. astrbot/core/star/filter/command.py +9 -3
  15. astrbot/core/star/filter/platform_adapter_type.py +3 -0
  16. astrbot/core/star/register/__init__.py +2 -0
  17. astrbot/core/star/register/star_handler.py +18 -4
  18. astrbot/core/star/star_handler.py +9 -1
  19. astrbot/core/star/star_tools.py +116 -21
  20. astrbot/core/utils/t2i/network_strategy.py +11 -18
  21. astrbot/core/utils/t2i/renderer.py +8 -2
  22. astrbot/core/utils/t2i/template/astrbot_powershell.html +184 -0
  23. astrbot/core/utils/t2i/template_manager.py +112 -0
  24. astrbot/dashboard/routes/chat.py +6 -1
  25. astrbot/dashboard/routes/config.py +10 -49
  26. astrbot/dashboard/routes/route.py +19 -2
  27. astrbot/dashboard/routes/t2i.py +230 -0
  28. astrbot/dashboard/server.py +13 -4
  29. {astrbot-4.0.0b5.dist-info → astrbot-4.1.0.dist-info}/METADATA +39 -52
  30. {astrbot-4.0.0b5.dist-info → astrbot-4.1.0.dist-info}/RECORD +33 -28
  31. {astrbot-4.0.0b5.dist-info → astrbot-4.1.0.dist-info}/WHEEL +0 -0
  32. {astrbot-4.0.0b5.dist-info → astrbot-4.1.0.dist-info}/entry_points.txt +0 -0
  33. {astrbot-4.0.0b5.dist-info → astrbot-4.1.0.dist-info}/licenses/LICENSE +0 -0
@@ -3,7 +3,7 @@ astrbot/api/__init__.py,sha256=voqziH3MTgEyujweOMPFbhYT0yvnirEDgQcLwisbccg,592
3
3
  astrbot/api/all.py,sha256=pg_9_cv55aKjU2z7dUq8tm59l3MBVa0J3UAP2Sq8oFY,1446
4
4
  astrbot/api/message_components.py,sha256=4x2LXczK598y9dVbfvfQJR8-UwhPRjQ99kYw_F7ZGms,46
5
5
  astrbot/api/event/__init__.py,sha256=dINwOiLOHL6zpvQlCIZGTa-tRuiCs5vJyJaRSdBk2DA,369
6
- astrbot/api/event/filter/__init__.py,sha256=TxTcdDX83yimZfqGJzjfGxF-wxRcLJqVhVvyRnOKJgA,1524
6
+ astrbot/api/event/filter/__init__.py,sha256=3_VMKNepU-x3IKm_WYl6hGSdT5qTVSrI2PQDXNiFU44,1605
7
7
  astrbot/api/platform/__init__.py,sha256=03LX6YlFgWsyMdwE4FFPk8Q2Ak5jIUKHBgnuoPu0rr4,466
8
8
  astrbot/api/provider/__init__.py,sha256=jVcfbml6WpIU7cSqhuE1QMS-RSMvv1jvZSNvdmUOrZQ,349
9
9
  astrbot/api/star/__init__.py,sha256=GJaFd5jpGrfgFLHtnwtglpinX3zDfhq3nGrLNXXIBog,251
@@ -26,7 +26,7 @@ astrbot/core/conversation_mgr.py,sha256=R3kkMhHY7Qf8m74d-qXhUKvz_wTpa4id9-J8A21-
26
26
  astrbot/core/core_lifecycle.py,sha256=z8ivxD4OY5iBK8XO078OlmvSwnCtpTKtiuMF_AF1Adk,11588
27
27
  astrbot/core/event_bus.py,sha256=781lHFtnOfxBqS4CSxwTiPyoPvYOlbJce6arUGVfZEg,2536
28
28
  astrbot/core/file_token_service.py,sha256=JmojgbEV022CTiFLsueOHrTnQV3BUnF5-_XU8x-1yz8,3107
29
- astrbot/core/initial_loader.py,sha256=PYw4mdgZ3XPnxzUzYGhNGdlDZVL45ISy6hDI9RqpAB4,1627
29
+ astrbot/core/initial_loader.py,sha256=bycQeKq_xcP3cp-4jVlgoF2GE8nrWvEtkFZm2tL-A3g,1716
30
30
  astrbot/core/log.py,sha256=wFCYVMMoyiMlGCI0PE8lYdJBd3SpxrkXjx1PvnlOEIU,8521
31
31
  astrbot/core/persona_mgr.py,sha256=iWvGsiHpky1fbPhmfQP1jDzHTWqv6g3GQ7ZROeOdaAc,7300
32
32
  astrbot/core/platform_message_history_mgr.py,sha256=qNd5No1HzaLKQ6XVFdJohaiwAB6cjJVXPSwgmxsUyAs,1514
@@ -45,7 +45,7 @@ astrbot/core/agent/runners/base.py,sha256=exZS_d2BsrLz-xgeY9ZUPuXikBDUnKxO-dU3ZF
45
45
  astrbot/core/agent/runners/tool_loop_agent_runner.py,sha256=cuGBkpyyUEZaI4eo-UxAf199kEupicAo3IZMUwm6874,13976
46
46
  astrbot/core/config/__init__.py,sha256=0CO_3sKtI3WOwWT0k4i6TleWq1SAWJFfB8KjnYB8Zig,172
47
47
  astrbot/core/config/astrbot_config.py,sha256=X-b3c5m4msgJrdYFH2LXic5XKY0ViuUMdNZ335zqSBw,6335
48
- astrbot/core/config/default.py,sha256=ztYsHQaarCI_7HpNzOqNEx3O0qid1KlL25S7NCgiXzE,112728
48
+ astrbot/core/config/default.py,sha256=r-dYRrPjy64cxmPGf3xyPxW2mH8f0fT1b6YdHNt00fo,116360
49
49
  astrbot/core/db/__init__.py,sha256=CAtPQ7lfNSNE4hUylUBWks_49ah2amgYmw1V1lA9FwQ,8291
50
50
  astrbot/core/db/po.py,sha256=9MfQf4oEOYCUz7qnCjs4isWkGNpQKhaDVYqKIY8W-l0,7707
51
51
  astrbot/core/db/sqlite.py,sha256=F-t2NQr6p63VmuYG6LScFJtnXWNxVT5yWxnbHirJtCw,20138
@@ -59,7 +59,7 @@ astrbot/core/db/vec_db/faiss_impl/document_storage.py,sha256=6aswY7f6vmpnJ7BXjVU
59
59
  astrbot/core/db/vec_db/faiss_impl/embedding_storage.py,sha256=pSu-ySlli-wbeVFQ7v-ZWpVn08m3Rr9uld1_692_aZQ,1810
60
60
  astrbot/core/db/vec_db/faiss_impl/sqlite_init.sql,sha256=RiF1mnAFAHtyThOsS0qjvniUF5t9Y8k-gjSlh51p2x8,681
61
61
  astrbot/core/db/vec_db/faiss_impl/vec_db.py,sha256=kuuEv8yuK0dkL4NVP263bGfYUmUBbaMjiCMxE0hSFK8,5130
62
- astrbot/core/message/components.py,sha256=W4thKuAxH5gnUDd_6U3S7z4NmuHBmybfzt-vMDW8kaY,28127
62
+ astrbot/core/message/components.py,sha256=AzJACQYgw0Yo1iwSIyQWtfE8Xyo-6Q8KcQPE9yT5otQ,28208
63
63
  astrbot/core/message/message_event_result.py,sha256=dooPyzDVV4danPNQBvZsSXemGsihnBjW3qYByYUEa1s,7248
64
64
  astrbot/core/pipeline/__init__.py,sha256=-jo6a9lKmwY8oPoifJi0IMLPOVdknQKG30ppIyCs5Bg,1461
65
65
  astrbot/core/pipeline/context.py,sha256=3ySHVzhjdT54kTDMMKPse1EFdvb7XfmscNEp3YCJLVM,503
@@ -77,21 +77,21 @@ astrbot/core/pipeline/process_stage/method/llm_request.py,sha256=CYDjQtTTDI05O06
77
77
  astrbot/core/pipeline/process_stage/method/star_request.py,sha256=0KWbR0bnVXhMm0CgXnYD_OH3qjbUUvax1UmBWuGiLYU,2454
78
78
  astrbot/core/pipeline/rate_limit_check/stage.py,sha256=I_GkpSgioN0-T_catMwpRKtxx-TiMmvu8vV_FE5ORIA,4072
79
79
  astrbot/core/pipeline/respond/stage.py,sha256=uebafXVRXBr7dVwrREprNTGDxMMj8Rjo9-hPqc79WYQ,9975
80
- astrbot/core/pipeline/result_decorate/stage.py,sha256=Dcz608CLEvG3Ra-kplQdRzS34xk0lrcPb1nKGGiJrBU,13295
80
+ astrbot/core/pipeline/result_decorate/stage.py,sha256=jGXXtAYyQeo6EHsvrJ56x4rpDBgntXyG5k3kAIt8-Hk,13497
81
81
  astrbot/core/pipeline/session_status_check/stage.py,sha256=4STRhoiq4AE544_MVscGHA2FIKUia1CPHV1TKFKTs9U,838
82
82
  astrbot/core/pipeline/waking_check/stage.py,sha256=yNC726wHhf1zf5WEvWn47hDUjj_U2vsYgcwTYIvRiSo,7946
83
83
  astrbot/core/pipeline/whitelist_check/stage.py,sha256=VcmLs0VfmspNTsitL_WrZXfv2lR2Nktrb5JEWc1VJuw,2403
84
84
  astrbot/core/platform/__init__.py,sha256=jQ4UiThp7cDHfmIXAgBDodET87onl7mjii0CAD3RXTY,361
85
85
  astrbot/core/platform/astr_message_event.py,sha256=df8fFckPTY0btDcDeb77yTCtfDEPqz-C_2Vubs_3qSA,14102
86
86
  astrbot/core/platform/astrbot_message.py,sha256=9Oy2HGfjD8mRTiUIVZEggwwqjCXOpr97QhHjxvBIzhM,2140
87
- astrbot/core/platform/manager.py,sha256=twoeoq4qSIrtlndrLcluisNfz1lWZnBNclHTAKsPCdY,7009
87
+ astrbot/core/platform/manager.py,sha256=rzaIHyH5Wun9bI3ME0Cjuw4kzolSXpIoIqby49EB4PI,7887
88
88
  astrbot/core/platform/message_session.py,sha256=Hitdfb7IK4SohaMFld0s0UlwLDpVw5UPTToh05bvH60,1076
89
89
  astrbot/core/platform/message_type.py,sha256=uGn5KN8B_7b9F5nFTpvLAXRlXx2VFHP3JmJjN8cC7fg,261
90
90
  astrbot/core/platform/platform.py,sha256=170_1Y1T5R-3nsu06y3i8Ote7zs8JASnskImp-IP04Q,1772
91
91
  astrbot/core/platform/platform_metadata.py,sha256=VRZSkV7u0OUoSxAXDu5EdEggrmcsbhk_7RUduTasoQo,488
92
92
  astrbot/core/platform/register.py,sha256=1cPxysZZ1ggfSPZfsv7Ll6qOVcTmLUw6vgaVRPjpxH8,1701
93
93
  astrbot/core/platform/sources/aiocqhttp/aiocqhttp_message_event.py,sha256=PN4h7TjH2UrQZX9bZmI6bGtmXgxHEx5GJREI-Vw0qX4,8036
94
- astrbot/core/platform/sources/aiocqhttp/aiocqhttp_platform_adapter.py,sha256=Bdwkk-BZ7653tx2cvhiBU0t2I0Za_iL9ozr1O-VKvxc,16141
94
+ astrbot/core/platform/sources/aiocqhttp/aiocqhttp_platform_adapter.py,sha256=p5uYdQUXYtqUsJIwlsG6msma6af7G6oKlis05bXJTh8,16580
95
95
  astrbot/core/platform/sources/dingtalk/dingtalk_adapter.py,sha256=unEkE_KBwCLn9mOBs49WMUKqk8ddpaKN8MMyYep6rhg,8514
96
96
  astrbot/core/platform/sources/dingtalk/dingtalk_event.py,sha256=QcE0wUaB3hCSv4Cg3kApl5m0dfzkEyZTCjNbuHU52Ek,2721
97
97
  astrbot/core/platform/sources/discord/client.py,sha256=TQ62b58LVJCPPBNNVxxF2gyiy0k1UqtcSuwcFp0uNS4,4576
@@ -105,10 +105,12 @@ astrbot/core/platform/sources/qqofficial/qqofficial_platform_adapter.py,sha256=6
105
105
  astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_adapter.py,sha256=PTW_WpZSzlFuchtpu0uAIMy2KcDMi_BBnr6tUgOJNZk,4295
106
106
  astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_event.py,sha256=BrxaNhG3sy5QAKf8DlZlum6R7m9X5Fm0SxBrKIC_1hg,499
107
107
  astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_server.py,sha256=5A8EVmdx0j1lrd4lmJhM3S_tJJYsdMrEcR93X-lYT4Y,3726
108
+ astrbot/core/platform/sources/satori/satori_adapter.py,sha256=1wz4U8r70TcxBo04FT2QhEJpm5ZEyGB1sRXLBTbXBGE,16677
109
+ astrbot/core/platform/sources/satori/satori_event.py,sha256=0z4Yn2WUn7-M2i2JbBp7VHoggsvk3mNUIRGgSWwsA30,9116
108
110
  astrbot/core/platform/sources/slack/client.py,sha256=p0gCh9gj_VR8IacGg09-BXp2IM8C0oTnodrvEVmShMA,5637
109
111
  astrbot/core/platform/sources/slack/slack_adapter.py,sha256=0EiEmqGWo-fMuSW4Ptjoej4u4yJW494C1B-itkokFFU,15766
110
112
  astrbot/core/platform/sources/slack/slack_event.py,sha256=fS8jlH-wiZldMnSclj8islhBSSPG-pQ4fSmIGlxAmjQ,8685
111
- astrbot/core/platform/sources/telegram/tg_adapter.py,sha256=RspSP-A0ifuN16kkW362sDakIG80BYHEvenHU-wgoxw,14214
113
+ astrbot/core/platform/sources/telegram/tg_adapter.py,sha256=jEPkPKAbBgq9q9BZ3kx82RPrbU6LyZ8ugL-MmWiguPw,14145
112
114
  astrbot/core/platform/sources/telegram/tg_event.py,sha256=5xZyjSySvWiQppAVH6AvzYHVsgU7ny4XixoT8sJRyd0,9835
113
115
  astrbot/core/platform/sources/webchat/webchat_adapter.py,sha256=X4FAaV2uFjU65Amc3kse9WJNCqsGpE7xYQjnF99HcW8,5992
114
116
  astrbot/core/platform/sources/webchat/webchat_event.py,sha256=qeKBQtUZVwknsFQQvwASs5Hybs-L3Rn-bjIUaji6n9o,5457
@@ -143,36 +145,36 @@ astrbot/core/provider/sources/gsv_selfhosted_source.py,sha256=7wSQ32AJv4cisjnedE
143
145
  astrbot/core/provider/sources/gsvi_tts_source.py,sha256=EoYuAf85NVcPPbyRWkE_doWF-7R8IM5o9ozxbbvaFRk,2025
144
146
  astrbot/core/provider/sources/minimax_tts_api_source.py,sha256=jNLP_4-UHq_Iekvjn3h7G6YZjTCGuII-hq-1RhzjSlE,5877
145
147
  astrbot/core/provider/sources/openai_embedding_source.py,sha256=IIz25EksuIWINKpLqfKG-9Qc4bJ398w24oMjoArXFUA,1669
146
- astrbot/core/provider/sources/openai_source.py,sha256=5uFXPdoRv91oN3itUU7iTy12jhlqXhmCBCVbW3-PPGg,20727
148
+ astrbot/core/provider/sources/openai_source.py,sha256=0XhfWcQiALpMqSgFOCUXfWoksL0SCDc7beIELVYOVDo,20905
147
149
  astrbot/core/provider/sources/openai_tts_api_source.py,sha256=ClRxEuBJ2-vM5rpMwwhOZXXJanq6asEAVPRvD9wYFrI,1626
148
150
  astrbot/core/provider/sources/sensevoice_selfhosted_source.py,sha256=2-NUDRiJJs3onxnrovdoVqUMI8bxGu2J2n3ZgwjxEm0,3828
149
- astrbot/core/provider/sources/vllm_rerank_source.py,sha256=lBgb7_nD51Z4JoFD6EBQpOs4w0Kd9f4m_rCx7-AeUBc,2075
151
+ astrbot/core/provider/sources/vllm_rerank_source.py,sha256=Gv_veniilJ5v9lPGlQG_zmQYmHfhNggYIwj5p02CoLE,2275
150
152
  astrbot/core/provider/sources/volcengine_tts.py,sha256=eNS7XUtDTunGuZV8UaI4-ghNyY_fDRW0hiZPssBNsPQ,4143
151
153
  astrbot/core/provider/sources/whisper_api_source.py,sha256=qKE9Wx7Nse9pKovbDb__sVBeG7opR_yar5ZsbIYx9e4,2626
152
154
  astrbot/core/provider/sources/whisper_selfhosted_source.py,sha256=Qggu2IkNyCYVqNYc5NsonVcVpcLe-t04L-IpqnCzh_A,2636
153
155
  astrbot/core/provider/sources/zhipu_source.py,sha256=w-0C00U9_24HURUB5ppqcEvMr8leZcnEuUGTaQKmmbs,3082
154
156
  astrbot/core/star/README.md,sha256=LXxqxp3xv_oejO8ocBPOrbmLe0WB4feu43fYDNddHTQ,161
155
- astrbot/core/star/__init__.py,sha256=2iXJia_9YZxFejIN7vMcwju9kjjT0D7bx0zJNy7iHyA,1994
157
+ astrbot/core/star/__init__.py,sha256=ynSwMrdCLyVMN3Q9flS_mcDDjdIGrkLBpfeDVoFj6PM,2080
156
158
  astrbot/core/star/config.py,sha256=f4h1YFt1Tn6S2D-LvnhM483qaD8JdWjl-TBRV9CeYBo,3593
157
159
  astrbot/core/star/context.py,sha256=jeF6VLUwBm5b2kl0Uy4kz39uQ1C8esaOgeAIJavtTjo,12330
158
160
  astrbot/core/star/session_llm_manager.py,sha256=B2URKTxPW9FXUW1goZ0HkyuqE3PZ2X7o22GSPKnIAj0,8596
159
161
  astrbot/core/star/session_plugin_manager.py,sha256=h8i3QgymTldLjYtcElvP98OKXOru52pV8ZhiBAEJFTo,5192
160
162
  astrbot/core/star/star.py,sha256=fEgg7pxiIsnRg4Xw_KBIyOy3V919MpIgAWQ7FoE7bWc,1690
161
- astrbot/core/star/star_handler.py,sha256=_GJdHHtqxKb2Z1_N_0RGkDRktd5JWP8MucmONu-nkao,4536
163
+ astrbot/core/star/star_handler.py,sha256=njRMNHcbtJg8mIk6jofYggevMOdH7972bwK84jULNiY,4830
162
164
  astrbot/core/star/star_manager.py,sha256=nB90WWeeg3ZpRfApPJG8mo3FH8HOQevv28JHSKEV8v8,36069
163
- astrbot/core/star/star_tools.py,sha256=h0sbkcCuKNTL0IGD25DOy2PtOydaaKMQgrFD_WFk7OY,6317
165
+ astrbot/core/star/star_tools.py,sha256=8art-1s2TNHVsZ-pOdi8iEUJOozFsTXSdA2Gb7H1MIE,10661
164
166
  astrbot/core/star/updator.py,sha256=lHKLVE1mXBkkH0FpwJ8h23U9xJ9CsB1zo8rgZvADp88,3010
165
167
  astrbot/core/star/filter/__init__.py,sha256=xhdp6MMbBJbCHDDtBcAzWZ86DSFTPKzj8RpE2Cdb8ls,469
166
- astrbot/core/star/filter/command.py,sha256=vHsrKT8prA3JO1tf29Qte_t6RMIZTeEGq5SwSF4YY0k,6911
168
+ astrbot/core/star/filter/command.py,sha256=Mucwervt346dL_wQaaytumTCuVNozwnE4B8kuBM0h0g,7158
167
169
  astrbot/core/star/filter/command_group.py,sha256=Tv1lFZvL8NGw7pui-r8R4oR0G-uyrdGzUjV1wdEN0Zc,4712
168
170
  astrbot/core/star/filter/custom_filter.py,sha256=UPEfr-vYJR1NsLOp75A8Oa8RFkluEC3rkzbHM2ct0ek,2238
169
171
  astrbot/core/star/filter/event_message_type.py,sha256=R45Buoy9YALxnY6oanFlZMLfSZex2NAHPsl8DFSI_2Y,1162
170
172
  astrbot/core/star/filter/permission.py,sha256=GmyA2xqPCGVryLMa7OrWiuYRR-9pcQ6PaYOedPySH_0,915
171
- astrbot/core/star/filter/platform_adapter_type.py,sha256=9b60DutDii9oNspdAiZvnBV2ljxNvSvIRiYKQabXvIA,1857
173
+ astrbot/core/star/filter/platform_adapter_type.py,sha256=qkwUw07lSb92RzN2bVhhgzBwuKUV5Hl-1wGTM2INtac,1941
172
174
  astrbot/core/star/filter/regex.py,sha256=yb4JVdQtWVvWm7Ba5Tt07HusPMccAvSrIEV0ewDPBus,543
173
- astrbot/core/star/register/__init__.py,sha256=-vftjoN1FpNPOPdyDp7gT0fg0l9RN3WRNV79Y-8z8EM,924
175
+ astrbot/core/star/register/__init__.py,sha256=DoVe-BX9jjYmGTzD3pr1sRfxzni5ryL3JPGwMBTY6iA,992
174
176
  astrbot/core/star/register/star.py,sha256=P-ToyRpAT2IE9ZZwUo544n12AvpPQpWesR9eVfmIwpg,1890
175
- astrbot/core/star/register/star_handler.py,sha256=a5iaYEtNJoTIBUAKCydib_vft_I1crA9l1ayc2qm6XI,14913
177
+ astrbot/core/star/register/star_handler.py,sha256=UHGgaFqNg_2cSz3Kay9BBdq3GooEBgV3vNn6PUQT3lk,15209
176
178
  astrbot/core/utils/astrbot_path.py,sha256=ZK-OmCTOxH63GQ4kBMGZs9ybKmKuHMNXdW9RKqLbYRk,1227
177
179
  astrbot/core/utils/command_parser.py,sha256=ktdaw4kdvhfCHIGLTIX7AfMjT9CCL_iuJq1I-V9LEUA,603
178
180
  astrbot/core/utils/dify_api_client.py,sha256=RAKS3zjSl3nmhlNPCzN-byJZyZcwE6GR-8xZ9wzc-yE,5590
@@ -188,27 +190,30 @@ astrbot/core/utils/tencent_record_helper.py,sha256=-4EB0m00D5SzFv8x8z3C7i1TbBtxP
188
190
  astrbot/core/utils/version_comparator.py,sha256=eIS6midUHyH02X6pKxlm24Zi4d-SGP3z2N7unsWit5U,3425
189
191
  astrbot/core/utils/t2i/__init__.py,sha256=SluLHjCoUmd1X7P2_WtedUk6xSLNxiDJo42y1ieJXcE,299
190
192
  astrbot/core/utils/t2i/local_strategy.py,sha256=KxPNLF9zXHTfATIAjnXenIlVVT5KjIvOexBjXa1Bl2E,29855
191
- astrbot/core/utils/t2i/network_strategy.py,sha256=tz-tmdmdneAx7c0fIij1W0mGzkliV8OFWQIEAnXKGUk,5129
192
- astrbot/core/utils/t2i/renderer.py,sha256=PnquWGoY1Z1WCyBoeU0WC-32Vo_FTc2HnjvwGkvM_Xs,1790
193
+ astrbot/core/utils/t2i/network_strategy.py,sha256=OCrRr4ASVpQb2K4hYo0N26j8kTVNoDJ7SRG-Oh5IVn0,4826
194
+ astrbot/core/utils/t2i/renderer.py,sha256=WPA1EBt8RQ3_3asnK9neIy66eg9WYdlPzJKh_D7aSxI,1924
195
+ astrbot/core/utils/t2i/template_manager.py,sha256=EO6YO9A9bkwv_MLUNTqMtaFfd5r7sWpD0-K1qcRu1lI,4522
196
+ astrbot/core/utils/t2i/template/astrbot_powershell.html,sha256=UcjetoIJG3pJRUHMDOor3Nhj7FFmVXXpkySkpXXztO4,4943
193
197
  astrbot/core/utils/t2i/template/base.html,sha256=fQvq4I4lrlH2s_jwAzj62lWeC4g87xXsYJMJ0XunCPA,6619
194
- astrbot/dashboard/server.py,sha256=rjjHXo5J1qrHvoYi4MM9-YRbhunh1_ehdqwOrPGuz4U,8744
198
+ astrbot/dashboard/server.py,sha256=4d_0xDfMW-qKabVLBEVzOnjxF3qIiNMr3dvaxZO-cEk,9049
195
199
  astrbot/dashboard/routes/__init__.py,sha256=Bn6_rbYtujttHKHEn8Smv2RiObhwWyH9TagW4HZSzGw,710
196
200
  astrbot/dashboard/routes/auth.py,sha256=igVjZWluaQpF-lrg-Ueb4IA553dA_Sn6pAxY34-83i8,2964
197
- astrbot/dashboard/routes/chat.py,sha256=oGnzzMUTJGnID6UPRWp9xtn6ObrZ_XwetPrVJ2aoI_E,11421
198
- astrbot/dashboard/routes/config.py,sha256=0nh0fwMkE8dd1lhOhW7oZmZw3v9If8Q0NS5ftVnWY24,33588
201
+ astrbot/dashboard/routes/chat.py,sha256=hfKrxS07qEYA3SxwgPymh08-Doi74hwmaYhwxRcwrkk,11601
202
+ astrbot/dashboard/routes/config.py,sha256=glo_68fdaU4awVG8udH43PPvih0HtSeeLTOGLxYMovE,31655
199
203
  astrbot/dashboard/routes/conversation.py,sha256=9AopEmbxzRUcJ78fOlp5aFe9-7ptroaE5YrvAEuGBJQ,8886
200
204
  astrbot/dashboard/routes/file.py,sha256=y3yi4ari-ELwiDicuniBlvXhVe8d1JgWRl6FdC42v9k,706
201
205
  astrbot/dashboard/routes/log.py,sha256=uLQx-TCyg3j3etkEd0hVStFTE4S1C4Y8XEBsk0w7Gc8,1972
202
206
  astrbot/dashboard/routes/persona.py,sha256=6icnNNE8A0Yy1WI0INWD9ZPKC7VcZG-xHDfYElhaP8M,7857
203
207
  astrbot/dashboard/routes/plugin.py,sha256=cGGJVEM55uRiPo-EeD5apZQISzPw9vux7a-U2dE4fZQ,19429
204
- astrbot/dashboard/routes/route.py,sha256=x1SJOZvcdK7YIxwO0pj9DI61Igkm9VRjKE9ukMDvdaw,970
208
+ astrbot/dashboard/routes/route.py,sha256=01N4nUrpyDk71IMbuRxwLXbEugysE_WOZH7VCsXVsws,1577
205
209
  astrbot/dashboard/routes/session_management.py,sha256=h3b8DTDV99Dl0Gmbys7I2SlkC7_DTeIQNwoi8HT1zEo,20238
206
210
  astrbot/dashboard/routes/stat.py,sha256=KCtP0-f9g664gM2SOBgnU8uKx6zt93-5Kut-d7wd7zk,6910
207
211
  astrbot/dashboard/routes/static_file.py,sha256=7KnNcOb1BVqSTft114LhGsDkfg69X2jHEm0tOK0kW0Y,1169
212
+ astrbot/dashboard/routes/t2i.py,sha256=scp05AxoJM9cubrkSMBu1BbIWP1BMS50eFEPZ9S6WKM,8893
208
213
  astrbot/dashboard/routes/tools.py,sha256=BWN0KYidJdY4zVVbLRaM5cSgDNrdJ7dlgFQI4WTqaUY,13990
209
214
  astrbot/dashboard/routes/update.py,sha256=vhG6ET0GJNLTpfkKABYf3Aq5ChUCID1BvoZissWRBZg,6517
210
- astrbot-4.0.0b5.dist-info/METADATA,sha256=HjDGJJkF_8KemNurR2M4_FyOTpQWdRcAXvTUKZ0T6wI,11363
211
- astrbot-4.0.0b5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
212
- astrbot-4.0.0b5.dist-info/entry_points.txt,sha256=OEF09YmhBWYuViXrvTLLpstF4ccmNwDL8r7nnFD0pfI,53
213
- astrbot-4.0.0b5.dist-info/licenses/LICENSE,sha256=zPfQj5Mq8-gThIiBcxETr7t8gND9bZWOjTGQAr80TQI,34500
214
- astrbot-4.0.0b5.dist-info/RECORD,,
215
+ astrbot-4.1.0.dist-info/METADATA,sha256=XkNaoL_dGzNWVVnJ2oFdnMC7Zv31ZpKQOmDHihTnmGc,10921
216
+ astrbot-4.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
217
+ astrbot-4.1.0.dist-info/entry_points.txt,sha256=OEF09YmhBWYuViXrvTLLpstF4ccmNwDL8r7nnFD0pfI,53
218
+ astrbot-4.1.0.dist-info/licenses/LICENSE,sha256=zPfQj5Mq8-gThIiBcxETr7t8gND9bZWOjTGQAr80TQI,34500
219
+ astrbot-4.1.0.dist-info/RECORD,,