|
Entropic 2.3.8
Local-first agentic inference engine
|
Callback type for saving/restoring todo list state. More...
#include <entropic/core/delegation.h>
Public Attributes | |
| std::string(* | save )(void *user_data) = nullptr |
| Save current todo list state. Returns opaque state string. | |
| void(* | install_fresh )(void *user_data) = nullptr |
| Install a fresh empty todo list for child. | |
| void(* | restore )(const std::string &saved, void *user_data) = nullptr |
| Restore a previously saved todo list state. | |
| void * | user_data = nullptr |
| Opaque pointer (facade context) | |
Callback type for saving/restoring todo list state.
The facade implements these to access EntropicServer's TodoTool.
Definition at line 79 of file delegation.h.
| void(* entropic::TodoCallbacks::install_fresh) (void *user_data) = nullptr |
Install a fresh empty todo list for child.
Definition at line 83 of file delegation.h.
| void(* entropic::TodoCallbacks::restore) (const std::string &saved, void *user_data) = nullptr |
Restore a previously saved todo list state.
Definition at line 85 of file delegation.h.
| std::string(* entropic::TodoCallbacks::save) (void *user_data) = nullptr |
Save current todo list state. Returns opaque state string.
Definition at line 81 of file delegation.h.
| void* entropic::TodoCallbacks::user_data = nullptr |
Opaque pointer (facade context)
Definition at line 86 of file delegation.h.