initial commit for llm chat tab in sidebar

This commit is contained in:
2026-08-20 00:27:48 +02:00
parent d3e61efd86
commit 47bab21e22
22 changed files with 2085 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
qml_module(ZShell-llm
URI ZShell.Llm
SOURCES
chat.hpp chat.cpp
session.hpp session.cpp
message.hpp message.cpp
chatstore.hpp chatstore.cpp
LIBRARIES
Qt::Network
ZShell-config
)
target_include_directories(ZShell-llm PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Config)