@mastra/client-js 0.0.0-vector-query-sources-20250516172905 → 0.0.0-vector-query-tool-provider-options-20250828222356

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 (91) hide show
  1. package/.turbo/turbo-build.log +18 -0
  2. package/CHANGELOG.md +1318 -2
  3. package/LICENSE.md +11 -42
  4. package/README.md +2 -1
  5. package/dist/adapters/agui.d.ts +23 -0
  6. package/dist/adapters/agui.d.ts.map +1 -0
  7. package/dist/client.d.ts +274 -0
  8. package/dist/client.d.ts.map +1 -0
  9. package/dist/example.d.ts +2 -0
  10. package/dist/example.d.ts.map +1 -0
  11. package/dist/index.cjs +1801 -137
  12. package/dist/index.cjs.map +1 -0
  13. package/dist/index.d.ts +4 -883
  14. package/dist/index.d.ts.map +1 -0
  15. package/dist/index.js +1803 -139
  16. package/dist/index.js.map +1 -0
  17. package/dist/resources/a2a.d.ts +41 -0
  18. package/dist/resources/a2a.d.ts.map +1 -0
  19. package/dist/resources/agent.d.ts +130 -0
  20. package/dist/resources/agent.d.ts.map +1 -0
  21. package/dist/resources/base.d.ts +13 -0
  22. package/dist/resources/base.d.ts.map +1 -0
  23. package/dist/resources/index.d.ts +12 -0
  24. package/dist/resources/index.d.ts.map +1 -0
  25. package/dist/resources/legacy-workflow.d.ts +87 -0
  26. package/dist/resources/legacy-workflow.d.ts.map +1 -0
  27. package/dist/resources/mcp-tool.d.ts +27 -0
  28. package/dist/resources/mcp-tool.d.ts.map +1 -0
  29. package/dist/resources/memory-thread.d.ts +53 -0
  30. package/dist/resources/memory-thread.d.ts.map +1 -0
  31. package/dist/resources/network-memory-thread.d.ts +47 -0
  32. package/dist/resources/network-memory-thread.d.ts.map +1 -0
  33. package/dist/resources/network.d.ts +30 -0
  34. package/dist/resources/network.d.ts.map +1 -0
  35. package/dist/resources/observability.d.ts +19 -0
  36. package/dist/resources/observability.d.ts.map +1 -0
  37. package/dist/resources/tool.d.ts +23 -0
  38. package/dist/resources/tool.d.ts.map +1 -0
  39. package/dist/resources/vNextNetwork.d.ts +42 -0
  40. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  41. package/dist/resources/vector.d.ts +48 -0
  42. package/dist/resources/vector.d.ts.map +1 -0
  43. package/dist/resources/workflow.d.ts +154 -0
  44. package/dist/resources/workflow.d.ts.map +1 -0
  45. package/dist/types.d.ts +449 -0
  46. package/dist/types.d.ts.map +1 -0
  47. package/dist/utils/index.d.ts +3 -0
  48. package/dist/utils/index.d.ts.map +1 -0
  49. package/dist/utils/process-client-tools.d.ts +3 -0
  50. package/dist/utils/process-client-tools.d.ts.map +1 -0
  51. package/dist/utils/process-mastra-stream.d.ts +7 -0
  52. package/dist/utils/process-mastra-stream.d.ts.map +1 -0
  53. package/dist/utils/zod-to-json-schema.d.ts +3 -0
  54. package/dist/utils/zod-to-json-schema.d.ts.map +1 -0
  55. package/eslint.config.js +6 -1
  56. package/integration-tests/agui-adapter.test.ts +122 -0
  57. package/integration-tests/package.json +18 -0
  58. package/integration-tests/src/mastra/index.ts +35 -0
  59. package/integration-tests/vitest.config.ts +9 -0
  60. package/package.json +32 -19
  61. package/src/adapters/agui.test.ts +116 -3
  62. package/src/adapters/agui.ts +30 -12
  63. package/src/client.ts +333 -24
  64. package/src/example.ts +46 -15
  65. package/src/index.test.ts +429 -6
  66. package/src/index.ts +1 -0
  67. package/src/resources/a2a.ts +35 -25
  68. package/src/resources/agent.ts +1284 -20
  69. package/src/resources/base.ts +8 -1
  70. package/src/resources/index.ts +3 -2
  71. package/src/resources/{vnext-workflow.ts → legacy-workflow.ts} +124 -143
  72. package/src/resources/memory-thread.test.ts +285 -0
  73. package/src/resources/memory-thread.ts +37 -1
  74. package/src/resources/network-memory-thread.test.ts +269 -0
  75. package/src/resources/network-memory-thread.ts +81 -0
  76. package/src/resources/network.ts +7 -7
  77. package/src/resources/observability.ts +53 -0
  78. package/src/resources/tool.ts +4 -3
  79. package/src/resources/vNextNetwork.ts +194 -0
  80. package/src/resources/workflow.ts +255 -96
  81. package/src/types.ts +262 -36
  82. package/src/utils/index.ts +11 -0
  83. package/src/utils/process-client-tools.ts +32 -0
  84. package/src/utils/process-mastra-stream.test.ts +353 -0
  85. package/src/utils/process-mastra-stream.ts +49 -0
  86. package/src/utils/zod-to-json-schema.ts +23 -3
  87. package/src/v2-messages.test.ts +180 -0
  88. package/tsconfig.build.json +9 -0
  89. package/tsconfig.json +2 -2
  90. package/tsup.config.ts +17 -0
  91. package/dist/index.d.cts +0 -883
