feat: Add tools, fabric and executable handler (#230)

This commit is contained in:
Petr Mironychev
2025-09-22 12:36:13 +02:00
committed by GitHub
parent 5cde6ffac7
commit d0f8c1098f
12 changed files with 679 additions and 25 deletions

View File

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