← 返回
开发者工具 中文

Council of Wisdom

A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed.
多智能体协商中心,含3个核心智能体和可扩展扩展智能体,支持按需调用用户工作区技能。
adelpro
开发者工具 clawhub v1.3.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 422
下载
💾 5
安装
1
版本
#agents#council#decision-making#latest#multi-agent#orchestration#routing#wisdom

概述

Council of Wisdom

A multi-agent deliberation hub with 3 core agents and extensible extended agents.

When to Activate

Auto-Trigger

  • Decision words: should I, should we, better to, which option
  • Risk signals: dangerous, risk, worried, concerned, scared
  • Complex words: analyze, compare, think, help me
  • Explicit: council:, ask the council

Auto-Skip

hello, hi, hey, thanks, thank you
what time, weather, temperature
yes, no, ok, sure
define, what is

Architecture

Query → Check Skip List
           │
           ▼ (if not skipped)
    ┌──────────────────┐
    │  CORE AGENTS    │ (always run)
    │ - Intent Decoder│
    │ - Risk Checker  │
    │ - Tone Designer │
    └──────────────────┘
           │
           ▼ (if extended triggered)
    ┌──────────────────┐
    │ EXTENDED AGENTS │ (included)
    └──────────────────┘
           │
           ▼
    ┌──────────────────┐
    │ WORKSPACE SKILLS │ (if needed)
    └──────────────────┘
           │
           ▼
    Enriched Response

Core Agents (Always Run)

Intent Decoder

What does the user actually want?

Risk Checker

What could go wrong?

Tone Designer

How should this feel?

Extended Agents (Included)

AgentTrigger Keywords
------------------------
System Designerapi, database, architecture, system
Complexity Assessorcomplex, analyze, compare
Values Guardianethical, moral, values, fair

Calling Workspace Skills

The council can call skills from your workspace when specialized knowledge is needed.

Example:

  • Query about Quran → call quran-search-engine-mcp
  • Query about GitHub → call github-mcp
  • Query about security → call penetration-tester agent

To add workspace skills:

  1. Skills go in workspace/skills/
  2. Agents go in workspace/agents/
  3. The council detects keywords and calls them when needed

Adding Custom Extended Agents

Create a new .md file in agents/ folder:

# Your Agent Name

Trigger: keyword1, keyword2

Your analysis...

Output

Implicit Mode (Default)

Skill runs silently. Apply analysis to shape response.

Explicit Mode (When Asked)

Use council: prefix to see full analysis.

Simple Rules (80% of Value)

IF query contains: dangerous, risk, worried, scared
THEN: Risk Checker flag = high

IF query contains: frustrated, angry, upset
THEN: Tone = empathetic

SEO

Keywords: multi-agent, AI router, agent council, decision support, AI deliberation, extensible hub, workspace skills

Use cases: personal AI assistant, decision making, risk assessment

版本历史

共 1 个版本

  • v1.3.1 当前
    2026-03-29 20:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,785
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,123
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,103