返回目录
其他 插件

aifred-dsh-task-ledger

qiaoji1990-alt/aifred-dsh-task-ledger

Provider-neutral task lifecycle and idempotent event ledger plugin for DeepSeek Harness. Works standalone for any DSH project and optionally integrates with Aifred through a bridge.

Stars
0
Forks
0
Issues
0
更新
28 天前

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

未验证
dsh plugin --profile web add github:qiaoji1990-alt/aifred-dsh-task-ledger

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

Aifred DSH Task Ledger

Provider-neutral task lifecycle tools for DeepSeek Harness. The plugin can run independently with a local appendable JSON ledger, or connect to an Aifred-compatible bridge by setting AIFRED_TASK_LEDGER_MODE=bridge and AIFRED_BRIDGE_URL.

Tools

  • aifred_task_create
  • aifred_task_get
  • aifred_task_list
  • aifred_task_cancel
  • aifred_task_resume
  • aifred_task_event

The plugin does not send messages, write family data, control devices, or bypass approvals. Aifred/Fubo remains the source of truth when bridge mode is enabled. Event IDs are idempotency keys; cancelled tasks must reject late results.

Install

dsh plugin --profile headless add github:qiaoji1990-alt/aifred-dsh-task-ledger

After an npm release, the package form will also be available:

dsh plugin --profile headless add @aifred/dsh-task-ledger

Aifred mode

AIFRED_TASK_LEDGER_MODE=bridge
AIFRED_BRIDGE_URL=http://127.0.0.1:3888
AIFRED_BRIDGE_TOKEN=<token>

The bridge endpoint is /api/aifred-bridge/tasks. It is intentionally a separate optional integration surface so the plugin remains useful without Aifred.

CLASSIFICATION EVIDENCE

分类依据

项目类型插件
功能分类其他
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。