Owlen Todo Tool
In-memory task list management for the Owlen AI agent.
Overview
This crate provides a simple, reactive todo list that the agent uses to keep track of its current objectives within a session.
Features
- Thread-safe Storage: Uses
ArcandRwLockfor safe concurrent access. - TUI Integration: Designed to be easily rendered in the terminal interface.
- Dynamic Updates: Support for the
todo_writetool to modify the list during execution.