qiaoji1990-alt/aifred-dsh-task-ledger0

@aifred/dsh-task-ledger

Provider-neutral task lifecycle and idempotent event ledger for DeepSeek Harness and Aifred

AI 분석

核心用途是管理任务生命周期与事件记录。适合需要本地 JSON 账本或连接 Aifred 兼容桥接服务的 headless 用户。

패키지
@aifred/dsh-task-ledger
버전
0.1.0
최근 업데이트
2026. 8. 25.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qiaoji1990-alt/aifred-dsh-task-ledger

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

Aifred mode

AIFRED_TASK_LEDGER_MODE=bridge
AIFRED_BRIDGE_URL=http://127.0.0.1:3888
AIFRED_BRIDGE_TOKEN=

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