#include "cli/service/agent/tool_registration.h"#include "cli/service/agent/tool_registry.h"#include "cli/handlers/game/dialogue_commands.h"#include "cli/handlers/game/dungeon_collision_commands.h"#include "cli/handlers/game/dungeon_commands.h"#include "cli/handlers/game/message_commands.h"#include "cli/handlers/game/minecart_commands.h"#include "cli/handlers/game/music_commands.h"#include "cli/handlers/game/overworld_commands.h"#include "cli/handlers/graphics/sprite_commands.h"#include "cli/handlers/tools/test_helpers_commands.h"#include "cli/service/resources/command_context.h"#include "cli/handlers/tools/gui_commands.h"#include "cli/handlers/tools/resource_commands.h"#include "cli/service/agent/tools/build_tool.h"#include "cli/service/agent/tools/code_gen_tool.h"#include "cli/service/agent/tools/filesystem_tool.h"#include "cli/service/agent/tools/memory_inspector_tool.h"#include "cli/service/agent/tools/project_graph_tool.h"#include "cli/service/agent/tools/project_tool.h"#include "cli/service/agent/tools/visual_analysis_tool.h"Go to the source code of this file.
Classes | |
| class | yaze::cli::agent::MetaToolsListHandler |
| class | yaze::cli::agent::MetaToolsDescribeHandler |
| class | yaze::cli::agent::MetaToolsSearchHandler |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |
| namespace | yaze::cli::agent::anonymous_namespace{tool_registration.cc} |
Macros | |
| #define | REGISTER_BUILTIN_AGENT_TOOL(Name, Category, Desc, Usage, Examples, ReqRom, ReqProject, HandlerClass) |
Functions | |
| template<typename HandlerClass > | |
| void | yaze::cli::agent::anonymous_namespace{tool_registration.cc}::RegisterBuiltinTool (ToolRegistry ®istry, ToolDefinition definition) |
| void | yaze::cli::agent::RegisterBuiltinAgentTools (ToolRegistry ®istry) |
| #define REGISTER_BUILTIN_AGENT_TOOL | ( | Name, | |
| Category, | |||
| Desc, | |||
| Usage, | |||
| Examples, | |||
| ReqRom, | |||
| ReqProject, | |||
| HandlerClass ) |
Definition at line 42 of file tool_registration.cc.
Referenced by yaze::cli::agent::RegisterBuiltinAgentTools().