返回 Skill 列表
extension
分类: 开发与工程无需 API Key

liku-orchestrator

基于路径的多代理编排使用Liku目录层次结构(skills.xml继承,todo.md + LikuErrors.md审计跟踪,SQLite内存)。当您需要初始化Liku、为特定的Liku/*驻留路径生成代理包或将Liku作为MCP服务器暴露给Gemini-CLI、Claude Code、Copilot-CLI或ChatGPT Codex时,请使用此方法。

person作者: jakexiaohubgithub

Liku Orchestrator

What to do

  • Treat Liku/ as the canonical source of truth for agent identity, scope, and state.
  • Load skills by inheriting skills.xml from the agent residence directory up to Liku/.
  • Mirror progress to todo.md; mirror failures to LikuErrors.md.

Quick start (repo-local)

  • Initialize: run liku init
  • Start MCP server (stdio): run liku-mcp
  • Generate a bundle for a residence path:
    • Call MCP tool liku.invoke with agentResidence like Liku/specialist/ts and a JSON task.

Notes

  • If an action would require root-only privilege, return an escalation request as structured output; do not assume interactive consent unless the client supports it.