@dxos/assistant-toolkit 0.8.4-main.7ace549 → 0.8.4-main.937b3ca
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/dist/lib/browser/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +366 -264
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +43 -0
- package/dist/lib/browser/testing/index.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +366 -264
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +44 -0
- package/dist/lib/node-esm/testing/index.mjs.map +7 -0
- package/dist/types/src/blueprints/design/design-blueprint.d.ts +17 -3
- package/dist/types/src/blueprints/design/design-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/design/index.d.ts +1 -1
- package/dist/types/src/blueprints/design/index.d.ts.map +1 -1
- package/dist/types/src/blueprints/discord/discord-blueprint.d.ts +9 -10
- package/dist/types/src/blueprints/discord/discord-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/discord/index.d.ts +1 -1
- package/dist/types/src/blueprints/discord/index.d.ts.map +1 -1
- package/dist/types/src/blueprints/linear/index.d.ts +1 -1
- package/dist/types/src/blueprints/linear/index.d.ts.map +1 -1
- package/dist/types/src/blueprints/linear/linear-blueprint.d.ts +9 -10
- package/dist/types/src/blueprints/linear/linear-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/planning/index.d.ts +1 -1
- package/dist/types/src/blueprints/planning/index.d.ts.map +1 -1
- package/dist/types/src/blueprints/planning/planning-blueprint.d.ts +17 -3
- package/dist/types/src/blueprints/planning/planning-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/research/index.d.ts +1 -1
- package/dist/types/src/blueprints/research/index.d.ts.map +1 -1
- package/dist/types/src/blueprints/research/research-blueprint.d.ts +17 -3
- package/dist/types/src/blueprints/research/research-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/testing.d.ts +2 -2
- package/dist/types/src/blueprints/testing.d.ts.map +1 -1
- package/dist/types/src/blueprints/websearch/index.d.ts +1 -1
- package/dist/types/src/blueprints/websearch/index.d.ts.map +1 -1
- package/dist/types/src/blueprints/websearch/websearch-blueprint.d.ts +17 -3
- package/dist/types/src/blueprints/websearch/websearch-blueprint.d.ts.map +1 -1
- package/dist/types/src/crud/graph.d.ts +14 -11
- package/dist/types/src/crud/graph.d.ts.map +1 -1
- package/dist/types/src/functions/agent/prompt.d.ts +71 -4
- package/dist/types/src/functions/agent/prompt.d.ts.map +1 -1
- package/dist/types/src/functions/document/read.d.ts.map +1 -1
- package/dist/types/src/functions/document/update.d.ts.map +1 -1
- package/dist/types/src/functions/entity-extraction/entity-extraction.d.ts +93 -91
- package/dist/types/src/functions/entity-extraction/entity-extraction.d.ts.map +1 -1
- package/dist/types/src/functions/entity-extraction/index.d.ts +93 -91
- package/dist/types/src/functions/entity-extraction/index.d.ts.map +1 -1
- package/dist/types/src/functions/exa/data/exa-search-1748337321991.d.ts.map +1 -0
- package/dist/types/src/functions/exa/data/exa-search-1748337331526.d.ts.map +1 -0
- package/dist/types/src/functions/exa/data/exa-search-1748337344119.d.ts.map +1 -0
- package/dist/types/src/functions/exa/data/index.d.ts.map +1 -0
- package/dist/types/src/functions/github/fetch-prs.d.ts.map +1 -1
- package/dist/types/src/functions/linear/index.d.ts +1 -1
- package/dist/types/src/functions/linear/sync-issues.d.ts +1 -1
- package/dist/types/src/functions/linear/sync-issues.d.ts.map +1 -1
- package/dist/types/src/functions/research/document-create.d.ts.map +1 -1
- package/dist/types/src/functions/research/research-graph.d.ts +8 -7
- package/dist/types/src/functions/research/research-graph.d.ts.map +1 -1
- package/dist/types/src/functions/research/research.d.ts.map +1 -1
- package/dist/types/src/functions/tasks/read.d.ts.map +1 -1
- package/dist/types/src/functions/tasks/update.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/initiative/Initiative.d.ts +84 -0
- package/dist/types/src/initiative/Initiative.d.ts.map +1 -0
- package/dist/types/src/initiative/InitiativeSchema.d.ts +19 -0
- package/dist/types/src/initiative/InitiativeSchema.d.ts.map +1 -0
- package/dist/types/src/initiative/functions/agent.d.ts +37 -0
- package/dist/types/src/initiative/functions/agent.d.ts.map +1 -0
- package/dist/types/src/initiative/functions/getContext.d.ts +17 -0
- package/dist/types/src/initiative/functions/getContext.d.ts.map +1 -0
- package/dist/types/src/initiative/functions/index.d.ts +4 -0
- package/dist/types/src/initiative/functions/index.d.ts.map +1 -0
- package/dist/types/src/initiative/functions/update.d.ts +7 -0
- package/dist/types/src/initiative/functions/update.d.ts.map +1 -0
- package/dist/types/src/initiative/index.d.ts +1 -0
- package/dist/types/src/initiative/index.d.ts.map +1 -0
- package/dist/types/src/initiative/initiative.test.d.ts +2 -0
- package/dist/types/src/initiative/initiative.test.d.ts.map +1 -0
- package/dist/types/src/sync/sync.d.ts +3 -3
- package/dist/types/src/sync/sync.d.ts.map +1 -1
- package/dist/types/src/testing/index.d.ts +1 -1
- package/dist/types/src/testing/index.d.ts.map +1 -1
- package/dist/types/src/testing/plugins.d.ts +19 -0
- package/dist/types/src/testing/plugins.d.ts.map +1 -0
- package/dist/types/src/toolkits/AssistantToolkit.d.ts +31 -5
- package/dist/types/src/toolkits/AssistantToolkit.d.ts.map +1 -1
- package/dist/types/src/toolkits/SystemToolkit.d.ts +42 -10
- package/dist/types/src/toolkits/SystemToolkit.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +49 -35
- package/src/blueprints/design/design-blueprint.test.ts +10 -8
- package/src/blueprints/design/design-blueprint.ts +2 -4
- package/src/blueprints/design/index.ts +1 -1
- package/src/blueprints/discord/discord-blueprint.ts +2 -4
- package/src/blueprints/discord/index.ts +1 -1
- package/src/blueprints/linear/index.ts +1 -1
- package/src/blueprints/linear/linear-blueprint.ts +2 -4
- package/src/blueprints/planning/index.ts +1 -1
- package/src/blueprints/planning/planning-blueprint.test.ts +8 -6
- package/src/blueprints/planning/planning-blueprint.ts +2 -4
- package/src/blueprints/research/index.ts +1 -1
- package/src/blueprints/research/research-blueprint.ts +2 -4
- package/src/blueprints/testing.ts +2 -2
- package/src/blueprints/websearch/index.ts +2 -1
- package/src/blueprints/websearch/websearch-blueprint.ts +2 -4
- package/src/crud/graph.test.ts +4 -27
- package/src/crud/graph.ts +21 -23
- package/src/experimental/feed.test.ts +1 -1
- package/src/functions/agent/prompt.ts +17 -13
- package/src/functions/discord/fetch-messages.test.ts +1 -1
- package/src/functions/discord/fetch-messages.ts +1 -1
- package/src/functions/document/read.ts +4 -3
- package/src/functions/document/update.ts +7 -4
- package/src/functions/entity-extraction/entity-extraction.conversations.json +6597 -1
- package/src/functions/entity-extraction/entity-extraction.test.ts +7 -6
- package/src/functions/entity-extraction/entity-extraction.ts +38 -19
- package/src/functions/exa/mock.ts +1 -1
- package/src/functions/github/fetch-prs.ts +3 -2
- package/src/functions/linear/linear.test.ts +11 -10
- package/src/functions/linear/sync-issues.ts +7 -5
- package/src/functions/research/document-create.ts +7 -6
- package/src/functions/research/research-graph.ts +11 -11
- package/src/functions/research/research.conversations.json +1 -1
- package/src/functions/research/research.test.ts +24 -32
- package/src/functions/research/research.ts +8 -9
- package/src/functions/tasks/read.ts +4 -3
- package/src/functions/tasks/update.ts +4 -3
- package/src/index.ts +0 -1
- package/src/initiative/Initiative.ts +99 -0
- package/src/initiative/InitiativeSchema.ts +37 -0
- package/src/initiative/functions/agent.ts +57 -0
- package/src/initiative/functions/getContext.ts +74 -0
- package/src/initiative/functions/index.ts +7 -0
- package/src/initiative/functions/update.ts +63 -0
- package/src/initiative/index.ts +3 -0
- package/src/initiative/initiative.conversations.json +1 -0
- package/src/initiative/initiative.test.ts +485 -0
- package/src/sync/sync.ts +38 -30
- package/src/testing/index.ts +1 -1
- package/src/{plugins.tsx → testing/plugins.tsx} +13 -13
- package/src/toolkits/AssistantToolkit.conversations.json +1 -1
- package/src/toolkits/AssistantToolkit.test.ts +17 -11
- package/src/toolkits/AssistantToolkit.ts +31 -8
- package/src/toolkits/SystemToolkit.ts +100 -32
- package/dist/types/src/plugins.d.ts +0 -19
- package/dist/types/src/plugins.d.ts.map +0 -1
- package/dist/types/src/testing/data/exa-search-1748337321991.d.ts.map +0 -1
- package/dist/types/src/testing/data/exa-search-1748337331526.d.ts.map +0 -1
- package/dist/types/src/testing/data/exa-search-1748337344119.d.ts.map +0 -1
- package/dist/types/src/testing/data/index.d.ts.map +0 -1
- /package/dist/types/src/{testing → functions/exa}/data/exa-search-1748337321991.d.ts +0 -0
- /package/dist/types/src/{testing → functions/exa}/data/exa-search-1748337331526.d.ts +0 -0
- /package/dist/types/src/{testing → functions/exa}/data/exa-search-1748337344119.d.ts +0 -0
- /package/dist/types/src/{testing → functions/exa}/data/index.d.ts +0 -0
- /package/src/{testing → functions/exa}/data/exa-search-1748337321991.ts +0 -0
- /package/src/{testing → functions/exa}/data/exa-search-1748337331526.ts +0 -0
- /package/src/{testing → functions/exa}/data/exa-search-1748337344119.ts +0 -0
- /package/src/{testing → functions/exa}/data/index.ts +0 -0
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
2
|
+
readonly description?: string | undefined;
|
|
3
|
+
readonly name: string;
|
|
4
|
+
readonly key: string;
|
|
5
|
+
readonly instructions: {
|
|
6
|
+
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
|
+
readonly content: string;
|
|
8
|
+
}>;
|
|
9
|
+
inputs?: {
|
|
10
|
+
function?: string | undefined;
|
|
11
|
+
name: string;
|
|
12
|
+
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
default?: any;
|
|
14
|
+
}[] | undefined;
|
|
15
|
+
};
|
|
16
|
+
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
17
|
+
}>;
|
|
4
18
|
//# sourceMappingURL=research-blueprint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"research-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/research/research-blueprint.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"research-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/research/research-blueprint.ts"],"names":[],"mappings":"AA0CA,eAAO,MAAM,SAAS;;;;;;;;cAAP,CAAC;oBAAwB,CAAC;;gBAGpC,CAAC;mBAIJ,CAAC;;;;EACD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as Toolkit from '@effect/ai/Toolkit';
|
|
2
2
|
import * as Effect from 'effect/Effect';
|
|
3
|
-
import { type AiConversation, type
|
|
4
|
-
export type TestStep = Pick<
|
|
3
|
+
import { type AiConversation, type AiConversationRunProps } from '@dxos/assistant';
|
|
4
|
+
export type TestStep = Pick<AiConversationRunProps, 'prompt' | 'system'> & {
|
|
5
5
|
test?: () => Promise<void>;
|
|
6
6
|
};
|
|
7
7
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../../src/blueprints/testing.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,OAAO,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../../src/blueprints/testing.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,OAAO,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,sBAAsB,EAAsB,MAAM,iBAAiB,CAAC;AAGvG,MAAM,MAAM,QAAQ,GAAG,IAAI,CAAC,sBAAsB,EAAE,QAAQ,GAAG,QAAQ,CAAC,GAAG;IACzE,IAAI,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,QAAQ,2KAYnB,CAAC;AAGH,eAAO,MAAM,WAAW,EAAoB,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/websearch/index.ts"],"names":[],"mappings":"AAIA,OAAO,SAAS,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/websearch/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,eAAe,SAAS,CAAC"}
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
2
|
+
readonly description?: string | undefined;
|
|
3
|
+
readonly name: string;
|
|
4
|
+
readonly key: string;
|
|
5
|
+
readonly instructions: {
|
|
6
|
+
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
|
+
readonly content: string;
|
|
8
|
+
}>;
|
|
9
|
+
inputs?: {
|
|
10
|
+
function?: string | undefined;
|
|
11
|
+
name: string;
|
|
12
|
+
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
default?: any;
|
|
14
|
+
}[] | undefined;
|
|
15
|
+
};
|
|
16
|
+
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
17
|
+
}>;
|
|
4
18
|
//# sourceMappingURL=websearch-blueprint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"websearch-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/websearch/websearch-blueprint.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"websearch-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/websearch/websearch-blueprint.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS;;;;;;;;cAS04C,CAAC;oBAAwB,CAAC;;gBAAgE,CAAC;mBAAoI,CAAC;;;;EAD9nD,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as Tool from '@effect/ai/Tool';
|
|
2
2
|
import * as Toolkit from '@effect/ai/Toolkit';
|
|
3
3
|
import * as Schema from 'effect/Schema';
|
|
4
|
-
import { Obj } from '@dxos/echo';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { Obj, Type } from '@dxos/echo';
|
|
5
|
+
import { Database } from '@dxos/echo';
|
|
6
|
+
import { type Queue } from '@dxos/echo-db';
|
|
7
|
+
import { ContextQueueService } from '@dxos/functions';
|
|
7
8
|
import { DXN } from '@dxos/keys';
|
|
8
9
|
export declare const Subgraph: Schema.Struct<{
|
|
9
10
|
/** Objects and relations. */
|
|
@@ -12,7 +13,7 @@ export declare const Subgraph: Schema.Struct<{
|
|
|
12
13
|
export interface Subgraph extends Schema.Schema.Type<typeof Subgraph> {
|
|
13
14
|
}
|
|
14
15
|
export type RelatedSchema = {
|
|
15
|
-
schema:
|
|
16
|
+
schema: Type.Entity.Any;
|
|
16
17
|
kind: 'reference' | 'relation';
|
|
17
18
|
};
|
|
18
19
|
/**
|
|
@@ -22,7 +23,7 @@ export type RelatedSchema = {
|
|
|
22
23
|
* @param schema
|
|
23
24
|
* @returns
|
|
24
25
|
*/
|
|
25
|
-
export declare const findRelatedSchema: (db:
|
|
26
|
+
export declare const findRelatedSchema: (db: Database.Database, anchor: Type.Entity.Any) => Promise<RelatedSchema[]>;
|
|
26
27
|
/**
|
|
27
28
|
* Perform vector search in the local database.
|
|
28
29
|
*/
|
|
@@ -33,14 +34,15 @@ export declare const LocalSearchToolkit: Toolkit.Toolkit<{
|
|
|
33
34
|
}>;
|
|
34
35
|
readonly success: typeof Schema.Unknown;
|
|
35
36
|
readonly failure: typeof Schema.Never;
|
|
36
|
-
|
|
37
|
+
readonly failureMode: "error";
|
|
38
|
+
}, Database.Service>;
|
|
37
39
|
}>;
|
|
38
40
|
export declare const LocalSearchHandler: import("effect/Layer").Layer<Tool.Handler<"search_local_search">, never, never>;
|
|
39
41
|
/**
|
|
40
42
|
* Forms typed objects that can be written to the graph database.
|
|
41
43
|
*/
|
|
42
44
|
export declare const makeGraphWriterToolkit: ({ schema }: {
|
|
43
|
-
schema:
|
|
45
|
+
schema: Type.Entity.Any[];
|
|
44
46
|
}) => Toolkit.Toolkit<{
|
|
45
47
|
readonly graph_writer: Tool.Tool<"graph_writer", {
|
|
46
48
|
readonly parameters: Schema.Struct<Readonly<{
|
|
@@ -48,7 +50,8 @@ export declare const makeGraphWriterToolkit: ({ schema }: {
|
|
|
48
50
|
}>>;
|
|
49
51
|
readonly success: typeof Schema.Unknown;
|
|
50
52
|
readonly failure: typeof Schema.Never;
|
|
51
|
-
|
|
53
|
+
readonly failureMode: "error";
|
|
54
|
+
}, Database.Service | ContextQueueService>;
|
|
52
55
|
}>;
|
|
53
56
|
export declare const makeGraphWriterHandler: (toolkit: ReturnType<typeof makeGraphWriterToolkit>, { onAppend, }?: {
|
|
54
57
|
onAppend?: (object: DXN[]) => void;
|
|
@@ -56,9 +59,9 @@ export declare const makeGraphWriterHandler: (toolkit: ReturnType<typeof makeGra
|
|
|
56
59
|
/**
|
|
57
60
|
* Create a schema for structured data extraction.
|
|
58
61
|
*/
|
|
59
|
-
export declare const createExtractionSchema: (types:
|
|
62
|
+
export declare const createExtractionSchema: (types: Type.Entity.Any[]) => Schema.Struct<{
|
|
60
63
|
[k: string]: Schema.optional<Schema.Array$<Schema.Schema.AnyNoContext>>;
|
|
61
64
|
}>;
|
|
62
|
-
export declare const getSanitizedSchemaName: (schema:
|
|
63
|
-
export declare const sanitizeObjects: (types:
|
|
65
|
+
export declare const getSanitizedSchemaName: (schema: Type.Entity.Any) => string;
|
|
66
|
+
export declare const sanitizeObjects: (types: Type.Entity.Any[], data: Record<string, readonly unknown[]>, db: Database.Database, queue?: Queue) => Promise<Obj.Unknown[]>;
|
|
64
67
|
//# sourceMappingURL=graph.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../../../../src/crud/graph.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,IAAI,MAAM,iBAAiB,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,oBAAoB,CAAC;AAK9C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAkB,GAAG,
|
|
1
|
+
{"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../../../../src/crud/graph.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,IAAI,MAAM,iBAAiB,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,oBAAoB,CAAC;AAK9C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAkB,GAAG,EAAS,IAAI,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAWtC,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,GAAG,EAAY,MAAM,YAAY,CAAC;AAK3C,eAAO,MAAM,QAAQ;IACnB,6BAA6B;;EAE7B,CAAC;AAEH,MAAM,WAAW,QAAS,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC;CAAG;AAExE,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC;IACxB,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC;CAChC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,GAAU,IAAI,QAAQ,CAAC,QAAQ,EAAE,QAAQ,IAAI,CAAC,MAAM,CAAC,GAAG,KAAG,OAAO,CAAC,aAAa,EAAE,CAsB/G,CAAC;AAmBF;;GAEG;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;EAY9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,iFAkB7B,CAAC;AAYH;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAAI,YAAY;IAAE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE,CAAA;CAAE;;;;;;;;;EAU/E,CAAC;AAEF,eAAO,MAAM,sBAAsB,GACjC,SAAS,UAAU,CAAC,OAAO,sBAAsB,CAAC,EAClD,gBAEG;IACD,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC;CAC/B,6EAmBP,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAAI,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE;;EAW9D,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,QAAQ,IAAI,CAAC,MAAM,CAAC,GAAG,WAI7D,CAAC;AAEF,eAAO,MAAM,eAAe,GAC1B,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE,EACxB,MAAM,MAAM,CAAC,MAAM,EAAE,SAAS,OAAO,EAAE,CAAC,EACxC,IAAI,QAAQ,CAAC,QAAQ,EACrB,QAAQ,KAAK,KACZ,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,CAyHvB,CAAC"}
|
|
@@ -1,9 +1,76 @@
|
|
|
1
|
-
import { Prompt } from '@dxos/blueprints';
|
|
2
1
|
declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
3
|
-
readonly prompt: import("@dxos/echo/internal").Ref<
|
|
2
|
+
readonly prompt: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
3
|
+
readonly description?: string | undefined;
|
|
4
|
+
readonly name?: string | undefined;
|
|
5
|
+
readonly context: readonly any[];
|
|
6
|
+
readonly instructions: {
|
|
7
|
+
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
8
|
+
readonly content: string;
|
|
9
|
+
}>;
|
|
10
|
+
inputs?: {
|
|
11
|
+
function?: string | undefined;
|
|
12
|
+
name: string;
|
|
13
|
+
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
14
|
+
default?: any;
|
|
15
|
+
}[] | undefined;
|
|
16
|
+
};
|
|
17
|
+
readonly input: import("@dxos/echo/internal").JsonSchemaType;
|
|
18
|
+
readonly output: import("@dxos/echo/internal").JsonSchemaType;
|
|
19
|
+
readonly blueprints: readonly import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
20
|
+
readonly description?: string | undefined;
|
|
21
|
+
readonly name: string;
|
|
22
|
+
readonly key: string;
|
|
23
|
+
readonly instructions: {
|
|
24
|
+
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
25
|
+
readonly content: string;
|
|
26
|
+
}>;
|
|
27
|
+
inputs?: {
|
|
28
|
+
function?: string | undefined;
|
|
29
|
+
name: string;
|
|
30
|
+
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
31
|
+
default?: any;
|
|
32
|
+
}[] | undefined;
|
|
33
|
+
};
|
|
34
|
+
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
35
|
+
}>[];
|
|
36
|
+
}>;
|
|
4
37
|
readonly input: any;
|
|
5
|
-
readonly systemPrompt?: import("@dxos/echo/internal").Ref<
|
|
6
|
-
|
|
38
|
+
readonly systemPrompt?: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
39
|
+
readonly description?: string | undefined;
|
|
40
|
+
readonly name?: string | undefined;
|
|
41
|
+
readonly context: readonly any[];
|
|
42
|
+
readonly instructions: {
|
|
43
|
+
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
44
|
+
readonly content: string;
|
|
45
|
+
}>;
|
|
46
|
+
inputs?: {
|
|
47
|
+
function?: string | undefined;
|
|
48
|
+
name: string;
|
|
49
|
+
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
50
|
+
default?: any;
|
|
51
|
+
}[] | undefined;
|
|
52
|
+
};
|
|
53
|
+
readonly input: import("@dxos/echo/internal").JsonSchemaType;
|
|
54
|
+
readonly output: import("@dxos/echo/internal").JsonSchemaType;
|
|
55
|
+
readonly blueprints: readonly import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
56
|
+
readonly description?: string | undefined;
|
|
57
|
+
readonly name: string;
|
|
58
|
+
readonly key: string;
|
|
59
|
+
readonly instructions: {
|
|
60
|
+
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
61
|
+
readonly content: string;
|
|
62
|
+
}>;
|
|
63
|
+
inputs?: {
|
|
64
|
+
function?: string | undefined;
|
|
65
|
+
name: string;
|
|
66
|
+
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
67
|
+
default?: any;
|
|
68
|
+
}[] | undefined;
|
|
69
|
+
};
|
|
70
|
+
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
71
|
+
}>[];
|
|
72
|
+
}> | undefined;
|
|
73
|
+
readonly model?: "@anthropic/claude-3-5-haiku-latest" | "@anthropic/claude-3-5-haiku-20241022" | "@anthropic/claude-3-5-sonnet-20241022" | "@anthropic/claude-opus-4-0" | "@anthropic/claude-haiku-4-5" | "@anthropic/claude-sonnet-4-0" | "@anthropic/claude-sonnet-4-5" | "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b" | "@hf/nousresearch/hermes-2-pro-mistral-7b" | "@ollama/llama-3-1-nemotron-70b-instruct" | "@ollama/llama-3-1-nemotron-mini-4b-instruct" | "@ollama/llama-3-2-3b" | "@google/gemma-3-27b" | "@meta/llama-3.1-8b-instruct" | "@meta/llama-3.2-3b-instruct" | "ministral-3-14b-reasoning" | "openai/gpt-oss-20b" | "qwen2.5:14b" | "llama3.2:1b" | "llama3:70b" | "deepseek-r1:latest" | "@openai/gpt-4o" | "@openai/gpt-4o-mini" | "@openai/o1" | "@openai/o3" | "@openai/o3-mini" | undefined;
|
|
7
74
|
}, any, import("@dxos/functions").FunctionServices>;
|
|
8
75
|
export default _default;
|
|
9
76
|
//# sourceMappingURL=prompt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt.d.ts","sourceRoot":"","sources":["../../../../../src/functions/agent/prompt.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"prompt.d.ts","sourceRoot":"","sources":["../../../../../src/functions/agent/prompt.ts"],"names":[],"mappings":";;;;;;;;;kBAgB4D,CAAC;wBACzC,CAAA;;oBAE8B,CAAC;uBAKf,CAAA;;;;;;gCAUL,CAAC;;;;;;;sBASiB,CAAC;4BAA4B,CAAC;;wBAEtD,CAAA;2BAGW,CAAC;;;;;;;;;;;;;;;kBAhCuB,CAAC;wBACzC,CAAA;;oBAE8B,CAAC;uBAKf,CAAA;;;;;;gCAUL,CAAC;;;;;;;sBASiB,CAAC;4BAA4B,CAAC;;wBAEtD,CAAA;2BAGW,CAAC;;;;;;;;AA3BrC,wBAgGG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read.d.ts","sourceRoot":"","sources":["../../../../../src/functions/document/read.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"read.d.ts","sourceRoot":"","sources":["../../../../../src/functions/document/read.ts"],"names":[],"mappings":";;;;;AAYA,wBAiBG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../../../src/functions/document/update.ts"],"names":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../../../src/functions/document/update.ts"],"names":[],"mappings":";;;;AAYA,wBAoBG"}
|
|
@@ -1,49 +1,47 @@
|
|
|
1
1
|
declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
2
2
|
readonly instructions?: string | undefined;
|
|
3
3
|
readonly source: import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
parentMessage?: string | undefined;
|
|
9
|
-
created: string;
|
|
10
|
-
sender: {
|
|
4
|
+
readonly id: string;
|
|
5
|
+
readonly parentMessage?: string | undefined;
|
|
6
|
+
readonly created: string;
|
|
7
|
+
readonly sender: {
|
|
11
8
|
name?: string | undefined;
|
|
12
9
|
role?: "user" | "assistant" | "tool" | undefined;
|
|
13
10
|
contact?: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
14
|
-
image?: string | undefined;
|
|
15
|
-
fullName?: string | undefined;
|
|
16
|
-
preferredName?: string | undefined;
|
|
17
|
-
nickname?: string | undefined;
|
|
18
|
-
organization?: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
19
|
-
description?: string | undefined;
|
|
20
|
-
name?: string | undefined;
|
|
21
|
-
status?: "prospect" | "qualified" | "active" | "commit" | "reject" | undefined;
|
|
22
|
-
image?: string | undefined;
|
|
23
|
-
website?: string | undefined;
|
|
24
|
-
|
|
11
|
+
readonly image?: string | undefined;
|
|
12
|
+
readonly fullName?: string | undefined;
|
|
13
|
+
readonly preferredName?: string | undefined;
|
|
14
|
+
readonly nickname?: string | undefined;
|
|
15
|
+
readonly organization?: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
16
|
+
readonly description?: string | undefined;
|
|
17
|
+
readonly name?: string | undefined;
|
|
18
|
+
readonly status?: "prospect" | "qualified" | "active" | "commit" | "reject" | undefined;
|
|
19
|
+
readonly image?: string | undefined;
|
|
20
|
+
readonly website?: string | undefined;
|
|
21
|
+
} & {
|
|
22
|
+
readonly location?: readonly [number, number, (number | undefined)?] | undefined;
|
|
25
23
|
}> | undefined;
|
|
26
|
-
jobTitle?: string | undefined;
|
|
27
|
-
department?: string | undefined;
|
|
28
|
-
notes?: string | undefined;
|
|
29
|
-
emails?: {
|
|
24
|
+
readonly jobTitle?: string | undefined;
|
|
25
|
+
readonly department?: string | undefined;
|
|
26
|
+
readonly notes?: string | undefined;
|
|
27
|
+
readonly emails?: {
|
|
30
28
|
readonly value: string;
|
|
31
29
|
readonly label?: string | undefined;
|
|
32
30
|
}[] | undefined;
|
|
33
|
-
identities?: {
|
|
31
|
+
readonly identities?: {
|
|
34
32
|
readonly value: string;
|
|
35
33
|
readonly label?: string | undefined;
|
|
36
34
|
}[] | undefined;
|
|
37
|
-
phoneNumbers?: {
|
|
35
|
+
readonly phoneNumbers?: {
|
|
38
36
|
readonly value: string;
|
|
39
37
|
readonly label?: string | undefined;
|
|
40
38
|
}[] | undefined;
|
|
41
|
-
fields?: {
|
|
39
|
+
readonly fields?: {
|
|
42
40
|
readonly value: string;
|
|
43
41
|
readonly label: string;
|
|
44
42
|
readonly category?: string | undefined;
|
|
45
43
|
}[] | undefined;
|
|
46
|
-
addresses?: {
|
|
44
|
+
readonly addresses?: {
|
|
47
45
|
readonly value: {
|
|
48
46
|
readonly street?: string | undefined;
|
|
49
47
|
readonly extended?: string | undefined;
|
|
@@ -55,77 +53,51 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
55
53
|
};
|
|
56
54
|
readonly label?: string | undefined;
|
|
57
55
|
}[] | undefined;
|
|
58
|
-
urls?: {
|
|
56
|
+
readonly urls?: {
|
|
59
57
|
readonly value: string;
|
|
60
58
|
readonly label?: string | undefined;
|
|
61
59
|
}[] | undefined;
|
|
62
|
-
birthday?: string | undefined;
|
|
63
|
-
|
|
60
|
+
readonly birthday?: string | undefined;
|
|
61
|
+
} & {
|
|
62
|
+
readonly location?: readonly [number, number, (number | undefined)?] | undefined;
|
|
64
63
|
}> | undefined;
|
|
65
64
|
identityDid?: string | undefined;
|
|
66
65
|
identityKey?: string | undefined;
|
|
67
66
|
email?: string | undefined;
|
|
68
67
|
};
|
|
69
|
-
blocks: ({
|
|
70
|
-
version: unknown;
|
|
71
|
-
_tag: "anchor";
|
|
72
|
-
pending?: boolean | undefined;
|
|
73
|
-
objectId: string;
|
|
74
|
-
} | {
|
|
75
|
-
name?: string | undefined;
|
|
76
|
-
_tag: "file";
|
|
77
|
-
url: string;
|
|
78
|
-
pending?: boolean | undefined;
|
|
79
|
-
mediaType?: string | undefined;
|
|
80
|
-
} | {
|
|
81
|
-
source?: {
|
|
82
|
-
type: "base64";
|
|
83
|
-
data: string;
|
|
84
|
-
mediaType: string;
|
|
85
|
-
} | {
|
|
86
|
-
type: "http";
|
|
87
|
-
url: string;
|
|
88
|
-
} | undefined;
|
|
89
|
-
id?: string | undefined;
|
|
90
|
-
_tag: "image";
|
|
91
|
-
pending?: boolean | undefined;
|
|
92
|
-
} | {
|
|
93
|
-
data: string;
|
|
94
|
-
_tag: "json";
|
|
68
|
+
readonly blocks: ({
|
|
95
69
|
pending?: boolean | undefined;
|
|
70
|
+
text: string;
|
|
71
|
+
mimeType?: string | undefined;
|
|
96
72
|
disposition?: string | undefined;
|
|
73
|
+
_tag: "text";
|
|
97
74
|
} | {
|
|
98
|
-
_tag: "proposal";
|
|
99
|
-
text: string;
|
|
100
75
|
pending?: boolean | undefined;
|
|
101
|
-
} | {
|
|
102
76
|
_tag: "reasoning";
|
|
103
|
-
pending?: boolean | undefined;
|
|
104
77
|
reasoningText?: string | undefined;
|
|
105
78
|
redactedText?: string | undefined;
|
|
106
79
|
signature?: string | undefined;
|
|
107
80
|
} | {
|
|
108
|
-
|
|
109
|
-
_tag: "reference";
|
|
110
|
-
pending?: boolean | undefined;
|
|
111
|
-
} | {
|
|
112
|
-
_tag: "select";
|
|
113
|
-
pending?: boolean | undefined;
|
|
114
|
-
options: readonly string[];
|
|
115
|
-
} | {
|
|
116
|
-
_tag: "status";
|
|
81
|
+
name: string;
|
|
117
82
|
pending?: boolean | undefined;
|
|
118
|
-
|
|
83
|
+
_tag: "toolCall";
|
|
84
|
+
toolCallId: string;
|
|
85
|
+
input: string;
|
|
86
|
+
providerExecuted: boolean;
|
|
119
87
|
} | {
|
|
120
|
-
|
|
121
|
-
text: string;
|
|
88
|
+
name: string;
|
|
122
89
|
pending?: boolean | undefined;
|
|
90
|
+
_tag: "toolResult";
|
|
91
|
+
toolCallId: string;
|
|
92
|
+
providerExecuted: boolean;
|
|
93
|
+
result?: string | undefined;
|
|
94
|
+
error?: string | undefined;
|
|
123
95
|
} | {
|
|
124
|
-
model?: string | undefined;
|
|
125
|
-
_tag: "summary";
|
|
126
96
|
pending?: boolean | undefined;
|
|
127
97
|
mimeType?: string | undefined;
|
|
98
|
+
_tag: "summary";
|
|
128
99
|
message?: string | undefined;
|
|
100
|
+
model?: string | undefined;
|
|
129
101
|
usage?: {
|
|
130
102
|
readonly inputTokens?: number | undefined;
|
|
131
103
|
readonly outputTokens?: number | undefined;
|
|
@@ -135,38 +107,68 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
135
107
|
errors?: number | undefined;
|
|
136
108
|
duration?: number | undefined;
|
|
137
109
|
} | {
|
|
138
|
-
|
|
110
|
+
source?: {
|
|
111
|
+
type: "base64";
|
|
112
|
+
mediaType: string;
|
|
113
|
+
data: string;
|
|
114
|
+
} | {
|
|
115
|
+
type: "http";
|
|
116
|
+
url: string;
|
|
117
|
+
} | undefined;
|
|
118
|
+
id?: string | undefined;
|
|
119
|
+
pending?: boolean | undefined;
|
|
120
|
+
_tag: "image";
|
|
121
|
+
} | {
|
|
122
|
+
name?: string | undefined;
|
|
123
|
+
pending?: boolean | undefined;
|
|
124
|
+
_tag: "file";
|
|
125
|
+
mediaType?: string | undefined;
|
|
126
|
+
url: string;
|
|
127
|
+
} | {
|
|
128
|
+
pending?: boolean | undefined;
|
|
129
|
+
_tag: "reference";
|
|
130
|
+
reference: import("@dxos/echo/internal").Ref<any>;
|
|
131
|
+
} | {
|
|
132
|
+
pending?: boolean | undefined;
|
|
139
133
|
text: string;
|
|
134
|
+
_tag: "transcript";
|
|
135
|
+
started: string;
|
|
136
|
+
} | {
|
|
140
137
|
pending?: boolean | undefined;
|
|
141
|
-
|
|
142
|
-
|
|
138
|
+
_tag: "status";
|
|
139
|
+
statusText: string;
|
|
143
140
|
} | {
|
|
144
|
-
_tag: "toolkit";
|
|
145
141
|
pending?: boolean | undefined;
|
|
142
|
+
text: string;
|
|
143
|
+
_tag: "suggestion";
|
|
146
144
|
} | {
|
|
147
|
-
name: string;
|
|
148
|
-
input: string;
|
|
149
|
-
_tag: "toolCall";
|
|
150
145
|
pending?: boolean | undefined;
|
|
151
|
-
|
|
152
|
-
|
|
146
|
+
_tag: "select";
|
|
147
|
+
options: string[];
|
|
153
148
|
} | {
|
|
154
|
-
|
|
155
|
-
_tag: "toolResult";
|
|
149
|
+
version: unknown;
|
|
156
150
|
pending?: boolean | undefined;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
result?: string | undefined;
|
|
160
|
-
error?: string | undefined;
|
|
151
|
+
_tag: "anchor";
|
|
152
|
+
objectId: string;
|
|
161
153
|
} | {
|
|
162
|
-
|
|
154
|
+
pending?: boolean | undefined;
|
|
163
155
|
text: string;
|
|
156
|
+
_tag: "proposal";
|
|
157
|
+
} | {
|
|
164
158
|
pending?: boolean | undefined;
|
|
165
|
-
|
|
159
|
+
_tag: "toolkit";
|
|
160
|
+
} | {
|
|
161
|
+
pending?: boolean | undefined;
|
|
162
|
+
disposition?: string | undefined;
|
|
163
|
+
_tag: "json";
|
|
164
|
+
data: string;
|
|
166
165
|
})[];
|
|
166
|
+
readonly properties?: {
|
|
167
|
+
[x: string]: any;
|
|
168
|
+
} | undefined;
|
|
167
169
|
};
|
|
168
170
|
}, {
|
|
169
|
-
readonly entities?: readonly
|
|
171
|
+
readonly entities?: readonly any[] | undefined;
|
|
170
172
|
}, import("@dxos/functions").FunctionServices>;
|
|
171
173
|
export default _default;
|
|
172
174
|
//# sourceMappingURL=entity-extraction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-extraction.d.ts","sourceRoot":"","sources":["../../../../../src/functions/entity-extraction/entity-extraction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"entity-extraction.d.ts","sourceRoot":"","sources":["../../../../../src/functions/entity-extraction/entity-extraction.ts"],"names":[],"mappings":";;;;;;;gBAWkF,CAAC;gBACjF,CAAC;mBACO,CAAC;8BAE6D,CAAC;iCAEzE,CAAA;sCACuB,CAAC;iCAAmD,CAAC;qCAG1E,CAAC;wCAGgB,CAAC;iCACmB,CAAC;mCAEvB,CAAC;kCAEO,CAAC;oCACY,CAAC;;qCAGJ,CAAC;;iCAEpB,CAAC;mCAGf,CAAA;8BACgB,CAAC;+BACkB,CAAC;;kCAKpC,CAAC;;mCACoD,CAAC;;kCAElC,CAAA;;qCACiB,CAAC;;kCAGhC,CAAL;;+BAC2C,CAAC;;;qCAGF,CAAC;;kCACC,CAAC;;uCAGtC,CAAT;yCAA2D,CAAC;yCAGrD,CAAD;uCAEK,CAAR;2CAA6D,CAAC;oDACzB,CAAC;wCACvB,CAAC;;kCAAuE,CAAC;;6BAEhC,CAAA;;kCAKlD,CAAL;;iCACmB,CAAC;;iCACsB,CAAC;;uBAEpC,CAAC;uBACD,CAAA;iBACK,CAAC;;;mBAES,CAAC;;oBACsB,CAAC;uBAK7C,CAAA;;;mBACsD,CAAC;;yBAKrD,CAAR;wBAA0C,CAAC;qBAAuC,CAAC;;;mBAE3E,CAAD;;;;;;;mBAGuD,CAAC;;;;kBAQ5C,CAAC;iBAAmC,CAAC;;mBAA+C,CAAC;oBAElG,CAAC;;mBAEiB,CAAC;iBAAmC,CAAC;iBAI3D,CAAD;oCAAoC,CAAC;qCAEnC,CAAC;oCACsB,CAAC;;qBAA8D,CAAC;kBACxF,CAAF;oBAAsC,CAAC;;kBACf,CAAC;;;;;;;;cAQnB,CAAC;mBAAsC,CAAA;;;gBAErC,CAAC;mBAEA,CAAA;;qBAGI,CAAC;;;mBAKN,CAAC;;;;mBAEsD,CAAC;;;;;mBAMhC,CAAA;;;;mBACN,CAAC;;;;mBAIjB,CAAN;;;;;mBAII,CAFc;;;;mBAGd,CAAF;;;;mBAEoC,CAAC;;;mBAElC,CAAC;uBAEW,CAAC;;;;;;;;;;;AA5ItB,wBAiFG"}
|