@plotday/twister 0.37.0 → 0.39.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/README.md +22 -16
- package/bin/commands/create.js +4 -4
- package/bin/commands/create.js.map +1 -1
- package/bin/index.js +1 -1
- package/bin/index.js.map +1 -1
- package/bin/templates/AGENTS.template.md +32 -0
- package/bin/templates/README.template.md +2 -2
- package/bin/utils/bundle.js +1 -1
- package/bin/utils/bundle.js.map +1 -1
- package/cli/templates/AGENTS.template.md +32 -0
- package/cli/templates/README.template.md +2 -2
- package/dist/{source.d.ts → connector.d.ts} +50 -23
- package/dist/connector.d.ts.map +1 -0
- package/dist/{source.js → connector.js} +51 -21
- package/dist/connector.js.map +1 -0
- package/dist/docs/assets/hierarchy.js +1 -1
- package/dist/docs/assets/navigation.js +1 -1
- package/dist/docs/assets/search.js +1 -1
- package/dist/docs/classes/{index.Source.html → index.Connector.html} +40 -24
- package/dist/docs/classes/index.Options.html +1 -1
- package/dist/docs/classes/tools_ai.AI.html +8 -4
- package/dist/docs/classes/tools_callbacks.Callbacks.html +1 -1
- package/dist/docs/classes/tools_integrations.Integrations.html +18 -11
- package/dist/docs/classes/tools_network.Network.html +1 -1
- package/dist/docs/classes/tools_plot.Plot.html +31 -22
- package/dist/docs/classes/tools_store.Store.html +1 -1
- package/dist/docs/classes/tools_tasks.Tasks.html +1 -1
- package/dist/docs/classes/tools_twists.Twists.html +4 -4
- package/dist/docs/classes/twist.Twist.html +1 -1
- package/dist/docs/documents/Building_Connectors.html +137 -0
- package/dist/docs/documents/Built-in_Tools.html +3 -3
- package/dist/docs/documents/Core_Concepts.html +5 -5
- package/dist/docs/documents/Getting_Started.html +1 -1
- package/dist/docs/enums/plot.ActionType.html +3 -1
- package/dist/docs/enums/plot.ActorType.html +4 -4
- package/dist/docs/enums/plot.ConferencingProvider.html +6 -6
- package/dist/docs/enums/tools_ai.AIModel.html +2 -2
- package/dist/docs/enums/tools_integrations.AuthProvider.html +11 -11
- package/dist/docs/hierarchy.html +1 -1
- package/dist/docs/index.html +3 -3
- package/dist/docs/interfaces/tools_ai.AIRequest.html +11 -11
- package/dist/docs/interfaces/tools_ai.AIResponse.html +9 -9
- package/dist/docs/interfaces/tools_ai.FilePart.html +5 -5
- package/dist/docs/interfaces/tools_ai.ImagePart.html +4 -4
- package/dist/docs/interfaces/tools_ai.ReasoningPart.html +4 -4
- package/dist/docs/interfaces/tools_ai.RedactedReasoningPart.html +3 -3
- package/dist/docs/interfaces/tools_ai.TextPart.html +3 -3
- package/dist/docs/interfaces/tools_ai.ToolCallPart.html +5 -5
- package/dist/docs/interfaces/tools_ai.ToolExecutionOptions.html +4 -4
- package/dist/docs/interfaces/tools_ai.ToolResultPart.html +5 -5
- package/dist/docs/media/AGENTS.md +82 -65
- package/dist/docs/media/MULTI_USER_AUTH.md +1 -1
- package/dist/docs/media/SYNC_STRATEGIES.md +9 -9
- package/dist/docs/modules/index.html +1 -1
- package/dist/docs/modules/tools_ai.html +1 -1
- package/dist/docs/modules/tools_plot.html +1 -1
- package/dist/docs/modules.html +1 -1
- package/dist/docs/types/plot.Action.html +4 -2
- package/dist/docs/types/plot.Actor.html +5 -5
- package/dist/docs/types/plot.ContentType.html +1 -1
- package/dist/docs/types/plot.Link.html +15 -15
- package/dist/docs/types/plot.NewActor.html +1 -1
- package/dist/docs/types/plot.NewContact.html +5 -5
- package/dist/docs/types/plot.NewLink.html +1 -1
- package/dist/docs/types/plot.NewLinkWithNotes.html +1 -1
- package/dist/docs/types/plot.NewNote.html +1 -1
- package/dist/docs/types/plot.NewTags.html +1 -1
- package/dist/docs/types/plot.NewThread.html +1 -1
- package/dist/docs/types/plot.NewThreadWithNotes.html +1 -1
- package/dist/docs/types/plot.Note.html +1 -1
- package/dist/docs/types/plot.NoteUpdate.html +1 -1
- package/dist/docs/types/plot.PickPriorityConfig.html +2 -2
- package/dist/docs/types/plot.Tags.html +1 -1
- package/dist/docs/types/plot.Thread.html +1 -1
- package/dist/docs/types/plot.ThreadCommon.html +7 -7
- package/dist/docs/types/plot.ThreadFilter.html +2 -2
- package/dist/docs/types/plot.ThreadMeta.html +1 -1
- package/dist/docs/types/plot.ThreadUpdate.html +1 -1
- package/dist/docs/types/plot.ThreadWithNotes.html +1 -1
- package/dist/docs/types/tools_ai.AIAssistantMessage.html +2 -2
- package/dist/docs/types/tools_ai.AICapabilities.html +6 -0
- package/dist/docs/types/tools_ai.AIMessage.html +1 -1
- package/dist/docs/types/tools_ai.AIOptions.html +4 -0
- package/dist/docs/types/tools_ai.AISource.html +1 -1
- package/dist/docs/types/tools_ai.AISystemMessage.html +2 -2
- package/dist/docs/types/tools_ai.AITool.html +1 -1
- package/dist/docs/types/tools_ai.AIToolMessage.html +2 -2
- package/dist/docs/types/tools_ai.AIToolSet.html +1 -1
- package/dist/docs/types/tools_ai.AIUsage.html +5 -5
- package/dist/docs/types/tools_ai.AIUserMessage.html +2 -2
- package/dist/docs/types/tools_ai.DataContent.html +1 -1
- package/dist/docs/types/tools_ai.ModelPreferences.html +4 -4
- package/dist/docs/types/tools_integrations.ArchiveLinkFilter.html +5 -5
- package/dist/docs/types/tools_integrations.AuthToken.html +4 -4
- package/dist/docs/types/tools_integrations.Authorization.html +4 -4
- package/dist/docs/types/tools_integrations.LinkTypeConfig.html +1 -1
- package/dist/docs/types/tools_plot.LinkSearchResult.html +1 -0
- package/dist/docs/types/tools_plot.NoteSearchResult.html +1 -0
- package/dist/docs/types/tools_plot.SearchOptions.html +7 -0
- package/dist/docs/types/tools_plot.SearchResult.html +1 -0
- package/dist/docs/variables/tools_plot.SEARCH_DEFAULT_LIMIT.html +2 -0
- package/dist/docs/variables/tools_plot.SEARCH_MAX_LIMIT.html +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/llm-docs/connector.d.ts +9 -0
- package/dist/llm-docs/connector.d.ts.map +1 -0
- package/dist/llm-docs/connector.js +8 -0
- package/dist/llm-docs/connector.js.map +1 -0
- package/dist/llm-docs/index.js +2 -2
- package/dist/llm-docs/index.js.map +1 -1
- package/dist/llm-docs/plot.d.ts +1 -1
- package/dist/llm-docs/plot.d.ts.map +1 -1
- package/dist/llm-docs/plot.js +1 -1
- package/dist/llm-docs/plot.js.map +1 -1
- package/dist/llm-docs/tools/ai.d.ts +1 -1
- package/dist/llm-docs/tools/ai.d.ts.map +1 -1
- package/dist/llm-docs/tools/ai.js +1 -1
- package/dist/llm-docs/tools/ai.js.map +1 -1
- package/dist/llm-docs/tools/integrations.d.ts +1 -1
- package/dist/llm-docs/tools/integrations.d.ts.map +1 -1
- package/dist/llm-docs/tools/integrations.js +1 -1
- package/dist/llm-docs/tools/integrations.js.map +1 -1
- package/dist/llm-docs/tools/plot.d.ts +1 -1
- package/dist/llm-docs/tools/plot.d.ts.map +1 -1
- package/dist/llm-docs/tools/plot.js +1 -1
- package/dist/llm-docs/tools/plot.js.map +1 -1
- package/dist/llm-docs/twist-guide-template.d.ts +1 -1
- package/dist/llm-docs/twist-guide-template.d.ts.map +1 -1
- package/dist/llm-docs/twist-guide-template.js +1 -1
- package/dist/llm-docs/twist-guide-template.js.map +1 -1
- package/dist/plot.d.ts +10 -1
- package/dist/plot.d.ts.map +1 -1
- package/dist/plot.js +2 -0
- package/dist/plot.js.map +1 -1
- package/dist/tools/ai.d.ts +18 -0
- package/dist/tools/ai.d.ts.map +1 -1
- package/dist/tools/ai.js.map +1 -1
- package/dist/tools/integrations.d.ts +22 -10
- package/dist/tools/integrations.d.ts.map +1 -1
- package/dist/tools/integrations.js +3 -3
- package/dist/tools/integrations.js.map +1 -1
- package/dist/tools/plot.d.ts +53 -0
- package/dist/tools/plot.d.ts.map +1 -1
- package/dist/tools/plot.js +4 -0
- package/dist/tools/plot.js.map +1 -1
- package/dist/twist-guide.d.ts +1 -1
- package/dist/twist-guide.d.ts.map +1 -1
- package/package.json +38 -38
- package/tsconfig.base.json +1 -1
- package/dist/docs/documents/Building_Sources.html +0 -137
- package/dist/llm-docs/source.d.ts +0 -9
- package/dist/llm-docs/source.d.ts.map +0 -1
- package/dist/llm-docs/source.js +0 -8
- package/dist/llm-docs/source.js.map +0 -1
- package/dist/source.d.ts.map +0 -1
- package/dist/source.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plotday/twister",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "Plot Twist Creator - Build intelligent extensions that integrate and automate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -10,172 +10,172 @@
|
|
|
10
10
|
},
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
-
"@plotday/
|
|
13
|
+
"@plotday/connector": "./src/index.ts",
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
15
|
"default": "./dist/index.js"
|
|
16
16
|
},
|
|
17
17
|
"./twist": {
|
|
18
|
-
"@plotday/
|
|
18
|
+
"@plotday/connector": "./src/twist.ts",
|
|
19
19
|
"types": "./dist/twist.d.ts",
|
|
20
20
|
"default": "./dist/twist.js"
|
|
21
21
|
},
|
|
22
22
|
"./tool": {
|
|
23
|
-
"@plotday/
|
|
23
|
+
"@plotday/connector": "./src/tool.ts",
|
|
24
24
|
"types": "./dist/tool.d.ts",
|
|
25
25
|
"default": "./dist/tool.js"
|
|
26
26
|
},
|
|
27
|
-
"./
|
|
28
|
-
"@plotday/
|
|
29
|
-
"types": "./dist/
|
|
30
|
-
"default": "./dist/
|
|
27
|
+
"./connector": {
|
|
28
|
+
"@plotday/connector": "./src/connector.ts",
|
|
29
|
+
"types": "./dist/connector.d.ts",
|
|
30
|
+
"default": "./dist/connector.js"
|
|
31
31
|
},
|
|
32
32
|
"./plot": {
|
|
33
|
-
"@plotday/
|
|
33
|
+
"@plotday/connector": "./src/plot.ts",
|
|
34
34
|
"types": "./dist/plot.d.ts",
|
|
35
35
|
"default": "./dist/plot.js"
|
|
36
36
|
},
|
|
37
37
|
"./schedule": {
|
|
38
|
-
"@plotday/
|
|
38
|
+
"@plotday/connector": "./src/schedule.ts",
|
|
39
39
|
"types": "./dist/schedule.d.ts",
|
|
40
40
|
"default": "./dist/schedule.js"
|
|
41
41
|
},
|
|
42
42
|
"./tag": {
|
|
43
|
-
"@plotday/
|
|
43
|
+
"@plotday/connector": "./src/tag.ts",
|
|
44
44
|
"types": "./dist/tag.d.ts",
|
|
45
45
|
"default": "./dist/tag.js"
|
|
46
46
|
},
|
|
47
47
|
"./options": {
|
|
48
|
-
"@plotday/
|
|
48
|
+
"@plotday/connector": "./src/options.ts",
|
|
49
49
|
"types": "./dist/options.d.ts",
|
|
50
50
|
"default": "./dist/options.js"
|
|
51
51
|
},
|
|
52
52
|
"./tools/twists": {
|
|
53
|
-
"@plotday/
|
|
53
|
+
"@plotday/connector": "./src/tools/twists.ts",
|
|
54
54
|
"types": "./dist/tools/twists.d.ts",
|
|
55
55
|
"default": "./dist/tools/twists.js"
|
|
56
56
|
},
|
|
57
57
|
"./tools/ai": {
|
|
58
|
-
"@plotday/
|
|
58
|
+
"@plotday/connector": "./src/tools/ai.ts",
|
|
59
59
|
"types": "./dist/tools/ai.d.ts",
|
|
60
60
|
"default": "./dist/tools/ai.js"
|
|
61
61
|
},
|
|
62
62
|
"./tools/integrations": {
|
|
63
|
-
"@plotday/
|
|
63
|
+
"@plotday/connector": "./src/tools/integrations.ts",
|
|
64
64
|
"types": "./dist/tools/integrations.d.ts",
|
|
65
65
|
"default": "./dist/tools/integrations.js"
|
|
66
66
|
},
|
|
67
67
|
"./tools/callbacks": {
|
|
68
|
-
"@plotday/
|
|
68
|
+
"@plotday/connector": "./src/tools/callbacks.ts",
|
|
69
69
|
"types": "./dist/tools/callbacks.d.ts",
|
|
70
70
|
"default": "./dist/tools/callbacks.js"
|
|
71
71
|
},
|
|
72
72
|
"./tools/network": {
|
|
73
|
-
"@plotday/
|
|
73
|
+
"@plotday/connector": "./src/tools/network.ts",
|
|
74
74
|
"types": "./dist/tools/network.d.ts",
|
|
75
75
|
"default": "./dist/tools/network.js"
|
|
76
76
|
},
|
|
77
77
|
"./tools/plot": {
|
|
78
|
-
"@plotday/
|
|
78
|
+
"@plotday/connector": "./src/tools/plot.ts",
|
|
79
79
|
"types": "./dist/tools/plot.d.ts",
|
|
80
80
|
"default": "./dist/tools/plot.js"
|
|
81
81
|
},
|
|
82
82
|
"./tools/tasks": {
|
|
83
|
-
"@plotday/
|
|
83
|
+
"@plotday/connector": "./src/tools/tasks.ts",
|
|
84
84
|
"types": "./dist/tools/tasks.d.ts",
|
|
85
85
|
"default": "./dist/tools/tasks.js"
|
|
86
86
|
},
|
|
87
87
|
"./tools/store": {
|
|
88
|
-
"@plotday/
|
|
88
|
+
"@plotday/connector": "./src/tools/store.ts",
|
|
89
89
|
"types": "./dist/tools/store.d.ts",
|
|
90
90
|
"default": "./dist/tools/store.js"
|
|
91
91
|
},
|
|
92
92
|
"./utils/types": {
|
|
93
|
-
"@plotday/
|
|
93
|
+
"@plotday/connector": "./src/utils/types.ts",
|
|
94
94
|
"types": "./dist/utils/types.d.ts",
|
|
95
95
|
"default": "./dist/utils/types.js"
|
|
96
96
|
},
|
|
97
97
|
"./utils/hash": {
|
|
98
|
-
"@plotday/
|
|
98
|
+
"@plotday/connector": "./src/utils/hash.ts",
|
|
99
99
|
"types": "./dist/utils/hash.d.ts",
|
|
100
100
|
"default": "./dist/utils/hash.js"
|
|
101
101
|
},
|
|
102
102
|
"./utils/uuid": {
|
|
103
|
-
"@plotday/
|
|
103
|
+
"@plotday/connector": "./src/utils/uuid.ts",
|
|
104
104
|
"types": "./dist/utils/uuid.d.ts",
|
|
105
105
|
"default": "./dist/utils/uuid.js"
|
|
106
106
|
},
|
|
107
107
|
"./twist-guide": {
|
|
108
|
-
"@plotday/
|
|
108
|
+
"@plotday/connector": "./src/twist-guide.ts",
|
|
109
109
|
"types": "./dist/twist-guide.d.ts",
|
|
110
110
|
"default": "./dist/twist-guide.js"
|
|
111
111
|
},
|
|
112
112
|
"./creator-docs": {
|
|
113
|
-
"@plotday/
|
|
113
|
+
"@plotday/connector": "./src/creator-docs.ts",
|
|
114
114
|
"types": "./dist/creator-docs.d.ts",
|
|
115
115
|
"default": "./dist/creator-docs.js"
|
|
116
116
|
},
|
|
117
117
|
"./llm-docs": {
|
|
118
|
-
"@plotday/
|
|
118
|
+
"@plotday/connector": "./src/llm-docs/index.ts",
|
|
119
119
|
"types": "./dist/llm-docs/index.d.ts",
|
|
120
120
|
"default": "./dist/llm-docs/index.js"
|
|
121
121
|
},
|
|
122
122
|
"./llm-docs/index": {
|
|
123
|
-
"@plotday/
|
|
123
|
+
"@plotday/connector": "./src/llm-docs/index.ts",
|
|
124
124
|
"types": "./dist/llm-docs/index.d.ts",
|
|
125
125
|
"default": "./dist/llm-docs/index.js"
|
|
126
126
|
},
|
|
127
127
|
"./llm-docs/twist": {
|
|
128
|
-
"@plotday/
|
|
128
|
+
"@plotday/connector": "./src/llm-docs/twist.ts",
|
|
129
129
|
"types": "./dist/llm-docs/twist.d.ts",
|
|
130
130
|
"default": "./dist/llm-docs/twist.js"
|
|
131
131
|
},
|
|
132
132
|
"./llm-docs/plot": {
|
|
133
|
-
"@plotday/
|
|
133
|
+
"@plotday/connector": "./src/llm-docs/plot.ts",
|
|
134
134
|
"types": "./dist/llm-docs/plot.d.ts",
|
|
135
135
|
"default": "./dist/llm-docs/plot.js"
|
|
136
136
|
},
|
|
137
137
|
"./llm-docs/tag": {
|
|
138
|
-
"@plotday/
|
|
138
|
+
"@plotday/connector": "./src/llm-docs/tag.ts",
|
|
139
139
|
"types": "./dist/llm-docs/tag.d.ts",
|
|
140
140
|
"default": "./dist/llm-docs/tag.js"
|
|
141
141
|
},
|
|
142
142
|
"./llm-docs/tools/twists": {
|
|
143
|
-
"@plotday/
|
|
143
|
+
"@plotday/connector": "./src/llm-docs/tools/twists.ts",
|
|
144
144
|
"types": "./dist/llm-docs/tools/twists.d.ts",
|
|
145
145
|
"default": "./dist/llm-docs/tools/twists.js"
|
|
146
146
|
},
|
|
147
147
|
"./llm-docs/tools/ai": {
|
|
148
|
-
"@plotday/
|
|
148
|
+
"@plotday/connector": "./src/llm-docs/tools/ai.ts",
|
|
149
149
|
"types": "./dist/llm-docs/tools/ai.d.ts",
|
|
150
150
|
"default": "./dist/llm-docs/tools/ai.js"
|
|
151
151
|
},
|
|
152
152
|
"./llm-docs/tools/integrations": {
|
|
153
|
-
"@plotday/
|
|
153
|
+
"@plotday/connector": "./src/llm-docs/tools/integrations.ts",
|
|
154
154
|
"types": "./dist/llm-docs/tools/integrations.d.ts",
|
|
155
155
|
"default": "./dist/llm-docs/tools/integrations.js"
|
|
156
156
|
},
|
|
157
157
|
"./llm-docs/tools/callbacks": {
|
|
158
|
-
"@plotday/
|
|
158
|
+
"@plotday/connector": "./src/llm-docs/tools/callbacks.ts",
|
|
159
159
|
"types": "./dist/llm-docs/tools/callbacks.d.ts",
|
|
160
160
|
"default": "./dist/llm-docs/tools/callbacks.js"
|
|
161
161
|
},
|
|
162
162
|
"./llm-docs/tools/network": {
|
|
163
|
-
"@plotday/
|
|
163
|
+
"@plotday/connector": "./src/llm-docs/tools/network.ts",
|
|
164
164
|
"types": "./dist/llm-docs/tools/network.d.ts",
|
|
165
165
|
"default": "./dist/llm-docs/tools/network.js"
|
|
166
166
|
},
|
|
167
167
|
"./llm-docs/tools/plot": {
|
|
168
|
-
"@plotday/
|
|
168
|
+
"@plotday/connector": "./src/llm-docs/tools/plot.ts",
|
|
169
169
|
"types": "./dist/llm-docs/tools/plot.d.ts",
|
|
170
170
|
"default": "./dist/llm-docs/tools/plot.js"
|
|
171
171
|
},
|
|
172
172
|
"./llm-docs/tools/tasks": {
|
|
173
|
-
"@plotday/
|
|
173
|
+
"@plotday/connector": "./src/llm-docs/tools/tasks.ts",
|
|
174
174
|
"types": "./dist/llm-docs/tools/tasks.d.ts",
|
|
175
175
|
"default": "./dist/llm-docs/tools/tasks.js"
|
|
176
176
|
},
|
|
177
177
|
"./llm-docs/tools/store": {
|
|
178
|
-
"@plotday/
|
|
178
|
+
"@plotday/connector": "./src/llm-docs/tools/store.ts",
|
|
179
179
|
"types": "./dist/llm-docs/tools/store.d.ts",
|
|
180
180
|
"default": "./dist/llm-docs/tools/store.js"
|
|
181
181
|
},
|
package/tsconfig.base.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"lib": ["ES2020", "ES2021", "ES2022.error", "WebWorker"],
|
|
7
7
|
"module": "ESNext",
|
|
8
8
|
"moduleResolution": "bundler",
|
|
9
|
-
"customConditions": ["@plotday/
|
|
9
|
+
"customConditions": ["@plotday/connector"],
|
|
10
10
|
"resolveJsonModule": true,
|
|
11
11
|
"allowJs": true,
|
|
12
12
|
"checkJs": false,
|