promptbook 0.98.0-8 → 0.98.0
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/package.json +83 -66
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "promptbook",
|
|
3
|
-
"version": "0.98.0
|
|
3
|
+
"version": "0.98.0",
|
|
4
4
|
"description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -15,51 +15,68 @@
|
|
|
15
15
|
],
|
|
16
16
|
"keywords": [
|
|
17
17
|
"ai",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
18
|
+
"ai-agents",
|
|
19
|
+
"ai-application-framework",
|
|
20
|
+
"ai-assistant",
|
|
21
|
+
"ai-automation",
|
|
22
|
+
"ai-development",
|
|
23
|
+
"ai-framework",
|
|
24
|
+
"ai-ops",
|
|
25
|
+
"ai-orchestration",
|
|
26
|
+
"ai-pipeline",
|
|
27
|
+
"ai-platform",
|
|
28
|
+
"ai-scripting",
|
|
29
|
+
"ai-sdk",
|
|
30
|
+
"ai-workflow",
|
|
31
|
+
"api-integration",
|
|
32
|
+
"automation-framework",
|
|
33
|
+
"book-language",
|
|
34
|
+
"browser",
|
|
35
|
+
"chatbot",
|
|
36
|
+
"content-generation",
|
|
37
|
+
"conversational-ai",
|
|
38
|
+
"cross-platform",
|
|
39
|
+
"cross-provider",
|
|
40
|
+
"developer-tools",
|
|
41
|
+
"embeddings",
|
|
42
|
+
"function-calling",
|
|
43
|
+
"generative-ai",
|
|
44
|
+
"human-readable",
|
|
45
|
+
"javascript",
|
|
46
|
+
"knowledge-base",
|
|
21
47
|
"language-model",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
48
|
+
"large-language-models",
|
|
49
|
+
"llm",
|
|
50
|
+
"llmops",
|
|
24
51
|
"machine-learning",
|
|
52
|
+
"markdown-dsl",
|
|
53
|
+
"mlops",
|
|
54
|
+
"model-agnostic",
|
|
55
|
+
"multi-model",
|
|
56
|
+
"multimodal",
|
|
57
|
+
"natural-language",
|
|
25
58
|
"natural-language-processing",
|
|
26
59
|
"nlp",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"gpt-4o",
|
|
34
|
-
"gpt-4o-mini",
|
|
35
|
-
"o1",
|
|
36
|
-
"o1-mini",
|
|
37
|
-
"o1-preview",
|
|
38
|
-
"anthropic",
|
|
39
|
-
"claude",
|
|
40
|
-
"claude-3",
|
|
41
|
-
"claude-3-opus",
|
|
42
|
-
"claude-3-sonnet",
|
|
43
|
-
"claude-3-haiku",
|
|
44
|
-
"gemini",
|
|
45
|
-
"gemini-pro",
|
|
46
|
-
"gemini-flash",
|
|
47
|
-
"mixtral",
|
|
48
|
-
"mistral",
|
|
49
|
-
"ollama",
|
|
50
|
-
"ai-orchestration",
|
|
60
|
+
"nodejs",
|
|
61
|
+
"orchestration",
|
|
62
|
+
"pipeline",
|
|
63
|
+
"plain-english",
|
|
64
|
+
"prompt",
|
|
65
|
+
"prompt-chaining",
|
|
51
66
|
"prompt-engineering",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"reasoning",
|
|
67
|
+
"prompt-management",
|
|
68
|
+
"prompt-template",
|
|
55
69
|
"rag",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"ai-application-framework",
|
|
70
|
+
"reasoning",
|
|
71
|
+
"task-automation",
|
|
72
|
+
"template",
|
|
60
73
|
"text-generation",
|
|
61
|
-
"
|
|
62
|
-
"
|
|
74
|
+
"text-processing",
|
|
75
|
+
"typescript",
|
|
76
|
+
"unified-interface",
|
|
77
|
+
"vendor-agnostic",
|
|
78
|
+
"workflow",
|
|
79
|
+
"workflow-engine"
|
|
63
80
|
],
|
|
64
81
|
"license": "BUSL-1.1",
|
|
65
82
|
"bugs": {
|
|
@@ -71,34 +88,34 @@
|
|
|
71
88
|
"npm": ">=8.0.0"
|
|
72
89
|
},
|
|
73
90
|
"peerDependencies": {
|
|
74
|
-
"@promptbook/core": "0.98.0
|
|
91
|
+
"@promptbook/core": "0.98.0"
|
|
75
92
|
},
|
|
76
93
|
"dependencies": {
|
|
77
|
-
"@promptbook/anthropic-claude": "0.98.0
|
|
78
|
-
"@promptbook/azure-openai": "0.98.0
|
|
79
|
-
"@promptbook/browser": "0.98.0
|
|
80
|
-
"@promptbook/cli": "0.98.0
|
|
81
|
-
"@promptbook/core": "0.98.0
|
|
82
|
-
"@promptbook/deepseek": "0.98.0
|
|
83
|
-
"@promptbook/documents": "0.98.0
|
|
84
|
-
"@promptbook/editable": "0.98.0
|
|
85
|
-
"@promptbook/fake-llm": "0.98.0
|
|
86
|
-
"@promptbook/google": "0.98.0
|
|
87
|
-
"@promptbook/javascript": "0.98.0
|
|
88
|
-
"@promptbook/legacy-documents": "0.98.0
|
|
89
|
-
"@promptbook/markdown-utils": "0.98.0
|
|
90
|
-
"@promptbook/markitdown": "0.98.0
|
|
91
|
-
"@promptbook/node": "0.98.0
|
|
92
|
-
"@promptbook/ollama": "0.98.0
|
|
93
|
-
"@promptbook/openai": "0.98.0
|
|
94
|
-
"@promptbook/pdf": "0.98.0
|
|
95
|
-
"@promptbook/remote-client": "0.98.0
|
|
96
|
-
"@promptbook/remote-server": "0.98.0
|
|
97
|
-
"@promptbook/templates": "0.98.0
|
|
98
|
-
"@promptbook/types": "0.98.0
|
|
99
|
-
"@promptbook/utils": "0.98.0
|
|
100
|
-
"@promptbook/vercel": "0.98.0
|
|
101
|
-
"@promptbook/website-crawler": "0.98.0
|
|
102
|
-
"@promptbook/wizard": "0.98.0
|
|
94
|
+
"@promptbook/anthropic-claude": "0.98.0",
|
|
95
|
+
"@promptbook/azure-openai": "0.98.0",
|
|
96
|
+
"@promptbook/browser": "0.98.0",
|
|
97
|
+
"@promptbook/cli": "0.98.0",
|
|
98
|
+
"@promptbook/core": "0.98.0",
|
|
99
|
+
"@promptbook/deepseek": "0.98.0",
|
|
100
|
+
"@promptbook/documents": "0.98.0",
|
|
101
|
+
"@promptbook/editable": "0.98.0",
|
|
102
|
+
"@promptbook/fake-llm": "0.98.0",
|
|
103
|
+
"@promptbook/google": "0.98.0",
|
|
104
|
+
"@promptbook/javascript": "0.98.0",
|
|
105
|
+
"@promptbook/legacy-documents": "0.98.0",
|
|
106
|
+
"@promptbook/markdown-utils": "0.98.0",
|
|
107
|
+
"@promptbook/markitdown": "0.98.0",
|
|
108
|
+
"@promptbook/node": "0.98.0",
|
|
109
|
+
"@promptbook/ollama": "0.98.0",
|
|
110
|
+
"@promptbook/openai": "0.98.0",
|
|
111
|
+
"@promptbook/pdf": "0.98.0",
|
|
112
|
+
"@promptbook/remote-client": "0.98.0",
|
|
113
|
+
"@promptbook/remote-server": "0.98.0",
|
|
114
|
+
"@promptbook/templates": "0.98.0",
|
|
115
|
+
"@promptbook/types": "0.98.0",
|
|
116
|
+
"@promptbook/utils": "0.98.0",
|
|
117
|
+
"@promptbook/vercel": "0.98.0",
|
|
118
|
+
"@promptbook/website-crawler": "0.98.0",
|
|
119
|
+
"@promptbook/wizard": "0.98.0"
|
|
103
120
|
}
|
|
104
121
|
}
|