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 478 of file agent_state.h.
| std::function<void()> yaze::editor::AutomationCallbacks::open_harness_dashboard |
Definition at line 479 of file agent_state.h.
Referenced by yaze::editor::AgentAutomationPanel::Draw().
| std::function<void()> yaze::editor::AutomationCallbacks::replay_last_plan |
Definition at line 480 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 481 of file agent_state.h.
| std::function<void()> yaze::editor::AutomationCallbacks::show_active_tests |
Definition at line 482 of file agent_state.h.
Referenced by yaze::editor::AgentAutomationPanel::Draw().
| std::function<void()> yaze::editor::AutomationCallbacks::poll_status |
Definition at line 483 of file agent_state.h.
Referenced by yaze::editor::AgentAutomationPanel::Draw().