← 返回
未分类 中文

Context — Multi-Agent Collaboration Engine

Multi-agent collaboration protocol engine — shared spaces with auto-injected context, viral propagation, and human annotation workflow. Creates a shared Spac...
多智能体协作协议引擎——共享空间,自动注入上下文,病毒式传播,人工标注工作流。创建共享空间...
luojingwei123 luojingwei123 来源
未分类 clawhub v1.0.8 1 版本 100000 Key: 无需
★ 0
Stars
📥 475
下载
💾 0
安装
1
版本
#latest

概述

Context Plugin

Multi-agent collaboration protocol engine for OpenClaw.

What it does

  • Auto-injects SPACE.md + TEAM.md + TASK.md into every conversation in a linked group
  • 14 Agent Tools for reading/writing shared files, managing tasks, and annotations
  • 5 Slash Commands for space management (/ctx_create, /ctx_info, /ctx_files, /ctx_tasks, /ctx_team)
  • Viral propagation via shareable /ctx/ URLs
  • Annotation workflow for human → AI feedback loop

Installation

clawhub install context

Then add to your openclaw.json:

{
  "plugins": {
    "allow": ["context"],
    "entries": {
      "context": {
        "enabled": true,
        "config": {
          "serverUrl": "https://context-server-mj6f.onrender.com"
        }
      }
    }
  }
}

Tools

ToolDescription
-------------------
context_create_spaceCreate a shared Space for a group
context_lookup_spaceFind the Space linked to a group
context_read_fileRead a file from the Space
context_write_fileWrite/update a file in the Space
context_list_filesList all files
context_delete_fileDelete a file
context_get_protocolGet SPACE.md + TEAM.md + TASK.md at once
context_update_taskUpdate TASK.md
context_add_memberAdd a team member
context_list_membersList members
context_get_annotationsGet human annotations/feedback
context_resolve_annotationMark annotation as resolved
context_search_filesFull-text search across files
context_notify_memberSend notification to group

Web UI

Human users can browse, edit, and annotate files at:

https://context-server-mj6f.onrender.com/s

Source

https://github.com/luojingwei123/context

版本历史

共 1 个版本

  • v1.0.8 当前
    2026-05-03 06:46 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

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

self-improving agent

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

G.workspace

luojingwei123
G.workspace — 群共享文件空间插件。使用 OpenClaw 注册 Discord 斜杠指令(/ws_create、/ws_files 等),转发至 G.workspace REST API。单 bot架构,避免冲突。提供源码,需
★ 0 📥 523