#include <optional>#include <string>#include <vector>#include "absl/status/statusor.h"#include "cli/service/ai/common.h"#include "cli/service/agent/tool_registry.h"#include "core/asar_wrapper.h"#include "core/project.h"
Go to the source code of this file.
Classes | |
| class | yaze::cli::agent::ToolDispatcher |
| struct | yaze::cli::agent::ToolDispatcher::ToolPreferences |
| struct | yaze::cli::agent::ToolDispatcher::ToolInfo |
| Tool information for discoverability. More... | |
| struct | yaze::cli::agent::ToolDispatcher::BatchToolCall |
| Batch tool call request. More... | |
| struct | yaze::cli::agent::ToolDispatcher::BatchResult |
| Result of a batch tool call. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |