Loading...
Loading...
Schedule and task query skill. Suitable for obtaining schedule and task information for the last two weeks. Use this skill when users need to check recent task arrangements.
npx skill4agent add 6fy/lfy-cli lfy-scheduleis a command-line program provided by Lufeny, all operations are completed by executing thelfy-clicommand.lfy-cli
lfy-cli schedule <interface name> '{}'errcode0lfy-cli schedule get_recent_tasks '{}'[
{
"task_id": 1001,
"task_no": "TASK-2024-001",
"task_type": 1,
"type_name": "Task",
"task_name": "Complete official document translation",
"start_time": "2024-03-01 09:00",
"due_time": "2024-03-05 18:00",
"owner_name": "Zhang San",
"status_value": 20,
"status_name": "In Progress",
"priority_name": "High"
}
]| Field | Type | Description |
|---|---|---|
| integer | Unique task ID |
| string | Task number |
| integer | Task type |
| string | Type name |
| string | Task name |
| string | Start time |
| string | Due time |
| string | Name of the person in charge |
| integer | Status value |
| string | Status name |
| string | Priority name |
| Value | Type Name |
|---|---|
| 1 | Task |
| 2 | Requirement |
| 3 | Bug |
| Value | Status Name |
|---|---|
| 10 | To Do |
| 20 | In Progress |
| 30 | Completed |
get_recent_tasks| No. | Task Name | Type | Start Time | Due Time | Person in Charge | Status | Priority |
|---|---|---|---|---|---|---|---|
| TASK-2024-001 | Complete official document translation | Task | 2024-03-01 09:00 | 2024-03-05 18:00 | Zhang San | In Progress | High |
| TASK-2024-002 | User permission optimization | Requirement | 2024-03-03 09:00 | 2024-03-10 18:00 | Li Si | In Progress | Medium |
| Original Field | Chinese Header | Remarks |
|---|---|---|
| task_no | No. | Display by default |
| task_name | Task Name | Display by default |
| type_name | Type | Display by default |
| start_time | Start Time | Display by default |
| due_time | Due Time | Display by default |
| owner_name | Person in Charge | Display by default |
| status_name | Status | Display by default |
| priority_name | Priority | Display by default |
| task_id | - | Technical field, hidden by default |
| task_type | - | Technical field, hidden by default |
| status_value | - | Technical field, hidden by default |