#include <algorithm>#include <cstring>#include <filesystem>#include <optional>#include <string>#include <vector>#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_editor.h"#include "app/editor/agent/agent_editor_internal.h"#include "app/editor/agent/agent_ui_theme.h"#include "app/editor/agent/panels/agent_configuration_panel.h"#include "app/editor/agent/panels/feature_flag_editor_panel.h"#include "app/editor/agent/panels/manifest_panel.h"#include "app/editor/agent/panels/mesen_debug_panel.h"#include "app/editor/agent/panels/mesen_screenshot_panel.h"#include "app/editor/agent/panels/oracle_state_library_panel.h"#include "app/editor/agent/panels/sram_viewer_panel.h"#include "app/editor/system/session/user_settings.h"#include "app/editor/ui/toast_manager.h"#include "app/gui/core/icons.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/text_editor.h"#include "app/platform/asset_loader.h"#include "cli/service/agent/conversational_agent_service.h"#include "cli/service/agent/tool_dispatcher.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "implot.h"#include "rom/rom.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{agent_editor_dashboard.cc} |