@breadstone/archipel-mcp 0.0.43 → 0.0.44

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 (112) hide show
  1. package/data/guides/ai-text-generation.md +397 -107
  2. package/data/packages/platform-intelligence/api/Class.IntelligenceHealthIndicator.md +5 -5
  3. package/data/packages/platform-intelligence/api/Class.IntelligenceModule.md +26 -2
  4. package/data/packages/platform-intelligence/api/Class.IntelligenceTextGenerator.md +43 -9
  5. package/data/packages/platform-intelligence/api/Class.IntelligenceToolBase.md +93 -0
  6. package/data/packages/platform-intelligence/api/Class.IntelligenceToolRegistry.md +217 -0
  7. package/data/packages/platform-intelligence/api/Function.createAnthropicAdvisor20260301Tool.md +26 -0
  8. package/data/packages/platform-intelligence/api/Function.createAnthropicBash20241022Tool.md +26 -0
  9. package/data/packages/platform-intelligence/api/Function.createAnthropicBash20250124Tool.md +26 -0
  10. package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20250522Tool.md +26 -0
  11. package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20250825Tool.md +26 -0
  12. package/data/packages/platform-intelligence/api/Function.createAnthropicCodeExecution20260120Tool.md +26 -0
  13. package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20241022Tool.md +26 -0
  14. package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20250124Tool.md +26 -0
  15. package/data/packages/platform-intelligence/api/Function.createAnthropicComputer20251124Tool.md +26 -0
  16. package/data/packages/platform-intelligence/api/Function.createAnthropicMemory20250818Tool.md +26 -0
  17. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20241022Tool.md +26 -0
  18. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250124Tool.md +26 -0
  19. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250429Tool.md +26 -0
  20. package/data/packages/platform-intelligence/api/Function.createAnthropicTextEditor20250728Tool.md +26 -0
  21. package/data/packages/platform-intelligence/api/Function.createAnthropicToolSearchBM2520251119Tool.md +26 -0
  22. package/data/packages/platform-intelligence/api/Function.createAnthropicToolSearchRegex20251119Tool.md +26 -0
  23. package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20250910Tool.md +26 -0
  24. package/data/packages/platform-intelligence/api/Function.createAnthropicWebFetch20260209Tool.md +26 -0
  25. package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20250305Tool.md +26 -0
  26. package/data/packages/platform-intelligence/api/Function.createAnthropicWebSearch20260209Tool.md +26 -0
  27. package/data/packages/platform-intelligence/api/Function.createGoogleCodeExecutionTool.md +26 -0
  28. package/data/packages/platform-intelligence/api/Function.createGoogleEnterpriseWebSearchTool.md +26 -0
  29. package/data/packages/platform-intelligence/api/Function.createGoogleFileSearchTool.md +26 -0
  30. package/data/packages/platform-intelligence/api/Function.createGoogleGoogleMapsTool.md +26 -0
  31. package/data/packages/platform-intelligence/api/Function.createGoogleGoogleSearchTool.md +26 -0
  32. package/data/packages/platform-intelligence/api/Function.createGoogleUrlContextTool.md +26 -0
  33. package/data/packages/platform-intelligence/api/Function.createGoogleVertexRagStoreTool.md +26 -0
  34. package/data/packages/platform-intelligence/api/Function.createIntelligenceTool.md +27 -0
  35. package/data/packages/platform-intelligence/api/Function.createOpenAIApplyPatchTool.md +26 -0
  36. package/data/packages/platform-intelligence/api/Function.createOpenAICodeInterpreterTool.md +26 -0
  37. package/data/packages/platform-intelligence/api/Function.createOpenAICustomTool.md +27 -0
  38. package/data/packages/platform-intelligence/api/Function.createOpenAIFileSearchTool.md +26 -0
  39. package/data/packages/platform-intelligence/api/Function.createOpenAIImageGenerationTool.md +26 -0
  40. package/data/packages/platform-intelligence/api/Function.createOpenAILocalShellTool.md +26 -0
  41. package/data/packages/platform-intelligence/api/Function.createOpenAIMcpTool.md +26 -0
  42. package/data/packages/platform-intelligence/api/Function.createOpenAIShellTool.md +26 -0
  43. package/data/packages/platform-intelligence/api/Function.createOpenAIToolSearchTool.md +26 -0
  44. package/data/packages/platform-intelligence/api/Function.createOpenAIWebSearchPreviewTool.md +26 -0
  45. package/data/packages/platform-intelligence/api/Function.createOpenAIWebSearchTool.md +26 -0
  46. package/data/packages/platform-intelligence/api/Function.createProviderOptions.md +15 -2
  47. package/data/packages/platform-intelligence/api/Function.loadAnthropicLanguageModel.md +4 -4
  48. package/data/packages/platform-intelligence/api/Function.loadGoogleLanguageModel.md +4 -4
  49. package/data/packages/platform-intelligence/api/Function.loadGrokLanguageModel.md +4 -4
  50. package/data/packages/platform-intelligence/api/Function.loadOpenAILanguageModel.md +4 -4
  51. package/data/packages/platform-intelligence/api/Interface.IIntelligenceModuleOptions.md +79 -0
  52. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextCompletion.md +30 -6
  53. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerationOptions.md +106 -5
  54. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextGenerator.md +29 -4
  55. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTextStreamingOptions.md +183 -0
  56. package/data/packages/platform-intelligence/api/Interface.IIntelligenceTool.md +39 -0
  57. package/data/packages/platform-intelligence/api/Interface.IIntelligenceToolRegistry.md +146 -0
  58. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceLanguageModelLoader.md +3 -3
  59. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceLanguageModelLoaders.md +14 -0
  60. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceTextStream.md +14 -0
  61. package/data/packages/platform-intelligence/api/Variable.ANTHROPIC_API_KEY.md +1 -1
  62. package/data/packages/platform-intelligence/api/Variable.ANTHROPIC_BASE_URL.md +1 -1
  63. package/data/packages/platform-intelligence/api/Variable.ANTHROPIC_CONFIG_ENTRIES.md +14 -0
  64. package/data/packages/platform-intelligence/api/Variable.AnthropicIntelligenceToolNames.md +42 -0
  65. package/data/packages/platform-intelligence/api/Variable.GEMINI_API_KEY.md +2 -2
  66. package/data/packages/platform-intelligence/api/Variable.GOOGLE_API_KEY.md +1 -1
  67. package/data/packages/platform-intelligence/api/Variable.GOOGLE_BASE_URL.md +1 -1
  68. package/data/packages/platform-intelligence/api/Variable.GOOGLE_CONFIG_ENTRIES.md +14 -0
  69. package/data/packages/platform-intelligence/api/Variable.GROK_API_KEY.md +1 -1
  70. package/data/packages/platform-intelligence/api/Variable.GROK_BASE_URL.md +1 -1
  71. package/data/packages/platform-intelligence/api/Variable.GROK_CONFIG_ENTRIES.md +14 -0
  72. package/data/packages/platform-intelligence/api/Variable.GoogleIntelligenceToolNames.md +34 -0
  73. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_API_KEY.md +1 -1
  74. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_BASE_URL.md +1 -1
  75. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_MAX_OUTPUT_TOKENS.md +1 -1
  76. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_MODEL.md +1 -1
  77. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_PROVIDER.md +1 -1
  78. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_TEMPERATURE.md +1 -1
  79. package/data/packages/platform-intelligence/api/Variable.INTELLIGENCE_TOP_P.md +1 -1
  80. package/data/packages/platform-intelligence/api/Variable.OPENAI_API_KEY.md +1 -1
  81. package/data/packages/platform-intelligence/api/Variable.OPENAI_BASE_URL.md +1 -1
  82. package/data/packages/platform-intelligence/api/Variable.OPENAI_CONFIG_ENTRIES.md +14 -0
  83. package/data/packages/platform-intelligence/api/Variable.OpenAIIntelligenceToolNames.md +40 -0
  84. package/data/packages/platform-intelligence/api/Variable.PLATFORM_INTELLIGENCE_CONFIG_ENTRIES.md +1 -1
  85. package/data/packages/platform-intelligence/api/Variable.XAI_API_KEY.md +2 -2
  86. package/data/packages/platform-intelligence/api/Variable.XAI_BASE_URL.md +2 -2
  87. package/data/packages/platform-intelligence/api/index.md +64 -33
  88. package/data/packages/platform-intelligence/index.md +278 -69
  89. package/package.json +1 -1
  90. package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistrarBase.md +0 -94
  91. package/data/packages/platform-intelligence/api/Class.IntelligenceCapabilityRegistry.md +0 -106
  92. package/data/packages/platform-intelligence/api/Function.loadProviderFactory.md +0 -31
  93. package/data/packages/platform-intelligence/api/Interface.IIntelligenceArtifact.md +0 -34
  94. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapability.md +0 -71
  95. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityMetadata.md +0 -70
  96. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityPayload.md +0 -46
  97. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityRegistry.md +0 -78
  98. package/data/packages/platform-intelligence/api/Interface.IIntelligenceCapabilityResult.md +0 -46
  99. package/data/packages/platform-intelligence/api/Interface.IIntelligenceContext.md +0 -72
  100. package/data/packages/platform-intelligence/api/Interface.IIntelligenceContextBuilder.md +0 -35
  101. package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationMessageSnapshot.md +0 -70
  102. package/data/packages/platform-intelligence/api/Interface.IIntelligenceConversationSnapshot.md +0 -58
  103. package/data/packages/platform-intelligence/api/Interface.IIntelligenceFollowUpQuestion.md +0 -46
  104. package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntent.md +0 -46
  105. package/data/packages/platform-intelligence/api/Interface.IIntelligenceIntentEntity.md +0 -34
  106. package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessageModel.md +0 -70
  107. package/data/packages/platform-intelligence/api/Interface.IIntelligenceMessagePayload.md +0 -34
  108. package/data/packages/platform-intelligence/api/Interface.IIntelligencePrompt.md +0 -34
  109. package/data/packages/platform-intelligence/api/Interface.IIntelligencePromptMessage.md +0 -34
  110. package/data/packages/platform-intelligence/api/Interface.IIntelligenceResponseMessage.md +0 -34
  111. package/data/packages/platform-intelligence/api/TypeAlias.IntelligenceConversationMessageRole.md +0 -14
  112. package/data/packages/platform-intelligence/api/Variable.IntelligenceConversationMessageRoles.md +0 -26
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicComputer20250124Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicComputer20250124Tool()
7
+
8
+ ```ts
9
+ function createAnthropicComputer20250124Tool(options): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicComputer20250124Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicComputer20250124Tool.ts#L18)
13
+
14
+ Creates an Anthropic computer-use tool registration for the 2025-01-24 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicComputer20251124Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicComputer20251124Tool()
7
+
8
+ ```ts
9
+ function createAnthropicComputer20251124Tool(options): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicComputer20251124Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicComputer20251124Tool.ts#L18)
13
+
14
+ Creates an Anthropic computer-use tool registration for the 2025-11-24 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} & \{ \} | Anthropic computer-use tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicMemory20250818Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicMemory20250818Tool()
7
+
8
+ ```ts
9
+ function createAnthropicMemory20250818Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicMemory20250818Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicMemory20250818Tool.ts#L18)
13
+
14
+ Creates an Anthropic memory tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Anthropic memory tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicTextEditor20241022Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicTextEditor20241022Tool()
7
+
8
+ ```ts
9
+ function createAnthropicTextEditor20241022Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicTextEditor20241022Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20241022Tool.ts#L18)
13
+
14
+ Creates an Anthropic text-editor tool registration for the 2024-10-22 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Anthropic text-editor tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicTextEditor20250124Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicTextEditor20250124Tool()
7
+
8
+ ```ts
9
+ function createAnthropicTextEditor20250124Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicTextEditor20250124Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20250124Tool.ts#L18)
13
+
14
+ Creates an Anthropic text-editor tool registration for the 2025-01-24 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Anthropic text-editor tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicTextEditor20250429Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicTextEditor20250429Tool()
7
+
8
+ ```ts
9
+ function createAnthropicTextEditor20250429Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicTextEditor20250429Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20250429Tool.ts#L18)
13
+
14
+ Creates an Anthropic text-editor tool registration for the 2025-04-29 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Anthropic text-editor tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicTextEditor20250728Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicTextEditor20250728Tool()
7
+
8
+ ```ts
9
+ function createAnthropicTextEditor20250728Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicTextEditor20250728Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicTextEditor20250728Tool.ts#L18)
13
+
14
+ Creates an Anthropic text-editor tool registration for the 2025-07-28 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic text-editor tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicToolSearchBM2520251119Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicToolSearchBM2520251119Tool()
7
+
8
+ ```ts
9
+ function createAnthropicToolSearchBM2520251119Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicToolSearchBM2520251119Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicToolSearchBM2520251119Tool.ts#L18)
13
+
14
+ Creates an Anthropic BM25 tool-search tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} \| `undefined` | Anthropic BM25 tool-search options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicToolSearchRegex20251119Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicToolSearchRegex20251119Tool()
7
+
8
+ ```ts
9
+ function createAnthropicToolSearchRegex20251119Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicToolSearchRegex20251119Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicToolSearchRegex20251119Tool.ts#L18)
13
+
14
+ Creates an Anthropic regex tool-search tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} \| `undefined` | Anthropic regex tool-search options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicWebFetch20250910Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicWebFetch20250910Tool()
7
+
8
+ ```ts
9
+ function createAnthropicWebFetch20250910Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicWebFetch20250910Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebFetch20250910Tool.ts#L18)
13
+
14
+ Creates an Anthropic web-fetch tool registration for the 2025-09-10 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-fetch tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicWebFetch20260209Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicWebFetch20260209Tool()
7
+
8
+ ```ts
9
+ function createAnthropicWebFetch20260209Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicWebFetch20260209Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebFetch20260209Tool.ts#L18)
13
+
14
+ Creates an Anthropic web-fetch tool registration for the 2026-02-09 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-fetch tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicWebSearch20250305Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicWebSearch20250305Tool()
7
+
8
+ ```ts
9
+ function createAnthropicWebSearch20250305Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicWebSearch20250305Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebSearch20250305Tool.ts#L18)
13
+
14
+ Creates an Anthropic web-search tool registration for the 2025-03-05 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-search tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createAnthropicWebSearch20260209Tool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createAnthropicWebSearch20260209Tool()
7
+
8
+ ```ts
9
+ function createAnthropicWebSearch20260209Tool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/anthropic/tools/createAnthropicWebSearch20260209Tool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/anthropic/tools/createAnthropicWebSearch20260209Tool.ts#L18)
13
+
14
+ Creates an Anthropic web-search tool registration for the 2026-02-09 version.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} & \{ \} \| `undefined` | Anthropic web-search tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createGoogleCodeExecutionTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createGoogleCodeExecutionTool()
7
+
8
+ ```ts
9
+ function createGoogleCodeExecutionTool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/google/tools/createGoogleCodeExecutionTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleCodeExecutionTool.ts#L18)
13
+
14
+ Creates a Google code-execution tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Google code-execution tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createGoogleEnterpriseWebSearchTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createGoogleEnterpriseWebSearchTool()
7
+
8
+ ```ts
9
+ function createGoogleEnterpriseWebSearchTool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/google/tools/createGoogleEnterpriseWebSearchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleEnterpriseWebSearchTool.ts#L18)
13
+
14
+ Creates a Google enterprise-web-search tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Google enterprise-web-search tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createGoogleFileSearchTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createGoogleFileSearchTool()
7
+
8
+ ```ts
9
+ function createGoogleFileSearchTool(options): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/google/tools/createGoogleFileSearchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleFileSearchTool.ts#L18)
13
+
14
+ Creates a Google file-search tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \[`x`: `string`\]: `unknown`; \} & \{ \} | Google file-search tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createGoogleGoogleMapsTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createGoogleGoogleMapsTool()
7
+
8
+ ```ts
9
+ function createGoogleGoogleMapsTool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/google/tools/createGoogleGoogleMapsTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleGoogleMapsTool.ts#L18)
13
+
14
+ Creates a Google Maps grounding tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Google Maps tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createGoogleGoogleSearchTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createGoogleGoogleSearchTool()
7
+
8
+ ```ts
9
+ function createGoogleGoogleSearchTool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/google/tools/createGoogleGoogleSearchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleGoogleSearchTool.ts#L18)
13
+
14
+ Creates a Google Search grounding tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \[`x`: `string`\]: `unknown`; \} & \{ \} | Google Search tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createGoogleUrlContextTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createGoogleUrlContextTool()
7
+
8
+ ```ts
9
+ function createGoogleUrlContextTool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/google/tools/createGoogleUrlContextTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleUrlContextTool.ts#L18)
13
+
14
+ Creates a Google URL context tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | Google URL context tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createGoogleVertexRagStoreTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createGoogleVertexRagStoreTool()
7
+
8
+ ```ts
9
+ function createGoogleVertexRagStoreTool(options): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/google/tools/createGoogleVertexRagStoreTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/google/tools/createGoogleVertexRagStoreTool.ts#L18)
13
+
14
+ Creates a Google Vertex RAG Store tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} & \{ \} | Google Vertex RAG Store tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,27 @@
1
+ ---
2
+ title: 'Function: createIntelligenceTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createIntelligenceTool()
7
+
8
+ ```ts
9
+ function createIntelligenceTool(name, tool): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [tools/createIntelligenceTool.ts:17](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/tools/createIntelligenceTool.ts#L17)
13
+
14
+ Adapts a native AI SDK tool to the Archipel intelligence tool schema.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `name` | `string` | Tool name used as key in the AI SDK tool set. |
21
+ | `tool` | Tool\<never, never\> \| Tool\<any, any\> \| Tool\<any, never\> \| Tool\<never, any\> & `Pick`\<`Tool`\<`any`, `any`\>, \| `"execute"` \| `"needsApproval"` \| `"onInputStart"` \| `"onInputDelta"` \| `"onInputAvailable"`\> | Native AI SDK tool definition. |
22
+
23
+ ## Returns
24
+
25
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
26
+
27
+ Tool registration compatible with [IIntelligenceToolRegistry](Interface.IIntelligenceToolRegistry).
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createOpenAIApplyPatchTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createOpenAIApplyPatchTool()
7
+
8
+ ```ts
9
+ function createOpenAIApplyPatchTool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/openai/tools/createOpenAIApplyPatchTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/openai/tools/createOpenAIApplyPatchTool.ts#L18)
13
+
14
+ Creates an OpenAI apply-patch tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \{ \} | OpenAI apply-patch tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: 'Function: createOpenAICodeInterpreterTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createOpenAICodeInterpreterTool()
7
+
8
+ ```ts
9
+ function createOpenAICodeInterpreterTool(options?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/openai/tools/createOpenAICodeInterpreterTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/openai/tools/createOpenAICodeInterpreterTool.ts#L18)
13
+
14
+ Creates an OpenAI code-interpreter tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Description |
19
+ | ------ | ------ | ------ |
20
+ | `options` | \| \{ \} \| `undefined` | OpenAI code-interpreter tool options. |
21
+
22
+ ## Returns
23
+
24
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
25
+
26
+ Tool registration compatible with the intelligence tool registry.
@@ -0,0 +1,27 @@
1
+ ---
2
+ title: 'Function: createOpenAICustomTool()'
3
+ generated: true
4
+ editUrl: false
5
+ ---
6
+ # Function: createOpenAICustomTool()
7
+
8
+ ```ts
9
+ function createOpenAICustomTool(options, name?): IIntelligenceTool;
10
+ ```
11
+
12
+ Defined in: [providers/openai/tools/createOpenAICustomTool.ts:18](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-intelligence/src/providers/openai/tools/createOpenAICustomTool.ts#L18)
13
+
14
+ Creates an OpenAI custom provider-defined tool registration.
15
+
16
+ ## Parameters
17
+
18
+ | Parameter | Type | Default value | Description |
19
+ | ------ | ------ | ------ | ------ |
20
+ | `options` | \{ \} & \{ \} | `undefined` | OpenAI custom tool options. |
21
+ | `name` | `string` | `options.name` | Optional Archipel registry name. Defaults to the provider tool name. |
22
+
23
+ ## Returns
24
+
25
+ [`IIntelligenceTool`](Interface.IIntelligenceTool)
26
+
27
+ Tool registration compatible with the intelligence tool registry.