← 返回
未分类 中文

OrchardOS

Agentic project and task management plugin for OpenClaw. Persistent SQLite-backed task board with a queue runner that auto-dispatches ready tasks as subagent...
用于 OpenClaw 的代理式项目与任务管理插件。基于 SQLite 的持久化任务看板,配备队列运行器,可自动将就绪任务派发为子代理...
derp42 derp42 来源
未分类 clawhub v0.2.5-rc.5 1 版本 99791.7 Key: 无需
★ 0
Stars
📥 479
下载
💾 0
安装
1
版本
#latest

概述

OrchardOS

OrchardOS is an OpenClaw plugin that gives your agents a persistent task board. Create projects, add tasks, and let the built-in queue runner dispatch them as subagents automatically.

Install

openclaw plugins install clawhub:openclaw-orchard
openclaw gateway restart

Configure (optional)

Orchard works after install with the plugin entry enabled. If you want to tune models, limits, database path, or queue cadence, configure the orchard plugin entry in openclaw.json.

Common options:

  • dbPath
  • roles.executor.model
  • roles.architect.enabled
  • limits.maxConcurrentExecutors
  • queueIntervalMs

Agent tools

Available in every agent session after install:

ToolDescription
-------------------
orchard_project_createCreate a new project
orchard_project_listList all projects
orchard_task_addAdd a task to a project
orchard_task_listList tasks (filter by project, status)
orchard_task_doneMark a task done with a summary
orchard_task_blockMark a task blocked with a reason
orchard_task_commentAdd a comment to a task
orchard_wakeTrigger the queue runner immediately

REST API

Main gateway API routes use the normal OpenClaw bearer-token auth model.

MethodPathDescription
---------------------------
GET/POST/orchard/projectsList / create projects
GET/POST/orchard/projects/:id/tasksList / add tasks
GET/PUT/orchard/tasks/:idGet / update task
POST/orchard/tasks/:id/commentsAdd comment
GET/orchard/tasks/:id/runsRun history
POST/orchard/wakeTrigger queue runner
GET/orchard/uiWeb dashboard

How it works

  1. Create a project with a goal
  2. Add tasks (ready status) via tools, API, or dashboard
  3. Queue runner polls every 5 minutes (configurable), dispatches ready tasks as subagents
  4. Executors use orchard_task_done / orchard_task_block to report back
  5. Architect wakes when queue is empty to generate new tasks toward the project goal

版本历史

共 1 个版本

  • v0.2.5-rc.5 当前
    2026-05-03 08:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,396 📥 322,561
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,460 📥 518,696
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,099 📥 826,154