Skip to content
dsh.fish
Bundle

dsh-meeting-notes

会议纪要智能生成:从会议转写文本中提取决议、待办、负责人、截止时间和风险

Source
jetheaven
stars
1 stars
License
MIT
Updated
Updated yesterday

Readme

# dsh-meeting-notes

> DeepSeek Harness 会议纪要插件 — 从会议转写文本自动生成结构化纪要

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![DSH Plugin](https://img.shields.io/badge/DSH-Plugin-blue)](https://github.com/deepseek-ai/deepseek-harness)

## ✨ 功能

- **自动摘要**:一句话总结会议核心内容
- **议题提取**:按议题组织讨论内容和结论
- **行动项追踪**:自动提取任务、责任人、截止日期
- **多种输出格式**:结构化 JSON、Markdown 文档、邮件汇报版
- **适用场景**:项目周会、需求评审、客户会议、头脑风暴

## 📦 安装

```bash
dsh plugin add github:jetheaven/dsh-meeting-notes
```

## 🚀 使用

```
根据以下会议记录生成会议纪要:
张三:今天主要讨论Q4产品规划。我建议优先做用户增长功能。
李四:同意,但技术债也要还,搜索模块再不重构要出问题。
王五:那就这样,张三负责增长功能方案,下周五前出文档。李四负责搜索重构评估,下周三前给工时。
```

### 工具参数

| 参数 | 类型 | 必填 | 说明 |
|------|------|------|------|
| `transcript` | string | ✅ | 会议录音转写文本或原始笔记 |
| `meeting_title` | string | ❌ | 会议标题(不填则自动生成) |
| `format` | string | ❌ | 输出格式:structured(默认)/ markdown / email |

### 输出结构

- `title`:会议标题
- `summary`:一句话摘要
- `topics[]`:议题列表(topic / discussion / conclusion)
- `action_items[]`:行动项(task / owner / deadline)
- `notes_md`:完整 Markdown 格式纪要

## 🛠 开发

```bash
tsc
dsh plugin add /path/to/dsh-meeting-notes
```

## 💬 社区

DSH 社区插件发布帖:[deepseek-harness/discussions/1381](https://github.com/deepseek-ai/deepseek-harness/discussions/1381)

## 📄 License

MIT

Install

dsh plugin --profile web add github:jetheaven/dsh-meeting-notes

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source