26 lines
981 B
JSON
26 lines
981 B
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"]
|
|
}
|
|
}
|