xby-structured-argumentation
其他 活跃维护

xby-structured-argumentation

xby-skill/xby-structured-argumentation

一组模型上下文协议服务器,可为大型语言模型提供结构化论证类认知增强工具,补全大模型在逻辑推演、结构化表达方面的能力缺口,接入后即可让大模型输出更规范的结构化论证内容。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
11 MB
仓库大小
22 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:xby-skill/xby-structured-argumentation
git clone https://github.com/xby-skill/xby-structured-argumentation.git
git clone git@github.com:xby-skill/xby-structured-argumentation.git
README.md master

xby-structured-argumentation

DeepSeek Harness (DSH) 的插件:认知增强服务

一组模型上下文协议服务器,为大型语言模型提供认知增强工具。

功能

  • set_xby_apikey — 在聊天中设置 API 密钥(自动持久化,重启有效)
  • structuredArgumentation — A detailed tool for systematic dialectical reasoning and argument analysis.
    This tool helps analyze complex questions through formal argumentation structures.
    It facilitates the creation, critique, and synthesis of competing arguments.

When to use this tool:

  • Evaluating competing perspectives and claims
  • Analyzing complex ethical dilemmas
  • Assessing policy proposals with multiple stakeholders
  • Exploring scientific hypotheses and counter-arguments

Key features:

  • Break down arguments into claims, premises, and conclusions
  • Track relationships between arguments
  • Represent objections and rebuttals
  • Facilitate dialectical progression through thesis-antithesis-synthesis
  • Evaluate argument strengths and weaknesses
  • Visualize argument structures

Parameters explained:

  • claim: The central proposition being argued
  • premises: Supporting evidence or assumptions
  • conclusion: The logical consequence of accepting the claim
  • argumentType: Whether this is a thesis, antithesis, synthesis, objection, or rebuttal
  • confidence: Your confidence level in this argument (0.0-1.0)
  • respondsTo: ID of an argument this directly responds to
  • supports/contradicts: IDs of arguments this supports or contradicts
  • strengths/weaknesses: Notable strong or weak points of the argument
  • nextArgumentNeeded: Whether another argument is needed in the dialectic

安装

方式一:从 GitHub 直接安装(推荐)

# 格式: dsh plugin --profile <profile> add github:<owner>/<repo>
dsh plugin --profile web add github:xby_skill/xby-structured-argumentation

方式二:从本地目录安装(开发模式)

# 仅用于本地开发调试
dsh plugin --profile web add /absolute/path/to/xby-structured-argumentation

方式三:通过 cordis.patch.yml 开发调试

dsh web --profile web --patch /absolute/path/to/dsh-ocr-plugin/cordis.patch.yml

配置

获取 API 密钥

前往 小笨羊官网 注册并获取 API 密钥。