Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::TodoCallbacks Struct Reference

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)
 

Detailed Description

Callback type for saving/restoring todo list state.

The facade implements these to access EntropicServer's TodoTool.

Version
1.8.6

Definition at line 79 of file delegation.h.

Member Data Documentation

◆ install_fresh

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.

◆ restore

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.

◆ save

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.

◆ user_data

void* entropic::TodoCallbacks::user_data = nullptr

Opaque pointer (facade context)

Definition at line 86 of file delegation.h.


The documentation for this struct was generated from the following file: