#include <agent_chat_widget.h>
Public Attributes | |
std::vector< AutomationTelemetry > | recent_tests |
bool | harness_connected = false |
absl::Time | last_poll = absl::InfinitePast() |
bool | auto_refresh_enabled = true |
float | refresh_interval_seconds = 2.0f |
float | pulse_animation = 0.0f |
float | scanline_offset = 0.0f |
int | connection_attempts = 0 |
absl::Time | last_connection_attempt = absl::InfinitePast() |
std::string | grpc_server_address = "localhost:50052" |
Definition at line 197 of file agent_chat_widget.h.
std::vector<AutomationTelemetry> yaze::editor::AgentChatWidget::AutomationState::recent_tests |
bool yaze::editor::AgentChatWidget::AutomationState::harness_connected = false |
Definition at line 199 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::PollAutomationStatus(), and yaze::editor::AgentChatWidget::RenderAutomationPanel().
absl::Time yaze::editor::AgentChatWidget::AutomationState::last_poll = absl::InfinitePast() |
Definition at line 200 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::PollAutomationStatus().
bool yaze::editor::AgentChatWidget::AutomationState::auto_refresh_enabled = true |
Definition at line 201 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::PollAutomationStatus(), and yaze::editor::AgentChatWidget::RenderAutomationPanel().
float yaze::editor::AgentChatWidget::AutomationState::refresh_interval_seconds = 2.0f |
Definition at line 202 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::PollAutomationStatus(), and yaze::editor::AgentChatWidget::RenderAutomationPanel().
float yaze::editor::AgentChatWidget::AutomationState::pulse_animation = 0.0f |
Definition at line 203 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderAutomationPanel().
float yaze::editor::AgentChatWidget::AutomationState::scanline_offset = 0.0f |
Definition at line 204 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderAutomationPanel().
int yaze::editor::AgentChatWidget::AutomationState::connection_attempts = 0 |
Definition at line 205 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::CheckHarnessConnection().
absl::Time yaze::editor::AgentChatWidget::AutomationState::last_connection_attempt = absl::InfinitePast() |
Definition at line 206 of file agent_chat_widget.h.
std::string yaze::editor::AgentChatWidget::AutomationState::grpc_server_address = "localhost:50052" |
Definition at line 207 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderAutomationPanel().