chore: migrate project into clean repository

This commit is contained in:
yuuux
2026-08-13 16:50:52 +08:00
commit d1d25a09e7
27405 changed files with 9422808 additions and 0 deletions

19
modules/lschat/Kconfig Normal file
View File

@@ -0,0 +1,19 @@
menu "lschat"
config LS_CHAT
bool "lschat"
select LISA_SNTP
select LISA_EVT_PUBLISHER
default n
config LS_CHAT_MCP
bool "lschat mcp"
default y
depends on LS_CHAT
config LS_CHAT_MCP_V2
bool "lschat mcp v2"
default n
depends on LS_CHAT_MCP
endmenu