Skip to content

Commit aa36815

Browse files
committed
Merge remote-tracking branch 'origin/add-links-for-updated-boards'
2 parents 3cc06f9 + e9ea453 commit aa36815

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ private/
1111
replit.nix
1212
content/.obsidian/workspace.json
1313
content/.obsidian/graph.json
14+
.vscode

content/Phase 1/DevPulse.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ title: DevPulse
1111
> Summarising Developer Sentiment
1212
1313
- Initial Prototype: [github.com/ExaDev/dev-pulse](https://github.com/ExaDev/dev-pulse)
14+
- [DevPulse New Syntax (CLI)](https://github.com/ExaDev/breadboard-examples/blob/dev-pulse-new-syntax/src/examples/dev-pulse/breadboard/index.ts)
1415
- [github.com/ExaDev/samples/DevPulse](https://github.com/ExaDev/breadboard-samples/tree/develop/samples/DevPulse)
1516

1617
![Pasted image 20240529151406](../../files/Pasted%20image%2020240529151406.png)

content/Phase 2/Chrome Extension.md

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ The most up-to-date and stable version of this project, that uses the Claude API
3030
- [breadboard-sentiment-analysis-chrome-extension](https://github.com/ExaDev/breadboard/tree/breadboard-sentiment-analysis-chrome-extension/packages/breadboard-chrome-extension)
3131

3232
This follows the same structure as the summariser, but the focus here was to integrate a board that performs sentiment analysis on a selected piece of text.
33+
34+
# Reusable boards
35+
36+
- [Claude summary](https://github.com/ExaDev/breadboard/blob/claude-summarisation-board-test/packages/breadboard-chrome-extension/src/breadboard/graphs/claudeBoard.json)
37+
[🔗](https://breadboard-ai.web.app/?board=https%3A%2F%2Fraw.githubusercontent.com%2FExaDev%2Fbreadboard%2Fclaude-summarisation-board-test%2Fpackages%2Fbreadboard-chrome-extension%2Fsrc%2Fbreadboard%2Fgraphs%2FclaudeBoard.json)

0 commit comments

Comments
 (0)