12 lines
481 B
Markdown
12 lines
481 B
Markdown
# 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 `Arc` and `RwLock` for safe concurrent access.
|
|
- **TUI Integration:** Designed to be easily rendered in the terminal interface.
|
|
- **Dynamic Updates:** Support for the `todo_write` tool to modify the list during execution.
|