#include "app/editor/agent/agent_editor.h"#include <algorithm>#include <cstdlib>#include <cstring>#include <filesystem>#include <fstream>#include <memory>#include "app/editor/agent/agent_ui_theme.h"#include "app/gui/style/theme.h"#include "app/editor/system/panel_manager.h"#include "app/gui/app/editor_layout.h"#include "absl/strings/match.h"#include "absl/strings/str_format.h"#include "absl/time/clock.h"#include "absl/time/time.h"#include "app/editor/agent/agent_chat.h"#include "app/editor/agent/agent_collaboration_coordinator.h"#include "app/editor/system/proposal_drawer.h"#include "app/editor/ui/toast_manager.h"#include "app/gui/core/icons.h"#include "app/platform/asset_loader.h"#include "rom/rom.h"#include "app/service/screenshot_utils.h"#include "app/test/test_manager.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "util/file_util.h"#include "util/platform_paths.h"#include "cli/service/ai/service_factory.h"#include "cli/service/agent/tool_dispatcher.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |