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

Single todo entry. More...

Public Attributes

std::string content
 Item text.
 
std::string status
 "pending", "in_progress", "done"
 

Detailed Description

Single todo entry.

Definition at line 42 of file entropic_server.cpp.

Member Data Documentation

◆ content

std::string entropic::TodoItem::content

Item text.

Definition at line 43 of file entropic_server.cpp.

◆ status

std::string entropic::TodoItem::status

"pending", "in_progress", "done"

Definition at line 44 of file entropic_server.cpp.


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