#include <filesystem>#include <string>#include <vector>#include "absl/status/statusor.h"#include "cli/service/ai/ai_action_parser.h"
Go to the source code of this file.
Classes | |
| struct | yaze::cli::ai::VisionAnalysisResult |
| Result of analyzing a screenshot with Gemini Vision. More... | |
| struct | yaze::cli::ai::ActionRefinement |
| Refined action parameters based on vision analysis. More... | |
| class | yaze::cli::ai::VisionActionRefiner |
| Uses Gemini Vision to analyze GUI screenshots and refine AI actions. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::ai |