Valkey AI Tasks
JSON →A task management system for AI agents that uses Valkey as its persistence layer.
Tools · 17
- create_plan Create a new plan
- get_plan Get a plan by ID
- list_plans List all plans
- list_plans_by_application List all plans for a specific application
- update_plan Update an existing plan
- delete_plan Delete a plan by ID
- update_plan_notes Update notes for a plan
- get_plan_notes Get notes for a plan
- create_task Create a new task in a plan
- get_task Get a task by ID
- list_tasks_by_plan List all tasks in a plan
- list_tasks_by_status List all tasks with a specific status
- update_task Update an existing task
- delete_task Delete a task by ID
- reorder_task Change the order of a task within its plan
- update_task_notes Update notes for a task
- get_task_notes Get notes for a task
Links
★ 25 GitHub stars