#include <agent_editor.h>
Public Attributes | |
| std::string | provider = "mock" |
| std::string | model |
| std::string | ollama_host = "http://localhost:11434" |
| std::string | gemini_api_key |
| std::string | openai_api_key |
| bool | verbose = false |
| bool | show_reasoning = true |
| int | max_tool_iterations = 4 |
| int | max_retry_attempts = 3 |
| float | temperature = 0.25f |
| float | top_p = 0.95f |
| int | max_output_tokens = 2048 |
| bool | stream_responses = false |
Definition at line 120 of file agent_editor.h.
| std::string yaze::editor::AgentEditor::AgentConfig::provider = "mock" |
Definition at line 121 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::model |
Definition at line 122 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::ollama_host = "http://localhost:11434" |
Definition at line 123 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::gemini_api_key |
Definition at line 124 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::openai_api_key |
Definition at line 125 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| bool yaze::editor::AgentEditor::AgentConfig::verbose = false |
Definition at line 126 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| bool yaze::editor::AgentEditor::AgentConfig::show_reasoning = true |
| int yaze::editor::AgentEditor::AgentConfig::max_tool_iterations = 4 |
| int yaze::editor::AgentEditor::AgentConfig::max_retry_attempts = 3 |
Definition at line 129 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| float yaze::editor::AgentEditor::AgentConfig::temperature = 0.25f |
Definition at line 130 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| float yaze::editor::AgentEditor::AgentConfig::top_p = 0.95f |
Definition at line 131 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| int yaze::editor::AgentEditor::AgentConfig::max_output_tokens = 2048 |
Definition at line 132 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().
| bool yaze::editor::AgentEditor::AgentConfig::stream_responses = false |
Definition at line 133 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::LoadBotProfile(), and yaze::editor::AgentEditor::SetCurrentProfile().