#include <agent_editor.h>
Public Attributes | |
| std::string | name = "Default Bot" |
| std::string | description |
| std::string | provider = "mock" |
| std::string | host_id |
| 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" |
| std::string | system_prompt |
| 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 |
| std::vector< std::string > | tags |
| absl::Time | created_at = absl::Now() |
| absl::Time | modified_at = absl::Now() |
Definition at line 107 of file agent_editor.h.
| std::string yaze::editor::AgentEditor::BotProfile::name = "Default Bot" |
Definition at line 108 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SaveBotProfile(), and yaze::editor::AgentEditor::SyncProfileUiState().
| std::string yaze::editor::AgentEditor::BotProfile::description |
| std::string yaze::editor::AgentEditor::BotProfile::provider = "mock" |
Definition at line 110 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::DrawStatusPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::MaybeAutoDetectLocalProviders(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| std::string yaze::editor::AgentEditor::BotProfile::host_id |
Definition at line 111 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::MaybeAutoDetectLocalProviders(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| std::string yaze::editor::AgentEditor::BotProfile::model |
Definition at line 112 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::DrawStatusPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SendToGemini(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), yaze::editor::AgentEditor::SyncContextFromProfile(), and yaze::editor::AgentEditor::SyncProfileUiState().
| std::string yaze::editor::AgentEditor::BotProfile::ollama_host = "http://localhost:11434" |
Definition at line 113 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), yaze::editor::AgentEditor::SyncContextFromProfile(), and yaze::editor::AgentEditor::SyncProfileUiState().
| std::string yaze::editor::AgentEditor::BotProfile::gemini_api_key |
Definition at line 114 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SendToGemini(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), yaze::editor::AgentEditor::SyncContextFromProfile(), and yaze::editor::AgentEditor::SyncProfileUiState().
| std::string yaze::editor::AgentEditor::BotProfile::anthropic_api_key |
Definition at line 115 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SyncConfigFromProfile(), yaze::editor::AgentEditor::SyncContextFromProfile(), and yaze::editor::AgentEditor::SyncProfileUiState().
| std::string yaze::editor::AgentEditor::BotProfile::openai_api_key |
Definition at line 116 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), yaze::editor::AgentEditor::SyncContextFromProfile(), and yaze::editor::AgentEditor::SyncProfileUiState().
| std::string yaze::editor::AgentEditor::BotProfile::openai_base_url = "https://api.openai.com" |
Definition at line 117 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::anonymous_namespace{agent_editor.cc}::ApplyHostPresetToProfile(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), yaze::editor::AgentEditor::SyncContextFromProfile(), and yaze::editor::AgentEditor::SyncProfileUiState().
| std::string yaze::editor::AgentEditor::BotProfile::system_prompt |
Definition at line 118 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 119 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SendToGemini(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| bool yaze::editor::AgentEditor::BotProfile::show_reasoning = true |
Definition at line 120 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| int yaze::editor::AgentEditor::BotProfile::max_tool_iterations = 4 |
Definition at line 121 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| int yaze::editor::AgentEditor::BotProfile::max_retry_attempts = 3 |
Definition at line 122 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| float yaze::editor::AgentEditor::BotProfile::temperature = 0.25f |
Definition at line 123 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| float yaze::editor::AgentEditor::BotProfile::top_p = 0.95f |
Definition at line 124 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| int yaze::editor::AgentEditor::BotProfile::max_output_tokens = 2048 |
Definition at line 125 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::ApplyUserSettingsDefaults(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| bool yaze::editor::AgentEditor::BotProfile::stream_responses = false |
Definition at line 126 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::ApplyConfigFromContext(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SetCurrentProfile(), yaze::editor::AgentEditor::SyncConfigFromProfile(), and yaze::editor::AgentEditor::SyncContextFromProfile().
| std::vector<std::string> yaze::editor::AgentEditor::BotProfile::tags |
Definition at line 127 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SyncProfileUiState().
| absl::Time yaze::editor::AgentEditor::BotProfile::created_at = absl::Now() |
Definition at line 128 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() |