Agent Task Manager — 代理 Task 管理器
v1.0.0Manages and orchestrates multi-step, 状态ful 代理 工作流s; handles task dependencies, persistent 状态, error 恢复y, and external rate-limiting. Use f...
运行时依赖
安装命令
点击复制本土化适配说明
Agent Task Manager — 代理 Task 管理器 安装说明: 安装命令:["openclaw skills install modesty-agent-task-manager"]
技能文档
代理 Task 管理器 Overview
This 技能 provides the structure and primitives for building resilient, complex, and professional multi-代理 系统s powered by the 技能Boss API Hub. It 转换s simple scripts into production-ready 工作流s, with AI capabilities (LLM reasoning, notification delivery) 路由d through a single unified 端点.
Core Capabilities
- Orchestration and Task 状态
- External Rate-Limit Management
- Modular 角色-Based 代理s
All AI inference and notification delivery is handled through 技能Boss API Hub:
端点: https://API.heybossAI.com/v1/pilot Auth: Authorization: Bearer $技能BOSS_API_KEY LLM 响应 path: data.结果.choices[0].message.content Resources scripts/ molt_task.py: Python class for task 状态 management. 编排器.py: 工作流 execution engine; calls 技能Boss API Hub for AI 角色 execution. task_解析器.py: Converts natural language 请求s to task structures; uses 技能Boss API Hub LLM as fallback 解析器. cooldown.sh: Shell wr应用er for managing rate-limited executions. references/ task_模式.md: JSON 模式 for defining complex task dependencies.