1#ifndef YAZE_APP_EDITOR_AGENT_PANELS_AGENT_EDITOR_PANELS_H_
2#define YAZE_APP_EDITOR_AGENT_PANELS_AGENT_EDITOR_PANELS_H_
31 std::string
GetId()
const override {
return "agent.configuration"; }
37 void Draw(
bool* p_open)
override {
57 std::string
GetId()
const override {
return "agent.status"; }
63 void Draw(
bool* p_open)
override {
83 std::string
GetId()
const override {
return "agent.prompt_editor"; }
89 void Draw(
bool* p_open)
override {
109 std::string
GetId()
const override {
return "agent.profiles"; }
115 void Draw(
bool* p_open)
override {
135 std::string
GetId()
const override {
return "agent.history"; }
141 void Draw(
bool* p_open)
override {
161 std::string
GetId()
const override {
return "agent.metrics"; }
167 void Draw(
bool* p_open)
override {
187 std::string
GetId()
const override {
return "agent.builder"; }
193 void Draw(
bool* p_open)
override {
213 std::string
GetId()
const override {
return "agent.mesen_debug"; }
220 void Draw(
bool* p_open)
override {
243 std::string
GetId()
const override {
return "agent.knowledge"; }
249 void Draw(
bool* p_open)
override {
267 std::string
GetId()
const override {
return "agent.chat"; }
273 void Draw(
bool* p_open)
override;
295 std::string
GetId()
const override {
return "agent.oracle_states"; }
302 void Draw(
bool* p_open)
override {
325 std::string
GetId()
const override {
return "agent.feature_flags"; }
331 void Draw(
bool* p_open)
override {
354 std::string
GetId()
const override {
return "agent.manifest"; }
360 void Draw(
bool* p_open)
override {
383 std::string
GetId()
const override {
return "agent.sram_viewer"; }
389 void Draw(
bool* p_open)
override {
412 std::string
GetId()
const override {
return "agent.mesen_screenshot"; }
414 return "Mesen2 Screenshot Preview";
420 void Draw(
bool* p_open)
override {
EditorPanel for Bot Profiles panel.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
DrawCallback draw_callback_
std::string GetId() const override
Unique identifier for this panel.
int GetPriority() const override
Get display priority for menu ordering.
AgentBotProfilesPanel(DrawCallback draw_callback)
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
void Draw(bool *p_open) override
Draw the panel content.
std::function< void()> DrawCallback
EditorPanel for Agent Builder panel.
AgentBuilderPanel(DrawCallback draw_callback)
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::function< void()> DrawCallback
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
DrawCallback draw_callback_
void Draw(bool *p_open) override
Draw the panel content.
std::string GetId() const override
Unique identifier for this panel.
std::string GetIcon() const override
Material Design icon for this panel.
int GetPriority() const override
Get display priority for menu ordering.
EditorPanel for Chat History panel.
AgentChatHistoryPanel(DrawCallback draw_callback)
void Draw(bool *p_open) override
Draw the panel content.
int GetPriority() const override
Get display priority for menu ordering.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::function< void()> DrawCallback
DrawCallback draw_callback_
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::string GetId() const override
Unique identifier for this panel.
EditorPanel for Agent Chat panel.
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
int GetPriority() const override
Get display priority for menu ordering.
AgentChatPanel(AgentChat *chat)
std::string GetId() const override
Unique identifier for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
void Draw(bool *p_open) override
Draw the panel content.
Unified Agent Chat Component.
EditorPanel for AI Configuration panel.
DrawCallback draw_callback_
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::function< void()> DrawCallback
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
AgentConfigurationPanel(DrawCallback draw_callback)
void Draw(bool *p_open) override
Draw the panel content.
std::string GetId() const override
Unique identifier for this panel.
int GetPriority() const override
Get display priority for menu ordering.
EditorPanel for Knowledge Base panel.
void Draw(bool *p_open) override
Draw the panel content.
int GetPriority() const override
Get display priority for menu ordering.
DrawCallback draw_callback_
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetIcon() const override
Material Design icon for this panel.
std::function< void()> DrawCallback
AgentKnowledgeBasePanel(DrawCallback draw_callback)
std::string GetId() const override
Unique identifier for this panel.
EditorPanel for Mesen2 debug integration.
AgentMesenDebugPanel(DrawCallback draw_callback)
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::string GetShortcutHint() const override
Get keyboard shortcut hint for display.
int GetPriority() const override
Get display priority for menu ordering.
void Draw(bool *p_open) override
Draw the panel content.
std::function< void()> DrawCallback
DrawCallback draw_callback_
std::string GetId() const override
Unique identifier for this panel.
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
EditorPanel for Metrics Dashboard panel.
std::string GetId() const override
Unique identifier for this panel.
DrawCallback draw_callback_
std::string GetIcon() const override
Material Design icon for this panel.
AgentMetricsDashboardPanel(DrawCallback draw_callback)
void Draw(bool *p_open) override
Draw the panel content.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
int GetPriority() const override
Get display priority for menu ordering.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::function< void()> DrawCallback
EditorPanel for Prompt Editor panel.
std::function< void()> DrawCallback
void Draw(bool *p_open) override
Draw the panel content.
DrawCallback draw_callback_
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetId() const override
Unique identifier for this panel.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
AgentPromptEditorPanel(DrawCallback draw_callback)
int GetPriority() const override
Get display priority for menu ordering.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
EditorPanel for Agent Status panel.
int GetPriority() const override
Get display priority for menu ordering.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetIcon() const override
Material Design icon for this panel.
std::function< void()> DrawCallback
AgentStatusPanel(DrawCallback draw_callback)
void Draw(bool *p_open) override
Draw the panel content.
DrawCallback draw_callback_
std::string GetId() const override
Unique identifier for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
Base interface for all logical panel components.
EditorPanel for Feature Flag Editor.
std::string GetId() const override
Unique identifier for this panel.
int GetPriority() const override
Get display priority for menu ordering.
DrawCallback draw_callback_
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
void Draw(bool *p_open) override
Draw the panel content.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
FeatureFlagEditorEditorPanel(DrawCallback draw_callback)
std::function< void()> DrawCallback
std::string GetIcon() const override
Material Design icon for this panel.
EditorPanel for Hack Manifest Status + Protected Regions Inspector.
std::function< void()> DrawCallback
int GetPriority() const override
Get display priority for menu ordering.
std::string GetId() const override
Unique identifier for this panel.
ManifestEditorPanel(DrawCallback draw_callback)
void Draw(bool *p_open) override
Draw the panel content.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
DrawCallback draw_callback_
EditorPanel for Mesen2 live screenshot preview.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
std::string GetId() const override
Unique identifier for this panel.
std::string GetIcon() const override
Material Design icon for this panel.
DrawCallback draw_callback_
std::string GetEditorCategory() const override
Editor category this panel belongs to.
MesenScreenshotEditorPanel(DrawCallback draw_callback)
void Draw(bool *p_open) override
Draw the panel content.
int GetPriority() const override
Get display priority for menu ordering.
std::function< void()> DrawCallback
EditorPanel for Oracle State Library management.
std::string GetIcon() const override
Material Design icon for this panel.
void Draw(bool *p_open) override
Draw the panel content.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
std::string GetShortcutHint() const override
Get keyboard shortcut hint for display.
std::function< void()> DrawCallback
DrawCallback draw_callback_
int GetPriority() const override
Get display priority for menu ordering.
OracleStateLibraryEditorPanel(DrawCallback draw_callback)
std::string GetId() const override
Unique identifier for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
EditorPanel for SRAM Variable Viewer.
std::string GetId() const override
Unique identifier for this panel.
std::function< void()> DrawCallback
std::string GetIcon() const override
Material Design icon for this panel.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
SramViewerEditorPanel(DrawCallback draw_callback)
void Draw(bool *p_open) override
Draw the panel content.
std::string GetEditorCategory() const override
Editor category this panel belongs to.
int GetPriority() const override
Get display priority for menu ordering.
DrawCallback draw_callback_
#define ICON_MD_CAMERA_ALT
#define ICON_MD_BUG_REPORT
#define ICON_MD_AUTO_FIX_HIGH
#define ICON_MD_PSYCHOLOGY
#define ICON_MD_DESCRIPTION
#define ICON_MD_ANALYTICS