#include <functional>#include <map>#include <memory>#include <mutex>#include <optional>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "cli/service/ai/common.h"#include "cli/service/resources/command_handler.h"
Go to the source code of this file.
Classes | |
| struct | yaze::cli::agent::ToolDefinition |
| Metadata describing a tool for the LLM. More... | |
| class | yaze::cli::agent::ToolRegistry |
| Centralized registry for all agent tools. More... | |
| struct | yaze::cli::agent::ToolRegistry::ToolEntry |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |
Enumerations | |
| enum class | yaze::cli::agent::ToolAccess { yaze::cli::agent::kReadOnly , yaze::cli::agent::kMutating } |