yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tool_registry.h File Reference
#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"
This graph shows which files directly or indirectly include this file:

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 }