mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-17 21:44:36 +01:00
feat: implement YAML-based plugin system with metadata
This commit is contained in:
11
plugins/action_items_todo.yaml
Normal file
11
plugins/action_items_todo.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: action_items_todo
|
||||
description: Extract action items and todos from the transcript
|
||||
model: llama2 # Optional, falls back to OLLAMA_MODEL from .env
|
||||
type: or # or, and, all
|
||||
prompt: |
|
||||
Extract action items and todos from the following transcript.
|
||||
Format each item as a markdown checkbox.
|
||||
If there are no action items or todos, output "No action items or todos found."
|
||||
|
||||
Transcript:
|
||||
{transcript}
|
||||
10
plugins/summary.all.yaml
Normal file
10
plugins/summary.all.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: summary
|
||||
description: Generate a concise summary of the transcript
|
||||
model: llama2 # Optional, falls back to OLLAMA_MODEL from .env
|
||||
type: all # or, and, all
|
||||
prompt: |
|
||||
Please provide a concise summary of the following transcript.
|
||||
Focus on the main points and key takeaways.
|
||||
|
||||
Transcript:
|
||||
{transcript}
|
||||
Reference in New Issue
Block a user