62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"tblname": "hermes_tasks",
|
|
"title": "Task Management",
|
|
"params": {
|
|
"sortby": [
|
|
"order_index"
|
|
],
|
|
"logined_userid": "user_id",
|
|
"confidential_fields": [
|
|
"parameters_json"
|
|
],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id",
|
|
"user_id",
|
|
"workflow_id",
|
|
"parameters_json",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"alters": {
|
|
"task_type": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{
|
|
"value": "skill",
|
|
"text": "Skill Execution"
|
|
},
|
|
{
|
|
"value": "tool",
|
|
"text": "Tool Execution"
|
|
},
|
|
{
|
|
"value": "memory",
|
|
"text": "Memory Operation"
|
|
},
|
|
{
|
|
"value": "session_search",
|
|
"text": "Session Search"
|
|
},
|
|
{
|
|
"value": "custom",
|
|
"text": "Custom Script"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"user_id",
|
|
"workflow_id",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/hermes_tasks_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/hermes_tasks_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/hermes_tasks_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |