#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 | anthropic_api_key |
| std::string | openai_api_key |
| std::string | openai_base_url = "https://api.openai.com" |
| 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 137 of file agent_editor.h.
| std::string yaze::editor::AgentEditor::AgentConfig::provider = "mock" |
Definition at line 138 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::model |
Definition at line 139 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::ollama_host = "http://localhost:11434" |
Definition at line 140 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::gemini_api_key |
Definition at line 141 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::anthropic_api_key |
Definition at line 142 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::InitializeWithDependencies(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::openai_api_key |
Definition at line 143 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| std::string yaze::editor::AgentEditor::AgentConfig::openai_base_url = "https://api.openai.com" |
Definition at line 144 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| bool yaze::editor::AgentEditor::AgentConfig::verbose = false |
Definition at line 145 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| bool yaze::editor::AgentEditor::AgentConfig::show_reasoning = true |
Definition at line 146 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| int yaze::editor::AgentEditor::AgentConfig::max_tool_iterations = 4 |
Definition at line 147 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| int yaze::editor::AgentEditor::AgentConfig::max_retry_attempts = 3 |
Definition at line 148 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfig(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| float yaze::editor::AgentEditor::AgentConfig::temperature = 0.25f |
Definition at line 149 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| float yaze::editor::AgentEditor::AgentConfig::top_p = 0.95f |
Definition at line 150 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| int yaze::editor::AgentEditor::AgentConfig::max_output_tokens = 2048 |
Definition at line 151 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().
| bool yaze::editor::AgentEditor::AgentConfig::stream_responses = false |
Definition at line 152 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::SetCurrentProfile(), and yaze::editor::AgentEditor::SyncConfigFromProfile().