taskter 0.1.0

Taskter is a terminal Kanban board CLI tool built with Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "assign_agent",
  "description": "Assign an agent to an existing task",
  "parameters": {
    "type": "object",
    "properties": {
      "task_id": { "type": "integer", "description": "ID of the task" },
      "agent_id": { "type": "integer", "description": "ID of the agent" }
    },
    "required": ["task_id", "agent_id"]
  }
}