cklxx

background-tasks

后台任务管理 — 创建/查询/收集后台长时间运行的任务。

cklxx 11 1 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add cklxx/elephant-ai/background-tasks

Install via the SkillsCat registry.

SKILL.md

background-tasks

管理后台任务:派发、查询状态、收集结果。

调用

python3 skills/background-tasks/run.py '{"action":"dispatch","command":"go test ./...","description":"run tests"}'
python3 skills/background-tasks/run.py '{"action":"list"}'
python3 skills/background-tasks/run.py '{"action":"collect","task_id":"abc"}'