#include "cli/cli.h"#include "cli/service/command_registry.h"#include "cli/handlers/command_handlers.h"#include "cli/z3ed_ascii_logo.h"#include "absl/strings/str_join.h"#include "absl/strings/str_cat.h"#include "ftxui/dom/elements.hpp"#include "ftxui/dom/table.hpp"#include "cli/tui/chat_tui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::handlers |
Functions | |
| absl::Status | yaze::cli::handlers::HandleAgentCommand (const std::vector< std::string > &arg_vec) |
| Unified agent command handler using CommandRegistry. | |