-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
20 lines (20 loc) · 972 Bytes
/
Copy pathapp.json
File metadata and controls
20 lines (20 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"slug": "mini-notes",
"name": "Mini Notes",
"version": "0.1.0",
"tagline": "A local Anna App for notes summarized through Executa sampling.",
"description": "Mini Notes is a local Anna App interview project. Its Vue UI persists notes through Anna storage and calls a bundled Executa over anna.tools.invoke. The Executa then requests the summary from the host through reverse JSON-RPC sampling/createMessage.",
"category": "productivity",
"logo_url": "https://example.com/mini-notes/logo.png",
"cover_url": "https://example.com/mini-notes/cover.png",
"screenshots": ["https://example.com/mini-notes/screenshot.png"],
"homepage_url": "https://github.com/Cicalaqvq/Mini-Notes",
"support_url": "https://github.com/Cicalaqvq/Mini-Notes/issues",
"privacy_url": "https://github.com/Cicalaqvq/Mini-Notes#privacy",
"pricing_model": "free",
"bundled_executas": {
"notes-summarizer": {
"path": "./executas/notes-summarizer-python"
}
}
}