#include <filesystem>#include <memory>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "cli/service/ai/ai_action_parser.h"#include "cli/service/ai/vision_action_refiner.h"#include "cli/service/gui/gui_action_generator.h"
Go to the source code of this file.
Classes | |
| struct | yaze::cli::ai::ControlLoopConfig |
| Configuration for the AI GUI control loop. More... | |
| struct | yaze::cli::ai::ControlResult |
| Result of AI-controlled GUI automation. More... | |
| class | yaze::cli::ai::AIGUIController |
| High-level controller for AI-driven GUI automation with vision feedback. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::ai |