@dxos/assistant-toolkit 0.8.4-main.72ec0f3 → 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 +388 -285
- 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 +388 -285
- 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 +10 -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 +10 -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 +100 -99
- package/dist/types/src/functions/entity-extraction/entity-extraction.d.ts.map +1 -1
- package/dist/types/src/functions/entity-extraction/index.d.ts +100 -99
- 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 +9 -8
- 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/research/types.d.ts +1 -1
- package/dist/types/src/functions/research/types.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 +32 -40
- 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 +46 -28
- 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 +13 -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/research/types.ts +1 -1
- 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} +15 -15
- 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,
|
|
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
|
-
readonly source: import("@dxos/echo/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
parentMessage?: string | undefined;
|
|
9
|
-
created: string;
|
|
10
|
-
sender: {
|
|
3
|
+
readonly source: import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
4
|
+
readonly id: string;
|
|
5
|
+
readonly parentMessage?: string | undefined;
|
|
6
|
+
readonly created: string;
|
|
7
|
+
readonly sender: {
|
|
11
8
|
name?: string | undefined;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
status?: "prospect" | "qualified" | "active" | "commit" | "reject" | undefined;
|
|
27
|
-
image?: string | undefined;
|
|
28
|
-
website?: string | undefined;
|
|
29
|
-
location?: readonly [number, number, (number | undefined)?] | undefined;
|
|
9
|
+
role?: "user" | "assistant" | "tool" | undefined;
|
|
10
|
+
contact?: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
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;
|
|
30
23
|
}> | undefined;
|
|
31
|
-
jobTitle?: string | undefined;
|
|
32
|
-
department?: string | undefined;
|
|
33
|
-
notes?: string | undefined;
|
|
34
|
-
emails?: {
|
|
24
|
+
readonly jobTitle?: string | undefined;
|
|
25
|
+
readonly department?: string | undefined;
|
|
26
|
+
readonly notes?: string | undefined;
|
|
27
|
+
readonly emails?: {
|
|
35
28
|
readonly value: string;
|
|
36
29
|
readonly label?: string | undefined;
|
|
37
30
|
}[] | undefined;
|
|
38
|
-
identities?: {
|
|
31
|
+
readonly identities?: {
|
|
39
32
|
readonly value: string;
|
|
40
33
|
readonly label?: string | undefined;
|
|
41
34
|
}[] | undefined;
|
|
42
|
-
phoneNumbers?: {
|
|
35
|
+
readonly phoneNumbers?: {
|
|
43
36
|
readonly value: string;
|
|
44
37
|
readonly label?: string | undefined;
|
|
45
38
|
}[] | undefined;
|
|
46
|
-
|
|
39
|
+
readonly fields?: {
|
|
40
|
+
readonly value: string;
|
|
41
|
+
readonly label: string;
|
|
42
|
+
readonly category?: string | undefined;
|
|
43
|
+
}[] | undefined;
|
|
44
|
+
readonly addresses?: {
|
|
47
45
|
readonly value: {
|
|
48
46
|
readonly street?: string | undefined;
|
|
49
47
|
readonly extended?: string | undefined;
|
|
@@ -55,78 +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
|
-
role?: "user" | "assistant" | "tool" | undefined;
|
|
69
67
|
};
|
|
70
|
-
blocks: ({
|
|
71
|
-
version: unknown;
|
|
72
|
-
_tag: "anchor";
|
|
73
|
-
pending?: boolean | undefined;
|
|
74
|
-
objectId: string;
|
|
75
|
-
} | {
|
|
76
|
-
name?: string | undefined;
|
|
77
|
-
_tag: "file";
|
|
78
|
-
url: string;
|
|
79
|
-
pending?: boolean | undefined;
|
|
80
|
-
mediaType?: string | undefined;
|
|
81
|
-
} | {
|
|
82
|
-
source?: {
|
|
83
|
-
type: "base64";
|
|
84
|
-
data: string;
|
|
85
|
-
mediaType: string;
|
|
86
|
-
} | {
|
|
87
|
-
type: "http";
|
|
88
|
-
url: string;
|
|
89
|
-
} | undefined;
|
|
90
|
-
id?: string | undefined;
|
|
91
|
-
_tag: "image";
|
|
92
|
-
pending?: boolean | undefined;
|
|
93
|
-
} | {
|
|
94
|
-
data: string;
|
|
95
|
-
_tag: "json";
|
|
68
|
+
readonly blocks: ({
|
|
96
69
|
pending?: boolean | undefined;
|
|
70
|
+
text: string;
|
|
71
|
+
mimeType?: string | undefined;
|
|
97
72
|
disposition?: string | undefined;
|
|
73
|
+
_tag: "text";
|
|
98
74
|
} | {
|
|
99
|
-
_tag: "proposal";
|
|
100
|
-
text: string;
|
|
101
75
|
pending?: boolean | undefined;
|
|
102
|
-
} | {
|
|
103
76
|
_tag: "reasoning";
|
|
104
|
-
pending?: boolean | undefined;
|
|
105
77
|
reasoningText?: string | undefined;
|
|
106
78
|
redactedText?: string | undefined;
|
|
107
79
|
signature?: string | undefined;
|
|
108
80
|
} | {
|
|
109
|
-
|
|
110
|
-
_tag: "reference";
|
|
111
|
-
pending?: boolean | undefined;
|
|
112
|
-
} | {
|
|
113
|
-
_tag: "select";
|
|
114
|
-
pending?: boolean | undefined;
|
|
115
|
-
options: readonly string[];
|
|
116
|
-
} | {
|
|
117
|
-
_tag: "status";
|
|
81
|
+
name: string;
|
|
118
82
|
pending?: boolean | undefined;
|
|
119
|
-
|
|
83
|
+
_tag: "toolCall";
|
|
84
|
+
toolCallId: string;
|
|
85
|
+
input: string;
|
|
86
|
+
providerExecuted: boolean;
|
|
120
87
|
} | {
|
|
121
|
-
|
|
122
|
-
text: string;
|
|
88
|
+
name: string;
|
|
123
89
|
pending?: boolean | undefined;
|
|
90
|
+
_tag: "toolResult";
|
|
91
|
+
toolCallId: string;
|
|
92
|
+
providerExecuted: boolean;
|
|
93
|
+
result?: string | undefined;
|
|
94
|
+
error?: string | undefined;
|
|
124
95
|
} | {
|
|
125
|
-
model?: string | undefined;
|
|
126
|
-
_tag: "summary";
|
|
127
96
|
pending?: boolean | undefined;
|
|
128
97
|
mimeType?: string | undefined;
|
|
98
|
+
_tag: "summary";
|
|
129
99
|
message?: string | undefined;
|
|
100
|
+
model?: string | undefined;
|
|
130
101
|
usage?: {
|
|
131
102
|
readonly inputTokens?: number | undefined;
|
|
132
103
|
readonly outputTokens?: number | undefined;
|
|
@@ -136,38 +107,68 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
136
107
|
errors?: number | undefined;
|
|
137
108
|
duration?: number | undefined;
|
|
138
109
|
} | {
|
|
139
|
-
|
|
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;
|
|
140
133
|
text: string;
|
|
134
|
+
_tag: "transcript";
|
|
135
|
+
started: string;
|
|
136
|
+
} | {
|
|
141
137
|
pending?: boolean | undefined;
|
|
142
|
-
|
|
143
|
-
|
|
138
|
+
_tag: "status";
|
|
139
|
+
statusText: string;
|
|
144
140
|
} | {
|
|
145
|
-
_tag: "toolkit";
|
|
146
141
|
pending?: boolean | undefined;
|
|
142
|
+
text: string;
|
|
143
|
+
_tag: "suggestion";
|
|
147
144
|
} | {
|
|
148
|
-
name: string;
|
|
149
|
-
input: string;
|
|
150
|
-
_tag: "toolCall";
|
|
151
145
|
pending?: boolean | undefined;
|
|
152
|
-
|
|
153
|
-
|
|
146
|
+
_tag: "select";
|
|
147
|
+
options: string[];
|
|
154
148
|
} | {
|
|
155
|
-
|
|
156
|
-
_tag: "toolResult";
|
|
149
|
+
version: unknown;
|
|
157
150
|
pending?: boolean | undefined;
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
result?: string | undefined;
|
|
161
|
-
error?: string | undefined;
|
|
151
|
+
_tag: "anchor";
|
|
152
|
+
objectId: string;
|
|
162
153
|
} | {
|
|
163
|
-
|
|
154
|
+
pending?: boolean | undefined;
|
|
164
155
|
text: string;
|
|
156
|
+
_tag: "proposal";
|
|
157
|
+
} | {
|
|
165
158
|
pending?: boolean | undefined;
|
|
166
|
-
|
|
159
|
+
_tag: "toolkit";
|
|
160
|
+
} | {
|
|
161
|
+
pending?: boolean | undefined;
|
|
162
|
+
disposition?: string | undefined;
|
|
163
|
+
_tag: "json";
|
|
164
|
+
data: string;
|
|
167
165
|
})[];
|
|
166
|
+
readonly properties?: {
|
|
167
|
+
[x: string]: any;
|
|
168
|
+
} | undefined;
|
|
168
169
|
};
|
|
169
170
|
}, {
|
|
170
|
-
readonly entities?: readonly
|
|
171
|
+
readonly entities?: readonly any[] | undefined;
|
|
171
172
|
}, import("@dxos/functions").FunctionServices>;
|
|
172
173
|
export default _default;
|
|
173
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"}
|