package/LICENSE.md CHANGED
@@ -1,46 +1,15 @@
1
- # Elastic License 2.0 (ELv2)
1
+ # Apache License 2.0
2
2
 
3
- Copyright (c) 2025 Mastra AI, Inc.
3
+ Copyright (c) 2025 Kepler Software, Inc.
4
4
 
5
- **Acceptance**
6
- By using the software, you agree to all of the terms and conditions below.
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
7
8
 
8
- **Copyright License**
9
- The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject to the limitations and conditions below
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
10
 
11
- **Limitations**
12
- You may not provide the software to third parties as a hosted or managed service, where the service provides users with access to any substantial set of the features or functionality of the software.
13
-
14
- You may not move, change, disable, or circumvent the license key functionality in the software, and you may not remove or obscure any functionality in the software that is protected by the license key.
15
-
16
- You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law.
17
-
18
- **Patents**
19
- The licensor grants you a license, under any patent claims the licensor can license, or becomes able to license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case subject to the limitations and conditions in this license. This license does not cover any patent claims that you cause to be infringed by modifications or additions to the software. If you or your company make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
20
-
21
- **Notices**
22
- You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms.
23
-
24
- If you modify the software, you must include in any modified copies of the software prominent notices stating that you have modified the software.
25
-
26
- **No Other Rights**
27
- These terms do not imply any licenses other than those expressly granted in these terms.
28
-
29
- **Termination**
30
- If you use the software in violation of these terms, such use is not licensed, and your licenses will automatically terminate. If the licensor provides you with a notice of your violation, and you cease all violation of this license no later than 30 days after you receive that notice, your licenses will be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your licenses to terminate automatically and permanently.
31
-
32
- **No Liability**
33
- As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.
34
-
35
- **Definitions**
36
- The _licensor_ is the entity offering these terms, and the _software_ is the software the licensor makes available under these terms, including any portion of it.
37
-
38
- _you_ refers to the individual or entity agreeing to these terms.
39
-
40
- _your company_ is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. _control_ means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
41
-
42
- _your licenses_ are all the licenses granted to you for the software under these terms.
43
-
44
- _use_ means anything you do with the software requiring one of your licenses.
45
-
46
- _trademark_ means trademarks, service marks, and similar rights.
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
package/README.md CHANGED
@@ -11,7 +11,7 @@ npm install @mastra/client-js
11
11
  ## Quick Start
12
12
 
