Agent configuration state. More...
#include <agent_state.h>

Public Attributes | |
| std::string | ai_provider = "mock" |
| std::string | ai_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 |
| std::vector< std::string > | favorite_models |
| std::vector< std::string > | model_chain |
| ChainMode | chain_mode = ChainMode::kDisabled |
| std::vector< ModelPreset > | model_presets |
| ToolConfig | tool_config |
| char | provider_buffer [32] = "mock" |
| char | model_buffer [128] = {} |
| char | ollama_host_buffer [256] = "http://localhost:11434" |
| char | gemini_key_buffer [256] = {} |
| char | openai_key_buffer [256] = {} |
Agent configuration state.
Definition at line 177 of file agent_state.h.
| std::string yaze::editor::AgentConfigState::ai_provider = "mock" |
Definition at line 178 of file agent_state.h.
| std::string yaze::editor::AgentConfigState::ai_model |
Definition at line 179 of file agent_state.h.
| std::string yaze::editor::AgentConfigState::ollama_host = "http://localhost:11434" |
Definition at line 180 of file agent_state.h.
| std::string yaze::editor::AgentConfigState::gemini_api_key |
Definition at line 181 of file agent_state.h.
| std::string yaze::editor::AgentConfigState::openai_api_key |
Definition at line 182 of file agent_state.h.
| bool yaze::editor::AgentConfigState::verbose = false |
Definition at line 183 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| bool yaze::editor::AgentConfigState::show_reasoning = true |
Definition at line 184 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| int yaze::editor::AgentConfigState::max_tool_iterations = 4 |
Definition at line 185 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| int yaze::editor::AgentConfigState::max_retry_attempts = 3 |
Definition at line 186 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| float yaze::editor::AgentConfigState::temperature = 0.25f |
Definition at line 187 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| float yaze::editor::AgentConfigState::top_p = 0.95f |
Definition at line 188 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| int yaze::editor::AgentConfigState::max_output_tokens = 2048 |
Definition at line 189 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| bool yaze::editor::AgentConfigState::stream_responses = false |
Definition at line 190 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderParameterControls().
| std::vector<std::string> yaze::editor::AgentConfigState::favorite_models |
Definition at line 191 of file agent_state.h.
| std::vector<std::string> yaze::editor::AgentConfigState::model_chain |
Definition at line 192 of file agent_state.h.
| ChainMode yaze::editor::AgentConfigState::chain_mode = ChainMode::kDisabled |
Definition at line 193 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderChainModeControls().
| std::vector<ModelPreset> yaze::editor::AgentConfigState::model_presets |
Definition at line 194 of file agent_state.h.
| ToolConfig yaze::editor::AgentConfigState::tool_config |
Definition at line 195 of file agent_state.h.
Referenced by yaze::editor::AgentConfigurationPanel::RenderToolingControls().
| char yaze::editor::AgentConfigState::provider_buffer[32] = "mock" |
Definition at line 198 of file agent_state.h.
| char yaze::editor::AgentConfigState::model_buffer[128] = {} |
Definition at line 199 of file agent_state.h.
| char yaze::editor::AgentConfigState::ollama_host_buffer[256] = "http://localhost:11434" |
Definition at line 200 of file agent_state.h.
| char yaze::editor::AgentConfigState::gemini_key_buffer[256] = {} |
Definition at line 201 of file agent_state.h.
| char yaze::editor::AgentConfigState::openai_key_buffer[256] = {} |
Definition at line 202 of file agent_state.h.