j-agent 12.10.67

Agent engine library for j-cli and j-gui
Documentation
1
2
3
4
5
6
7
8
9
mod entity;
mod todo_manager;
mod todo_read_tool;
mod todo_write_tool;

pub use entity::TodoItem;
pub use todo_manager::TodoManager;
pub use todo_read_tool::TodoReadTool;
pub use todo_write_tool::TodoWriteTool;