13
13
  ```typescript
14
- import { MastraClient } from '@mastra/client';
14
+ import { MastraClient } from '@mastra/client-js';
15
15
 
16
16
  // Initialize the client
17
17
  const client = new MastraClient({
@@ -80,6 +80,7 @@ const client = new MastraClient({
80
80
  - `getWorkflow(workflowId)`: Get a workflow instance
81
81
  - `workflow.details()`: Get workflow details
82
82
  - `workflow.createRun()`: Create workflow run
83
+ - `workflow.createRunAsync()`: Create workflow run (alias)
83
84
  - `workflow.startAsync(params)`: Execute the workflow and wait for execution results
84
85
  - `workflow.resumeAsync(parmas)`: Resume suspended workflow step async
85
86
  - `workflow.watch({runId},(record)=>{})`: Watch the step transitions of the workflow run
@@ -0,0 +1,23 @@
1
+ import type { AgentConfig, BaseEvent, Message, RunAgentInput } from '@ag-ui/client';
2
+ import { AbstractAgent } from '@ag-ui/client';
3
+ import type { CoreMessage } from '@mastra/core/llm';
4
+ import { Observable } from 'rxjs';
5
+ import type { Agent } from '../resources/agent.js';
6
+ interface MastraAgentConfig extends AgentConfig {
7
+ agent: Agent;
8
+ agentId: string;
9
+ resourceId?: string;
10
+ }
11
+ export declare class AGUIAdapter extends AbstractAgent {
12
+ agent: Agent;
13
+ resourceId?: string;
14
+ constructor({ agent, agentId, resourceId, ...rest }: MastraAgentConfig);
15
+ protected run(input: RunAgentInput): Observable<BaseEvent>;
16
+ }
17
+ /**
18
+ * Generates a UUID v4 that works in both browser and Node.js environments
19
+ */
20
+ export declare function generateUUID(): string;
21
+ export declare function convertMessagesToMastraMessages(messages: Message[]): CoreMessage[];
22
+ export {};
23
+ //# sourceMappingURL=agui.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agui.d.ts","sourceRoot":"","sources":["../../src/adapters/agui.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,WAAW,EACX,SAAS,EACT,OAAO,EACP,aAAa,EASd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAEhD,UAAU,iBAAkB,SAAQ,WAAW;IAC7C,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,WAAY,SAAQ,aAAa;IAC5C,KAAK,EAAE,KAAK,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;gBACR,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,iBAAiB;IAStE,SAAS,CAAC,GAAG,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,CAAC,SAAS,CAAC;CA+G3D;AAED;;GAEG;AACH,wBAAgB,YAAY,IAAI,MAAM,CAgCrC;AAED,wBAAgB,+BAA+B,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,WAAW,EAAE,CAoElF"}
@@ -0,0 +1,274 @@
1
+ import type { AbstractAgent } from '@ag-ui/client';
2
+ import type { AITraceRecord, AITracesPaginatedArg } from '@mastra/core';
3
+ import type { ServerDetailInfo } from '@mastra/core/mcp';
4
+ import { Agent, MemoryThread, Tool, Workflow, Vector, BaseResource, Network, A2A, MCPTool, LegacyWorkflow } from './resources/index.js';
5
+ import { NetworkMemoryThread } from './resources/network-memory-thread.js';
6
+ import { VNextNetwork } from './resources/vNextNetwork.js';
7
+ import type { ClientOptions, CreateMemoryThreadParams, CreateMemoryThreadResponse, GetAgentResponse, GetLogParams, GetLogsParams, GetLogsResponse, GetMemoryThreadParams, GetMemoryThreadResponse, GetNetworkResponse, GetTelemetryParams, GetTelemetryResponse, GetToolResponse, GetWorkflowResponse, SaveMessageToMemoryParams, SaveMessageToMemoryResponse, McpServerListResponse, McpServerToolListResponse, GetLegacyWorkflowResponse, GetVNextNetworkResponse, GetNetworkMemoryThreadParams, CreateNetworkMemoryThreadParams, SaveNetworkMessageToMemoryParams, GetScorerResponse, GetScoresByScorerIdParams, GetScoresResponse, GetScoresByRunIdParams, GetScoresByEntityIdParams, SaveScoreParams, SaveScoreResponse, GetAITracesResponse } from './types.js';
8
+ export declare class MastraClient extends BaseResource {
9
+ private observability;
10
+ constructor(options: ClientOptions);
11
+ /**
12
+ * Retrieves all available agents
13
+ * @returns Promise containing map of agent IDs to agent details
14
+ */
15
+ getAgents(): Promise<Record<string, GetAgentResponse>>;
16
+ getAGUI({ resourceId }: {
17
+ resourceId: string;
18
+ }): Promise<Record<string, AbstractAgent>>;
19
+ /**
20
+ * Gets an agent instance by ID
21
+ * @param agentId - ID of the agent to retrieve
22
+ * @returns Agent instance
23
+ */
24
+ getAgent(agentId: string): Agent;
25
+ /**
26
+ * Retrieves memory threads for a resource
27
+ * @param params - Parameters containing the resource ID
28
+ * @returns Promise containing array of memory threads
29
+ */
30
+ getMemoryThreads(params: GetMemoryThreadParams): Promise<GetMemoryThreadResponse>;
31
+ /**
32
+ * Creates a new memory thread
33
+ * @param params - Parameters for creating the memory thread
34
+ * @returns Promise containing the created memory thread
35
+ */
36
+ createMemoryThread(params: CreateMemoryThreadParams): Promise<CreateMemoryThreadResponse>;
37
+ /**
38
+ * Gets a memory thread instance by ID
39
+ * @param threadId - ID of the memory thread to retrieve
40
+ * @returns MemoryThread instance
41
+ */
42
+ getMemoryThread(threadId: string, agentId: string): MemoryThread;
43
+ /**
44
+ * Saves messages to memory
45
+ * @param params - Parameters containing messages to save
46
+ * @returns Promise containing the saved messages
47
+ */
48
+ saveMessageToMemory(params: SaveMessageToMemoryParams): Promise<SaveMessageToMemoryResponse>;
49
+ /**
50
+ * Gets the status of the memory system
51
+ * @returns Promise containing memory system status
52
+ */
53
+ getMemoryStatus(agentId: string): Promise<{
54
+ result: boolean;
55
+ }>;
56
+ /**
57
+ * Retrieves memory threads for a resource
58
+ * @param params - Parameters containing the resource ID
59
+ * @returns Promise containing array of memory threads
60
+ */
61
+ getNetworkMemoryThreads(params: GetNetworkMemoryThreadParams): Promise<GetMemoryThreadResponse>;
62
+ /**
63
+ * Creates a new memory thread
64
+ * @param params - Parameters for creating the memory thread
65
+ * @returns Promise containing the created memory thread
66
+ */
67
+ createNetworkMemoryThread(params: CreateNetworkMemoryThreadParams): Promise<CreateMemoryThreadResponse>;
68
+ /**
69
+ * Gets a memory thread instance by ID
70
+ * @param threadId - ID of the memory thread to retrieve
71
+ * @returns MemoryThread instance
72
+ */
73
+ getNetworkMemoryThread(threadId: string, networkId: string): NetworkMemoryThread;
74
+ /**
75
+ * Saves messages to memory
76
+ * @param params - Parameters containing messages to save
77
+ * @returns Promise containing the saved messages
78
+ */
79
+ saveNetworkMessageToMemory(params: SaveNetworkMessageToMemoryParams): Promise<SaveMessageToMemoryResponse>;
80
+ /**
81
+ * Gets the status of the memory system
82
+ * @returns Promise containing memory system status
83
+ */
84
+ getNetworkMemoryStatus(networkId: string): Promise<{
85
+ result: boolean;
86
+ }>;
87
+ /**
88
+ * Retrieves all available tools
89
+ * @returns Promise containing map of tool IDs to tool details
90
+ */
91
+ getTools(): Promise<Record<string, GetToolResponse>>;
92
+ /**
93
+ * Gets a tool instance by ID
94
+ * @param toolId - ID of the tool to retrieve
95
+ * @returns Tool instance
96
+ */
97
+ getTool(toolId: string): Tool;
98
+ /**
99
+ * Retrieves all available legacy workflows
100
+ * @returns Promise containing map of legacy workflow IDs to legacy workflow details
101
+ */
102
+ getLegacyWorkflows(): Promise<Record<string, GetLegacyWorkflowResponse>>;
103
+ /**
104
+ * Gets a legacy workflow instance by ID
105
+ * @param workflowId - ID of the legacy workflow to retrieve
106
+ * @returns Legacy Workflow instance
107
+ */
108
+ getLegacyWorkflow(workflowId: string): LegacyWorkflow;
109
+ /**
110
+ * Retrieves all available workflows
111
+ * @returns Promise containing map of workflow IDs to workflow details
112
+ */
113
+ getWorkflows(): Promise<Record<string, GetWorkflowResponse>>;
114
+ /**
115
+ * Gets a workflow instance by ID
116
+ * @param workflowId - ID of the workflow to retrieve
117
+ * @returns Workflow instance
118
+ */
119
+ getWorkflow(workflowId: string): Workflow;
120
+ /**
121
+ * Gets a vector instance by name
122
+ * @param vectorName - Name of the vector to retrieve
123
+ * @returns Vector instance
124
+ */
125
+ getVector(vectorName: string): Vector;
126
+ /**
127
+ * Retrieves logs
128
+ * @param params - Parameters for filtering logs
129
+ * @returns Promise containing array of log messages
130
+ */
131
+ getLogs(params: GetLogsParams): Promise<GetLogsResponse>;
132
+ /**
133
+ * Gets logs for a specific run
134
+ * @param params - Parameters containing run ID to retrieve
135
+ * @returns Promise containing array of log messages
136
+ */
137
+ getLogForRun(params: GetLogParams): Promise<GetLogsResponse>;
138
+ /**
139
+ * List of all log transports
140
+ * @returns Promise containing list of log transports
141
+ */
142
+ getLogTransports(): Promise<{
143
+ transports: string[];
144
+ }>;
145
+ /**
146
+ * List of all traces (paged)
147
+ * @param params - Parameters for filtering traces
148
+ * @returns Promise containing telemetry data
149
+ */
150
+ getTelemetry(params?: GetTelemetryParams): Promise<GetTelemetryResponse>;
151
+ /**
152
+ * Retrieves all available networks
153
+ * @returns Promise containing map of network IDs to network details
154
+ */
155
+ getNetworks(): Promise<Array<GetNetworkResponse>>;
156
+ /**
157
+ * Retrieves all available vNext networks
158
+ * @returns Promise containing map of vNext network IDs to vNext network details
159
+ */
160
+ getVNextNetworks(): Promise<Array<GetVNextNetworkResponse>>;
161
+ /**
162
+ * Gets a network instance by ID
163
+ * @param networkId - ID of the network to retrieve
164
+ * @returns Network instance
165
+ */
166
+ getNetwork(networkId: string): Network;
167
+ /**
168
+ * Gets a vNext network instance by ID
169
+ * @param networkId - ID of the vNext network to retrieve
170
+ * @returns vNext Network instance
171
+ */
172
+ getVNextNetwork(networkId: string): VNextNetwork;
173
+ /**
174
+ * Retrieves a list of available MCP servers.
175
+ * @param params - Optional parameters for pagination (limit, offset).
176
+ * @returns Promise containing the list of MCP servers and pagination info.
177
+ */
178
+ getMcpServers(params?: {
179
+ limit?: number;
180
+ offset?: number;
181
+ }): Promise<McpServerListResponse>;
182
+ /**
183
+ * Retrieves detailed information for a specific MCP server.
184
+ * @param serverId - The ID of the MCP server to retrieve.
185
+ * @param params - Optional parameters, e.g., specific version.
186
+ * @returns Promise containing the detailed MCP server information.
187
+ */
188
+ getMcpServerDetails(serverId: string, params?: {
189
+ version?: string;
190
+ }): Promise<ServerDetailInfo>;
191
+ /**
192
+ * Retrieves a list of tools for a specific MCP server.
193
+ * @param serverId - The ID of the MCP server.
194
+ * @returns Promise containing the list of tools.
195
+ */
196
+ getMcpServerTools(serverId: string): Promise<McpServerToolListResponse>;
197
+ /**
198
+ * Gets an MCPTool resource instance for a specific tool on an MCP server.
199
+ * This instance can then be used to fetch details or execute the tool.
200
+ * @param serverId - The ID of the MCP server.
201
+ * @param toolId - The ID of the tool.
202
+ * @returns MCPTool instance.
203
+ */
204
+ getMcpServerTool(serverId: string, toolId: string): MCPTool;
205
+ /**
206
+ * Gets an A2A client for interacting with an agent via the A2A protocol
207
+ * @param agentId - ID of the agent to interact with
208
+ * @returns A2A client instance
209
+ */
210
+ getA2A(agentId: string): A2A;
211
+ /**
212
+ * Retrieves the working memory for a specific thread (optionally resource-scoped).
213
+ * @param agentId - ID of the agent.
214
+ * @param threadId - ID of the thread.
215
+ * @param resourceId - Optional ID of the resource.
216
+ * @returns Working memory for the specified thread or resource.
217
+ */
218
+ getWorkingMemory({ agentId, threadId, resourceId, }: {
219
+ agentId: string;
220
+ threadId: string;
221
+ resourceId?: string;
222
+ }): Promise<unknown>;
223
+ /**
224
+ * Updates the working memory for a specific thread (optionally resource-scoped).
225
+ * @param agentId - ID of the agent.
226
+ * @param threadId - ID of the thread.
227
+ * @param workingMemory - The new working memory content.
228
+ * @param resourceId - Optional ID of the resource.
229
+ */
230
+ updateWorkingMemory({ agentId, threadId, workingMemory, resourceId, }: {
231
+ agentId: string;
232
+ threadId: string;
233
+ workingMemory: string;
234
+ resourceId?: string;
235
+ }): Promise<unknown>;
236
+ /**
237
+ * Retrieves all available scorers
238
+ * @returns Promise containing list of available scorers
239
+ */
240
+ getScorers(): Promise<Record<string, GetScorerResponse>>;
241
+ /**
242
+ * Retrieves a scorer by ID
243
+ * @param scorerId - ID of the scorer to retrieve
244
+ * @returns Promise containing the scorer
245
+ */
246
+ getScorer(scorerId: string): Promise<GetScorerResponse>;
247
+ getScoresByScorerId(params: GetScoresByScorerIdParams): Promise<GetScoresResponse>;
248
+ /**
249
+ * Retrieves scores by run ID
250
+ * @param params - Parameters containing run ID and pagination options
251
+ * @returns Promise containing scores and pagination info
252
+ */
253
+ getScoresByRunId(params: GetScoresByRunIdParams): Promise<GetScoresResponse>;
254
+ /**
255
+ * Retrieves scores by entity ID and type
256
+ * @param params - Parameters containing entity ID, type, and pagination options
257
+ * @returns Promise containing scores and pagination info
258
+ */
259
+ getScoresByEntityId(params: GetScoresByEntityIdParams): Promise<GetScoresResponse>;
260
+ /**
261
+ * Saves a score
262
+ * @param params - Parameters containing the score data to save
263
+ * @returns Promise containing the saved score
264
+ */
265
+ saveScore(params: SaveScoreParams): Promise<SaveScoreResponse>;
266
+ /**
267
+ * Retrieves model providers with available keys
268
+ * @returns Promise containing model providers with available keys
269
+ */
270
+ getModelProviders(): Promise<string[]>;
271
+ getAITrace(traceId: string): Promise<AITraceRecord>;
272
+ getAITraces(params: AITracesPaginatedArg): Promise<GetAITracesResponse>;
273
+ }
274
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=example.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":""}