Implementation of visual analysis tools for AI agents. More...
#include "cli/service/agent/tools/visual_analysis_tool.h"#include <algorithm>#include <cmath>#include <map>#include <numeric>#include <set>#include <sstream>#include <vector>#include "absl/status/status.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "app/gfx/resource/arena.h"#include "app/gfx/types/snes_tile.h"#include "rom/rom.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |
| namespace | yaze::cli::agent::tools |
Implementation of visual analysis tools for AI agents.
Definition in file visual_analysis_tool.cc.