@indexnetwork/protocol 3.13.0-rc.288.1 → 4.1.1-rc.290.1

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.
Files changed (116) hide show
  1. package/dist/chat/chat.prompt.js +25 -25
  2. package/dist/chat/chat.prompt.js.map +1 -1
  3. package/dist/chat/chat.prompt.modules.js +8 -8
  4. package/dist/chat/chat.prompt.modules.js.map +1 -1
  5. package/dist/chat/tests/chat.graph.mocks.d.ts +1 -7
  6. package/dist/chat/tests/chat.graph.mocks.d.ts.map +1 -1
  7. package/dist/chat/tests/chat.graph.mocks.js +1 -2
  8. package/dist/chat/tests/chat.graph.mocks.js.map +1 -1
  9. package/dist/contact/contact.tools.js +3 -3
  10. package/dist/contact/contact.tools.js.map +1 -1
  11. package/dist/{profile/profile.enricher.d.ts → enrichment/enrichment.enricher.d.ts} +1 -1
  12. package/dist/enrichment/enrichment.enricher.d.ts.map +1 -0
  13. package/dist/{profile/profile.enricher.js → enrichment/enrichment.enricher.js} +1 -1
  14. package/dist/enrichment/enrichment.enricher.js.map +1 -0
  15. package/dist/{profile/profile.generator.d.ts → enrichment/enrichment.generator.d.ts} +3 -3
  16. package/dist/enrichment/enrichment.generator.d.ts.map +1 -0
  17. package/dist/{profile/profile.generator.js → enrichment/enrichment.generator.js} +6 -6
  18. package/dist/enrichment/enrichment.generator.js.map +1 -0
  19. package/dist/{profile/profile.graph.d.ts → enrichment/enrichment.graph.d.ts} +61 -201
  20. package/dist/enrichment/enrichment.graph.d.ts.map +1 -0
  21. package/dist/{profile/profile.graph.js → enrichment/enrichment.graph.js} +7 -7
  22. package/dist/enrichment/enrichment.graph.js.map +1 -0
  23. package/dist/{profile/profile.state.d.ts → enrichment/enrichment.state.d.ts} +8 -32
  24. package/dist/enrichment/enrichment.state.d.ts.map +1 -0
  25. package/dist/{profile/profile.state.js → enrichment/enrichment.state.js} +2 -2
  26. package/dist/enrichment/enrichment.state.js.map +1 -0
  27. package/dist/enrichment/enrichment.tools.d.ts +3 -0
  28. package/dist/enrichment/enrichment.tools.d.ts.map +1 -0
  29. package/dist/{profile/profile.tools.js → enrichment/enrichment.tools.js} +119 -132
  30. package/dist/enrichment/enrichment.tools.js.map +1 -0
  31. package/dist/index.d.ts +4 -4
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +3 -3
  34. package/dist/index.js.map +1 -1
  35. package/dist/intent/intent.graph.d.ts.map +1 -1
  36. package/dist/intent/intent.graph.js +7 -6
  37. package/dist/intent/intent.graph.js.map +1 -1
  38. package/dist/intent/intent.tools.js +5 -5
  39. package/dist/intent/intent.tools.js.map +1 -1
  40. package/dist/mcp/mcp.server.d.ts +1 -1
  41. package/dist/mcp/mcp.server.d.ts.map +1 -1
  42. package/dist/mcp/mcp.server.js +12 -4
  43. package/dist/mcp/mcp.server.js.map +1 -1
  44. package/dist/negotiation/negotiation.tools.js +1 -1
  45. package/dist/negotiation/negotiation.tools.js.map +1 -1
  46. package/dist/network/network.tools.js +2 -2
  47. package/dist/network/network.tools.js.map +1 -1
  48. package/dist/opportunity/opportunity.graph.d.ts +9 -15
  49. package/dist/opportunity/opportunity.graph.d.ts.map +1 -1
  50. package/dist/opportunity/opportunity.graph.js +12 -29
  51. package/dist/opportunity/opportunity.graph.js.map +1 -1
  52. package/dist/opportunity/opportunity.presenter.d.ts.map +1 -1
  53. package/dist/opportunity/opportunity.presenter.js +3 -11
  54. package/dist/opportunity/opportunity.presenter.js.map +1 -1
  55. package/dist/opportunity/opportunity.state.d.ts +4 -10
  56. package/dist/opportunity/opportunity.state.d.ts.map +1 -1
  57. package/dist/opportunity/opportunity.state.js +1 -1
  58. package/dist/opportunity/opportunity.state.js.map +1 -1
  59. package/dist/opportunity/opportunity.tools.js +8 -8
  60. package/dist/opportunity/opportunity.tools.js.map +1 -1
  61. package/dist/questioner/questioner.presets.js +1 -1
  62. package/dist/questioner/questioner.presets.js.map +1 -1
  63. package/dist/questioner/questioner.tools.d.ts +1 -1
  64. package/dist/questioner/questioner.tools.js +2 -2
  65. package/dist/questioner/questioner.tools.js.map +1 -1
  66. package/dist/shared/agent/tool.factory.js +6 -6
  67. package/dist/shared/agent/tool.factory.js.map +1 -1
  68. package/dist/shared/agent/tool.helpers.d.ts +8 -8
  69. package/dist/shared/agent/tool.helpers.d.ts.map +1 -1
  70. package/dist/shared/agent/tool.helpers.js.map +1 -1
  71. package/dist/shared/agent/tool.registry.d.ts.map +1 -1
  72. package/dist/shared/agent/tool.registry.js +28 -2
  73. package/dist/shared/agent/tool.registry.js.map +1 -1
  74. package/dist/shared/agent/tool.runtime.d.ts.map +1 -1
  75. package/dist/shared/agent/tool.runtime.js +6 -0
  76. package/dist/shared/agent/tool.runtime.js.map +1 -1
  77. package/dist/shared/agent/utility.tools.js +5 -5
  78. package/dist/shared/agent/utility.tools.js.map +1 -1
  79. package/dist/shared/hyde/hyde.graph.d.ts +6 -6
  80. package/dist/shared/hyde/hyde.state.d.ts +2 -2
  81. package/dist/shared/hyde/hyde.state.js.map +1 -1
  82. package/dist/shared/interfaces/database.interface.d.ts +16 -16
  83. package/dist/shared/interfaces/database.interface.d.ts.map +1 -1
  84. package/dist/shared/interfaces/database.interface.js.map +1 -1
  85. package/dist/shared/interfaces/{profile-run.interface.d.ts → enrichment-run.interface.d.ts} +21 -21
  86. package/dist/shared/interfaces/enrichment-run.interface.d.ts.map +1 -0
  87. package/dist/shared/interfaces/enrichment-run.interface.js +2 -0
  88. package/dist/shared/interfaces/enrichment-run.interface.js.map +1 -0
  89. package/dist/shared/schemas/discovery-question.schema.d.ts +2 -2
  90. package/dist/shared/schemas/identity.schema.d.ts +45 -0
  91. package/dist/shared/schemas/identity.schema.d.ts.map +1 -0
  92. package/dist/shared/schemas/identity.schema.js +20 -0
  93. package/dist/shared/schemas/identity.schema.js.map +1 -0
  94. package/dist/shared/schemas/question.schema.d.ts +4 -4
  95. package/dist/shared/schemas/question.schema.d.ts.map +1 -1
  96. package/dist/shared/schemas/question.schema.js +1 -1
  97. package/dist/shared/schemas/question.schema.js.map +1 -1
  98. package/package.json +1 -1
  99. package/dist/profile/profile.enricher.d.ts.map +0 -1
  100. package/dist/profile/profile.enricher.js.map +0 -1
  101. package/dist/profile/profile.generator.d.ts.map +0 -1
  102. package/dist/profile/profile.generator.js.map +0 -1
  103. package/dist/profile/profile.graph.d.ts.map +0 -1
  104. package/dist/profile/profile.graph.js.map +0 -1
  105. package/dist/profile/profile.state.d.ts.map +0 -1
  106. package/dist/profile/profile.state.js.map +0 -1
  107. package/dist/profile/profile.tools.d.ts +0 -3
  108. package/dist/profile/profile.tools.d.ts.map +0 -1
  109. package/dist/profile/profile.tools.js.map +0 -1
  110. package/dist/shared/interfaces/profile-run.interface.d.ts.map +0 -1
  111. package/dist/shared/interfaces/profile-run.interface.js +0 -2
  112. package/dist/shared/interfaces/profile-run.interface.js.map +0 -1
  113. package/dist/shared/schemas/profile.schema.d.ts +0 -100
  114. package/dist/shared/schemas/profile.schema.d.ts.map +0 -1
  115. package/dist/shared/schemas/profile.schema.js +0 -26
  116. package/dist/shared/schemas/profile.schema.js.map +0 -1
