@plotday/twister 0.27.0 → 0.29.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 +10 -4
- package/bin/templates/AGENTS.template.md +91 -29
- package/cli/templates/AGENTS.template.md +91 -29
- package/dist/common/calendar.d.ts +35 -28
- package/dist/common/calendar.d.ts.map +1 -1
- package/dist/common/messaging.d.ts +24 -10
- package/dist/common/messaging.d.ts.map +1 -1
- package/dist/common/projects.d.ts +30 -15
- package/dist/common/projects.d.ts.map +1 -1
- package/dist/common/serializable.d.ts +40 -0
- package/dist/common/serializable.d.ts.map +1 -0
- package/dist/common/serializable.js +2 -0
- package/dist/common/serializable.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/tool.ITool.html +1 -1
- package/dist/docs/classes/tool.Tool.html +32 -28
- package/dist/docs/classes/tools_ai.AI.html +2 -2
- package/dist/docs/classes/tools_callbacks.Callbacks.html +6 -6
- package/dist/docs/classes/tools_integrations.Integrations.html +3 -3
- package/dist/docs/classes/tools_network.Network.html +12 -12
- package/dist/docs/classes/tools_plot.Plot.html +41 -31
- package/dist/docs/classes/tools_store.Store.html +31 -11
- package/dist/docs/classes/tools_tasks.Tasks.html +8 -8
- package/dist/docs/classes/tools_twists.Twists.html +5 -5
- package/dist/docs/classes/twist.Twist.html +28 -24
- package/dist/docs/documents/Building_Custom_Tools.html +8 -2
- package/dist/docs/documents/Built-in_Tools.html +19 -8
- package/dist/docs/documents/Core_Concepts.html +14 -6
- package/dist/docs/documents/Getting_Started.html +11 -4
- package/dist/docs/enums/plot.ActivityLinkType.html +5 -5
- package/dist/docs/enums/plot.ActivityType.html +4 -4
- package/dist/docs/enums/plot.ActorType.html +4 -4
- package/dist/docs/enums/plot.ConferencingProvider.html +6 -6
- package/dist/docs/enums/tag.Tag.html +2 -2
- package/dist/docs/enums/tools_ai.AIModel.html +2 -2
- package/dist/docs/enums/tools_integrations.AuthLevel.html +3 -3
- package/dist/docs/enums/tools_integrations.AuthProvider.html +11 -11
- package/dist/docs/enums/tools_plot.ActivityAccess.html +3 -3
- package/dist/docs/enums/tools_plot.ContactAccess.html +4 -4
- package/dist/docs/enums/tools_plot.PriorityAccess.html +3 -3
- package/dist/docs/functions/index.Uuid.Generate.html +1 -1
- package/dist/docs/functions/utils_hash.quickHash.html +1 -1
- package/dist/docs/hierarchy.html +1 -1
- package/dist/docs/index.html +10 -0
- package/dist/docs/interfaces/common_calendar.Calendar.html +5 -5
- package/dist/docs/interfaces/common_calendar.CalendarTool.html +29 -15
- package/dist/docs/interfaces/common_calendar.SyncOptions.html +3 -3
- package/dist/docs/interfaces/index.SerializableArray.html +2 -0
- package/dist/docs/interfaces/index.SerializableMap.html +2 -0
- package/dist/docs/interfaces/index.SerializableObject.html +2 -0
- package/dist/docs/interfaces/index.SerializableSet.html +2 -0
- 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/interfaces/tools_twists.TwistSource.html +3 -3
- package/dist/docs/interfaces/utils_types.ToolShed.html +5 -5
- package/dist/docs/media/SYNC_STRATEGIES.md +651 -0
- package/dist/docs/modules/index.html +1 -1
- package/dist/docs/modules/plot.html +1 -1
- package/dist/docs/modules/utils_types.html +1 -1
- package/dist/docs/types/common_calendar.CalendarAuth.html +2 -2
- package/dist/docs/types/index.Serializable.html +17 -0
- package/dist/docs/types/index.Uuid.html +1 -1
- package/dist/docs/types/plot.Activity.html +17 -8
- package/dist/docs/types/plot.ActivityCommon.html +10 -10
- package/dist/docs/types/plot.ActivityLink.html +1 -1
- package/dist/docs/types/plot.ActivityMeta.html +5 -3
- package/dist/docs/types/plot.ActivityUpdate.html +4 -2
- package/dist/docs/types/plot.ActivityWithNotes.html +1 -1
- package/dist/docs/types/plot.Actor.html +15 -5
- package/dist/docs/types/plot.ActorId.html +1 -1
- package/dist/docs/types/plot.ContentType.html +1 -1
- package/dist/docs/types/plot.NewActivity.html +26 -12
- package/dist/docs/types/plot.NewActivityWithNotes.html +1 -1
- package/dist/docs/types/plot.NewActor.html +1 -1
- package/dist/docs/types/plot.NewContact.html +4 -4
- package/dist/docs/types/plot.NewNote.html +9 -4
- package/dist/docs/types/plot.NewPriority.html +15 -5
- package/dist/docs/types/plot.NewTags.html +1 -1
- package/dist/docs/types/plot.Note.html +6 -3
- package/dist/docs/types/plot.NoteUpdate.html +4 -3
- package/dist/docs/types/plot.PickPriorityConfig.html +3 -3
- package/dist/docs/types/plot.Priority.html +9 -4
- package/dist/docs/types/plot.PriorityUpdate.html +3 -0
- package/dist/docs/types/plot.SyncUpdate.html +1 -1
- package/dist/docs/types/plot.Tags.html +1 -1
- package/dist/docs/types/tools_ai.AIAssistantMessage.html +2 -2
- package/dist/docs/types/tools_ai.AIMessage.html +1 -1
- 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_callbacks.Callback.html +1 -1
- 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_network.WebhookRequest.html +6 -6
- package/dist/docs/types/tools_plot.NoteIntentHandler.html +4 -4
- package/dist/docs/types/tools_twists.Log.html +2 -2
- package/dist/docs/types/tools_twists.TwistPermissions.html +1 -1
- package/dist/docs/types/utils_types.BuiltInTools.html +2 -2
- package/dist/docs/types/utils_types.CallbackMethods.html +1 -1
- package/dist/docs/types/utils_types.ExtractBuildReturn.html +1 -1
- package/dist/docs/types/utils_types.InferOptions.html +1 -1
- package/dist/docs/types/utils_types.InferTools.html +1 -1
- package/dist/docs/types/utils_types.JSONValue.html +7 -0
- package/dist/docs/types/utils_types.NoFunctions.html +1 -1
- package/dist/docs/types/utils_types.NonFunction.html +1 -1
- package/dist/docs/types/utils_types.PromiseValues.html +1 -1
- package/dist/docs/types/utils_types.ToolBuilder.html +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/llm-docs/common/calendar.d.ts +1 -1
- package/dist/llm-docs/common/calendar.d.ts.map +1 -1
- package/dist/llm-docs/common/calendar.js +1 -1
- package/dist/llm-docs/common/calendar.js.map +1 -1
- package/dist/llm-docs/common/messaging.d.ts +1 -1
- package/dist/llm-docs/common/messaging.d.ts.map +1 -1
- package/dist/llm-docs/common/messaging.js +1 -1
- package/dist/llm-docs/common/messaging.js.map +1 -1
- package/dist/llm-docs/common/projects.d.ts +1 -1
- package/dist/llm-docs/common/projects.d.ts.map +1 -1
- package/dist/llm-docs/common/projects.js +1 -1
- package/dist/llm-docs/common/projects.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/tool.d.ts +1 -1
- package/dist/llm-docs/tool.d.ts.map +1 -1
- package/dist/llm-docs/tool.js +1 -1
- package/dist/llm-docs/tool.js.map +1 -1
- package/dist/llm-docs/tools/network.d.ts +1 -1
- package/dist/llm-docs/tools/network.d.ts.map +1 -1
- package/dist/llm-docs/tools/network.js +1 -1
- package/dist/llm-docs/tools/network.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/tools/store.d.ts +1 -1
- package/dist/llm-docs/tools/store.d.ts.map +1 -1
- package/dist/llm-docs/tools/store.js +1 -1
- package/dist/llm-docs/tools/store.js.map +1 -1
- package/dist/llm-docs/tools/tasks.d.ts +1 -1
- package/dist/llm-docs/tools/tasks.d.ts.map +1 -1
- package/dist/llm-docs/tools/tasks.js +1 -1
- package/dist/llm-docs/tools/tasks.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/llm-docs/twist.d.ts +1 -1
- package/dist/llm-docs/twist.d.ts.map +1 -1
- package/dist/llm-docs/twist.js +1 -1
- package/dist/llm-docs/twist.js.map +1 -1
- package/dist/plot.d.ts +232 -56
- package/dist/plot.d.ts.map +1 -1
- package/dist/plot.js.map +1 -1
- package/dist/tool.d.ts +30 -8
- package/dist/tool.d.ts.map +1 -1
- package/dist/tool.js +29 -7
- package/dist/tool.js.map +1 -1
- package/dist/tools/network.d.ts +19 -16
- package/dist/tools/network.d.ts.map +1 -1
- package/dist/tools/network.js +6 -4
- package/dist/tools/network.js.map +1 -1
- package/dist/tools/plot.d.ts +93 -24
- package/dist/tools/plot.d.ts.map +1 -1
- package/dist/tools/plot.js +46 -1
- package/dist/tools/plot.js.map +1 -1
- package/dist/tools/store.d.ts +49 -8
- package/dist/tools/store.d.ts.map +1 -1
- package/dist/tools/store.js +12 -1
- package/dist/tools/store.js.map +1 -1
- package/dist/tools/tasks.d.ts +4 -4
- package/dist/tools/tasks.js +4 -4
- package/dist/twist-guide.d.ts +1 -1
- package/dist/twist-guide.d.ts.map +1 -1
- package/dist/twist.d.ts +24 -10
- package/dist/twist.d.ts.map +1 -1
- package/dist/twist.js +19 -5
- package/dist/twist.js.map +1 -1
- package/dist/utils/types.d.ts +19 -0
- package/dist/utils/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../src/common/projects.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EAEd,UAAU,EACX,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../src/common/projects.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EAEd,UAAU,EACX,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,qDAAqD;IACrD,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,WAAW,OAAO;IACtB,4DAA4D;IAC5D,EAAE,EAAE,MAAM,CAAC;IACX,6EAA6E;IAC7E,IAAI,EAAE,MAAM,CAAC;IACb,mEAAmE;IACnE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gFAAgF;IAChF,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CACpB;AAED;;;;;GAKG;AACH,MAAM,WAAW,kBAAkB;IACjC,oDAAoD;IACpD,OAAO,CAAC,EAAE,IAAI,CAAC;CAChB;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;;;OAMG;IACH,WAAW,CAAC,SAAS,SAAS,CAAC,IAAI,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACtE,QAAQ,EAAE,SAAS,EACnB,GAAG,SAAS,EAAE,SAAS,SAAS,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,GAAG,GAChE,CAAC,GACD,EAAE,GACL,OAAO,CAAC,YAAY,CAAC,CAAC;IAEzB;;;;;OAKG;IACH,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAEnD;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,SAAS,CAAC,SAAS,SAAS,CAAC,UAAU,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACzE,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,GAAG,kBAAkB,EACtB,QAAQ,EAAE,SAAS,EACnB,GAAG,SAAS,EAAE,SAAS,SAAS,CAAC,UAAU,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,MAAM,CAAC,KAAK,GAAG,GACtE,WAAW,CAAC,CAAC,CAAC,GACd,EAAE,GACL,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjB;;;;;;OAMG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9D;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEvE;;;;;;;;;;OAUG;IACH,eAAe,CAAC,CACd,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Types supported by SuperJSON serialization.
|
|
3
|
+
*
|
|
4
|
+
* SuperJSON extends standard JSON serialization to support additional JavaScript types
|
|
5
|
+
* while maintaining type safety and preventing common serialization errors.
|
|
6
|
+
*
|
|
7
|
+
* Supported types:
|
|
8
|
+
* - Primitives: string, number, boolean, null, undefined
|
|
9
|
+
* - Complex types: Date, RegExp, Map, Set, Error, URL, BigInt
|
|
10
|
+
* - Collections: Arrays and objects (recursively)
|
|
11
|
+
*
|
|
12
|
+
* NOT supported (will throw validation errors):
|
|
13
|
+
* - Functions
|
|
14
|
+
* - Symbols
|
|
15
|
+
* - Circular references
|
|
16
|
+
* - Custom class instances (unless explicitly registered)
|
|
17
|
+
*/
|
|
18
|
+
export type Serializable = string | number | boolean | null | undefined | Date | RegExp | Error | URL | bigint | SerializableArray | SerializableObject | SerializableMap | SerializableSet;
|
|
19
|
+
/**
|
|
20
|
+
* Array of serializable values
|
|
21
|
+
*/
|
|
22
|
+
export interface SerializableArray extends Array<Serializable> {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Object with string keys and serializable values
|
|
26
|
+
*/
|
|
27
|
+
export interface SerializableObject {
|
|
28
|
+
[key: string]: Serializable;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Map with serializable keys and values
|
|
32
|
+
*/
|
|
33
|
+
export interface SerializableMap extends Map<Serializable, Serializable> {
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Set with serializable values
|
|
37
|
+
*/
|
|
38
|
+
export interface SerializableSet extends Set<Serializable> {
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=serializable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serializable.d.ts","sourceRoot":"","sources":["../../src/common/serializable.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,YAAY,GACpB,MAAM,GACN,MAAM,GACN,OAAO,GACP,IAAI,GACJ,SAAS,GACT,IAAI,GACJ,MAAM,GACN,KAAK,GACL,GAAG,GACH,MAAM,GACN,iBAAiB,GACjB,kBAAkB,GAClB,eAAe,GACf,eAAe,CAAC;AAEpB;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,YAAY,CAAC;CAAG;AAEjE;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,GAAG,CAAC,YAAY,EAAE,YAAY,CAAC;CAAG;AAE3E;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,GAAG,CAAC,YAAY,CAAC;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serializable.js","sourceRoot":"","sources":["../../src/common/serializable.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "eJyNkj1vwyAQhv/LzRdqiD8IW9TJS1Wp2aqoog5pLBNTwVUZIv/3Crut6IQXBnjufe7E3cE7RwHUa8OPCN6cremod2MAdYeGx3PUVwMK2oNzFhCGfjyB4kIifHkLCjqrQzDhgZyzbKbYha4RnV9AAYXTJpZtlguE7tLbkzdj9Ja4lRWWvMJqJ7EWJdaywEaUKHmBUsjjhNCUSSerGlnRx4SwlVUafOsDhVx0eKOZYwuel5Q8lezbvED3bN/mg6udTIIftbXvuhtWDND9ouyvKG+rRfoJ7Ujmw+tlV7LCPqFZWrpCK4tE+2To5vyQN44LyH4K8p7m33jP1lFe8mkdsYjm4yVPx3gh500+P0SMzfAKg0i34aDDmk2giLEZzhmm6RsGw1xt"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "
|
|
1
|
+
window.navigationData = "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"
|