#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 | openai_api_key |
| 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 93 of file agent_editor.h.
| std::string yaze::editor::AgentEditor::BotProfile::name = "Default Bot" |
Definition at line 94 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 96 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::DrawStatusPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::BotProfile::model |
Definition at line 97 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::DrawStatusPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SendToGemini(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::BotProfile::ollama_host = "http://localhost:11434" |
| std::string yaze::editor::AgentEditor::BotProfile::gemini_api_key |
Definition at line 99 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SendToGemini(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::BotProfile::openai_api_key |
Definition at line 100 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::InitializeWithDependencies(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
| std::string yaze::editor::AgentEditor::BotProfile::system_prompt |
Definition at line 101 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 102 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), yaze::editor::AgentEditor::SendToGemini(), and yaze::editor::AgentEditor::SetCurrentProfile().
| bool yaze::editor::AgentEditor::BotProfile::show_reasoning = true |
Definition at line 103 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
| int yaze::editor::AgentEditor::BotProfile::max_tool_iterations = 4 |
Definition at line 104 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
| int yaze::editor::AgentEditor::BotProfile::max_retry_attempts = 3 |
Definition at line 105 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::AgentEditor(), yaze::editor::AgentEditor::DrawAgentBuilderPanel(), yaze::editor::AgentEditor::DrawConfigurationPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::LoadBotProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::SetCurrentProfile().
| float yaze::editor::AgentEditor::BotProfile::temperature = 0.25f |
| float yaze::editor::AgentEditor::BotProfile::top_p = 0.95f |
| int yaze::editor::AgentEditor::BotProfile::max_output_tokens = 2048 |
| bool yaze::editor::AgentEditor::BotProfile::stream_responses = false |
| std::vector<std::string> yaze::editor::AgentEditor::BotProfile::tags |
Definition at line 110 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 111 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 112 of file agent_editor.h.
Referenced by yaze::editor::AgentEditor::DrawBotProfilesPanel(), yaze::editor::AgentEditor::JsonToProfile(), yaze::editor::AgentEditor::ProfileToJson(), and yaze::editor::AgentEditor::Save().