feat(cli): enhance agent with FTXUI components for improved UI
- Added FTXUI components (screen, dom, component) to the agent's CMake configuration, enabling advanced UI capabilities. - Removed unnecessary include statement from general_commands.cc to streamline the code. Benefits: - Improved modularity and extensibility of the agent's UI features, facilitating future enhancements.
This commit is contained in:
@@ -82,6 +82,9 @@ set(_yaze_agent_link_targets
|
||||
yaze_emulator
|
||||
${ABSL_TARGETS}
|
||||
yaml-cpp
|
||||
ftxui::screen
|
||||
ftxui::dom
|
||||
ftxui::component
|
||||
)
|
||||
|
||||
target_link_libraries(yaze_agent PUBLIC ${_yaze_agent_link_targets})
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#include "cli/handlers/commands.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
Reference in New Issue
Block a user