openbuilder 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
Get meeting summaries, action items, key decisions, and speaker analytics — all from your terminal.
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<img src="docs/demo-telegram.jpg" alt="OpenBuilder joining a Google Meet via Telegram" width="
|
|
9
|
-
<img src="docs/demo-telegram-2.jpg" alt="OpenBuilder taking screenshots and summarizing meetings in real time" width="
|
|
8
|
+
<img src="docs/demo-telegram.jpg" alt="OpenBuilder joining a Google Meet via Telegram" width="280">
|
|
9
|
+
<img src="docs/demo-telegram-2.jpg" alt="OpenBuilder taking screenshots and summarizing meetings in real time" width="280">
|
|
10
|
+
<img src="docs/demo-report.jpg" alt="AI meeting report with summary, chapters, action items, and speaker analytics" width="280">
|
|
10
11
|
</p>
|
|
11
12
|
|
|
12
13
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openbuilder",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Open-source AI meeting assistant — join Google Meet, capture transcripts, generate AI-powered meeting reports with summaries, action items, and speaker analytics",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|