@@ -2,7 +2,7 @@ import type { DebugMetaAgent } from '../chat/chat-streaming.types.js';
2
2
  /**
3
3
  * The Graph State for Profile Generation.
4
4
  */
5
- export declare const ProfileGraphState: import("@langchain/langgraph").AnnotationRoot<{
5
+ export declare const EnrichmentGraphState: import("@langchain/langgraph").AnnotationRoot<{
6
6
  /**
7
7
  * The User ID to link the profile to.
8
8
  */
@@ -43,47 +43,29 @@ export declare const ProfileGraphState: import("@langchain/langgraph").Annotatio
43
43
  * The generated or loaded profile document.
44
44
  */
45
45
  profile: import("@langchain/langgraph").BaseChannel<{
46
- userId: string;
47
46
  identity: {
48
47
  name: string;
49
48
  bio: string;
50
49
  location: string;
51
50
  };
52
- narrative: {
53
- context: string;
54
- };
55
- attributes: {
56
- interests: string[];
57
- skills: string[];
58
- };
51
+ context: string;
52
+ userId?: string | undefined;
59
53
  } | undefined, {
60
- userId: string;
61
54
  identity: {
62
55
  name: string;
63
56
  bio: string;
64
57
  location: string;
65
58
  };
66
- narrative: {
67
- context: string;
68
- };
69
- attributes: {
70
- interests: string[];
71
- skills: string[];
72
- };
59
+ context: string;
60
+ userId?: string | undefined;
73
61
  } | import("@langchain/langgraph").OverwriteValue<{
74
- userId: string;
75
62
  identity: {
76
63
  name: string;
77
64
  bio: string;
78
65
  location: string;
79
66
  };
80
- narrative: {
81
- context: string;
82
- };
83
- attributes: {
84
- interests: string[];
85
- skills: string[];
86
- };
67
+ context: string;
68
+ userId?: string | undefined;
87
69
  } | undefined> | undefined, unknown>;
88
70
  /**
89
71
  * Flags to track what needs to be generated.
@@ -135,8 +117,6 @@ export declare const ProfileGraphState: import("@langchain/langgraph").Annotatio
135
117
  name: string;
136
118
  bio: string;
137
119
  location: string;
138
- skills: string[];
139
- interests: string[];
140
120
  };
141
121
  message?: string;
142
122
  } | undefined, {
@@ -146,8 +126,6 @@ export declare const ProfileGraphState: import("@langchain/langgraph").Annotatio
146
126
  name: string;
147
127
  bio: string;
148
128
  location: string;
149
- skills: string[];
150
- interests: string[];
151
129
  };
152
130
  message?: string;
153
131
  } | import("@langchain/langgraph").OverwriteValue<{
@@ -157,10 +135,8 @@ export declare const ProfileGraphState: import("@langchain/langgraph").Annotatio
157
135
  name: string;
158
136
  bio: string;
159
137
  location: string;
160
- skills: string[];
161
- interests: string[];
162
138
  };
163
139
  message?: string;
164
140
  } | undefined> | undefined, unknown>;
165
141
  }>;
166
- //# sourceMappingURL=profile.state.d.ts.map
142
+ //# sourceMappingURL=enrichment.state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enrichment.state.d.ts","sourceRoot":"/","sources":["enrichment/enrichment.state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,oBAAoB;IAE/B;;OAEG;;;;;;IAKH;;;;;;OAMG;;IAMH;;;OAGG;;IAQH;;OAEG;;IAMH;;OAEG;;IAMH;;;;;OAKG;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;IAMH;;OAEG;;IAMH;;;OAGG;;IAMH;;;OAGG;;IAQH;;OAEG;;IAQH;;;OAGG;;kBAES,OAAO;6BACI,OAAO;2BACT,OAAO;uBACX,OAAO;;kBAHZ,OAAO;6BACI,OAAO;2BACT,OAAO;uBACX,OAAO;;kBAHZ,OAAO;6BACI,OAAO;2BACT,OAAO;uBACX,OAAO;;IAMxB,sEAAsE;;IAMtE;;OAEG;;oBAEW,OAAO;kBACT;YACR,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC;YACb,GAAG,EAAE,MAAM,CAAC;YACZ,QAAQ,EAAE,MAAM,CAAC;SAClB;kBACS,MAAM;;oBAPJ,OAAO;kBACT;YACR,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC;YACb,GAAG,EAAE,MAAM,CAAC;YACZ,QAAQ,EAAE,MAAM,CAAC;SAClB;kBACS,MAAM;;oBAPJ,OAAO;kBACT;YACR,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC;YACb,GAAG,EAAE,MAAM,CAAC;YACZ,QAAQ,EAAE,MAAM,CAAC;SAClB;kBACS,MAAM;;EAKlB,CAAC"}
@@ -2,7 +2,7 @@ import { Annotation } from "@langchain/langgraph";
2
2
  /**
3
3
  * The Graph State for Profile Generation.
4
4
  */
5
- export const ProfileGraphState = Annotation.Root({
5
+ export const EnrichmentGraphState = Annotation.Root({
6
6
  // --- Inputs (Required at start) ---
7
7
  /**
8
8
  * The User ID to link the profile to.
@@ -113,4 +113,4 @@ export const ProfileGraphState = Annotation.Root({
113
113
  default: () => undefined,
114
114
  }),
115
115
  });
116
- //# sourceMappingURL=profile.state.js.map
116
+ //# sourceMappingURL=enrichment.state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enrichment.state.js","sourceRoot":"/","sources":["enrichment/enrichment.state.ts"],"names":[],"mappings":"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","sourcesContent":["import { Annotation } from \"@langchain/langgraph\";\nimport type { UserIdentity } from \"../shared/schemas/identity.schema.js\";\nimport type { DebugMetaAgent } from '../chat/chat-streaming.types.js';\n\n/**\n * The Graph State for Profile Generation.\n */\nexport const EnrichmentGraphState = Annotation.Root({\n // --- Inputs (Required at start) ---\n /**\n * The User ID to link the profile to.\n */\n userId: Annotation<string>,\n\n // --- Control Fields (Operation Mode) ---\n\n /**\n * Operation mode controls graph flow:\n * - 'query': Fast path - only retrieve existing profile (no generation)\n * - 'write': Decompose provided/scraped input into premises\n * - 'generate': Auto-enrich from user table data via enrichUserProfile Chat API,\n * then decompose the enrichment into premises\n */\n operationMode: Annotation<'query' | 'write' | 'generate'>({\n reducer: (curr, next) => next ?? curr,\n default: () => 'write',\n }),\n\n /**\n * Flag to force profile regeneration even if profile exists.\n * When true with new input, the graph will re-generate and update the profile.\n */\n forceUpdate: Annotation<boolean>({\n reducer: (curr, next) => next ?? curr,\n default: () => false,\n }),\n\n // --- Intermediate State ---\n\n /**\n * Internal objective constructed from user data.\n */\n objective: Annotation<string | undefined>({\n reducer: (curr, next) => next,\n default: () => undefined,\n }),\n\n /**\n * Raw input data (either provided or scraped).\n */\n input: Annotation<string | undefined>({\n reducer: (curr, next) => next,\n default: () => undefined,\n }),\n\n /**\n * IDs of the user_socials records active during the current scrape/generate run.\n * Populated by scrapeNode and autoGenerateNode after getUserSocials is called.\n * Empty by default; read by decomposePremisesNode to set provenanceSource:\n * 'integration' + provenanceSourceId when premises derive from social enrichment.\n */\n activeSocialIds: Annotation<string[]>({\n reducer: (_, next) => next ?? [],\n default: () => [],\n }),\n\n /**\n * The generated or loaded profile document.\n */\n profile: Annotation<UserIdentity | undefined>({\n reducer: (curr, next) => next,\n default: () => undefined,\n }),\n\n /**\n * Flags to track what needs to be generated.\n */\n needsProfileGeneration: Annotation<boolean>({\n reducer: (curr, next) => next ?? curr,\n default: () => false,\n }),\n\n /**\n * Flag indicating that user information is insufficient for accurate profile generation.\n * When true, the graph should request additional information from the user.\n */\n needsUserInfo: Annotation<boolean>({\n reducer: (curr, next) => next ?? curr,\n default: () => false,\n }),\n\n /**\n * List of missing user information fields.\n * Used to construct a helpful clarification message.\n */\n missingUserInfo: Annotation<string[]>({\n reducer: (curr, next) => next ?? curr,\n default: () => [],\n }),\n\n // --- Output ---\n\n /**\n * Error message if any step fails (non-fatal).\n */\n error: Annotation<string | undefined>({\n reducer: (curr, next) => next,\n default: () => undefined,\n }),\n\n // --- Operation Tracking (for transparency) ---\n\n /**\n * Tracks which operations were actually performed during this graph execution.\n * Used to provide explicit feedback to the user about what happened.\n */\n operationsPerformed: Annotation<{\n scraped?: boolean;\n decomposedPremises?: boolean;\n generatedProfile?: boolean;\n savedProfile?: boolean;\n }>({\n reducer: (curr, next) => ({ ...curr, ...next }),\n default: () => ({}),\n }),\n\n /** Timing records for each agent invocation within this graph run. */\n agentTimings: Annotation<DebugMetaAgent[]>({\n reducer: (acc, val) => [...acc, ...val],\n default: () => [],\n }),\n\n /**\n * Output for query mode: structured result for the tool to read.\n */\n readResult: Annotation<{\n hasProfile: boolean;\n profile?: {\n id?: string;\n name: string;\n bio: string;\n location: string;\n };\n message?: string;\n } | undefined>({\n reducer: (curr, next) => next,\n default: () => undefined,\n }),\n});\n"]}
@@ -0,0 +1,3 @@
1
+ import type { DefineTool, ToolDeps } from "../shared/agent/tool.helpers.js";
2
+ export declare function createEnrichmentTools(defineTool: DefineTool, deps: ToolDeps): readonly [any, any, any, any, any, any, any, any, any];
3
+ //# sourceMappingURL=enrichment.tools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enrichment.tools.d.ts","sourceRoot":"/","sources":["enrichment/enrichment.tools.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAuB,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAgCjG,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,0DAmtC3E"}