Callbacks for automation operations. More...
#include <agent_state.h>
Public Attributes | |
| std::function< void()> | open_harness_dashboard |
| std::function< void()> | replay_last_plan |
| std::function< void(const std::string &) | focus_proposal ) |
| std::function< void()> | show_active_tests |
| std::function< void()> | poll_status |
Callbacks for automation operations.
Definition at line 507 of file agent_state.h.
| std::function<void()> yaze::editor::AutomationCallbacks::open_harness_dashboard |
Definition at line 508 of file agent_state.h.
Referenced by yaze::editor::AgentAutomationPanel::Draw().
| std::function<void()> yaze::editor::AutomationCallbacks::replay_last_plan |
Definition at line 509 of file agent_state.h.
Referenced by yaze::editor::AgentAutomationPanel::Draw().
| std::function<void(const std::string&) yaze::editor::AutomationCallbacks::focus_proposal) |
Definition at line 510 of file agent_state.h.
| std::function<void()> yaze::editor::AutomationCallbacks::show_active_tests |
Definition at line 511 of file agent_state.h.
Referenced by yaze::editor::AgentAutomationPanel::Draw().
| std::function<void()> yaze::editor::AutomationCallbacks::poll_status |
Definition at line 512 of file agent_state.h.
Referenced by yaze::editor::AgentAutomationPanel::Draw().