#include <agent_editor.h>
Public Attributes | |
std::string | name = "Default Bot" |
std::string | description |
std::string | provider = "mock" |
std::string | model |
std::string | ollama_host = "http://localhost:11434" |
std::string | gemini_api_key |
std::string | system_prompt |
bool | verbose = false |
bool | show_reasoning = true |
int | max_tool_iterations = 4 |
int | max_retry_attempts = 3 |
std::vector< std::string > | tags |
absl::Time | created_at = absl::Now() |
absl::Time | modified_at = absl::Now() |
Definition at line 78 of file agent_editor.h.
std::string yaze::editor::AgentEditor::BotProfile::name = "Default Bot" |
Definition at line 79 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SaveBotProfile().
std::string yaze::editor::AgentEditor::BotProfile::description |
std::string yaze::editor::AgentEditor::BotProfile::provider = "mock" |
Definition at line 81 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
std::string yaze::editor::AgentEditor::BotProfile::model |
Definition at line 82 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
std::string yaze::editor::AgentEditor::BotProfile::ollama_host = "http://localhost:11434" |
Definition at line 83 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
std::string yaze::editor::AgentEditor::BotProfile::gemini_api_key |
Definition at line 84 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
std::string yaze::editor::AgentEditor::BotProfile::system_prompt |
Definition at line 85 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawPromptEditorPanel(), yaze::editor::AgentEditor::JsonToProfile(), and yaze::editor::AgentEditor::ProfileToJson().
bool yaze::editor::AgentEditor::BotProfile::verbose = false |
Definition at line 86 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
bool yaze::editor::AgentEditor::BotProfile::show_reasoning = true |
int yaze::editor::AgentEditor::BotProfile::max_tool_iterations = 4 |
int yaze::editor::AgentEditor::BotProfile::max_retry_attempts = 3 |
Definition at line 89 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), and yaze::editor::AgentEditor::ProfileToJson().
std::vector<std::string> yaze::editor::AgentEditor::BotProfile::tags |
Definition at line 90 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), and yaze::editor::AgentEditor::ProfileToJson().
absl::Time yaze::editor::AgentEditor::BotProfile::created_at = absl::Now() |
Definition at line 91 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::JsonToProfile(), and yaze::editor::AgentEditor::ProfileToJson().
absl::Time yaze::editor::AgentEditor::BotProfile::modified_at = absl::Now() |
Definition at line 92 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::JsonToProfile(), and yaze::editor::AgentEditor::ProfileToJson().