1#ifndef YAZE_APP_EDITOR_AGENT_PANELS_AGENT_EDITOR_PANELS_H_
2#define YAZE_APP_EDITOR_AGENT_PANELS_AGENT_EDITOR_PANELS_H_
24class AgentConfigurationPanel :
public EditorPanel {
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 {
216 std::string
GetId()
const override {
return "agent.knowledge"; }
222 void Draw(
bool* p_open)
override {
240 std::string
GetId()
const override {
return "agent.chat"; }
246 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.
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 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.
#define ICON_MD_AUTO_FIX_HIGH
#define ICON_MD_PSYCHOLOGY
#define ICON_MD_ANALYTICS