Enables task management through natural language with full CRUD operations including add, list, update, complete, and delete tasks with JSON persistence.
Enables to manage tasks stored locally in a JSON file, including adding, completing, and querying pending tasks, as well as generating daily summaries.
Enables users to manage tasks through a simple JSON file interface. Provides basic task management functionality by reading and writing to a configurable tasks.json file.