feat: Add tool interface and factory

This commit is contained in:
Petr Mironychev
2025-09-17 22:22:20 +02:00
parent 8c6f1e514b
commit 5cde6ffac7
3 changed files with 89 additions and 0 deletions

View File

@ -17,6 +17,8 @@ add_library(LLMCore STATIC
HttpClient.hpp HttpClient.cpp
DataBuffers.hpp
SSEBuffer.hpp SSEBuffer.cpp
ITool.hpp
IToolsFactory.hpp
)
target_link_libraries(LLMCore