@orq-ai/node 3.14.39 → 3.14.41
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/README.md +1 -1
- package/bin/mcp-server.js +698 -1503
- package/bin/mcp-server.js.map +56 -56
- package/docs/sdks/agents/README.md +71 -71
- package/examples/package-lock.json +1 -1
- package/funcs/agentsCreate.js +1 -1
- package/funcs/agentsCreate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +2 -2
- package/mcp-server/server.js.map +1 -1
- package/models/operations/createagent.d.ts +80 -0
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +70 -7
- package/models/operations/createagent.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +106 -106
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +242 -234
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/creatememorystore.d.ts +10 -391
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +5 -563
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/createprompt.d.ts +40 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +33 -7
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +10 -10
- package/models/operations/deploymentgetconfig.d.ts +20 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +22 -8
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +20 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +16 -3
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.d.ts +40 -0
- package/models/operations/getagent.d.ts.map +1 -1
- package/models/operations/getagent.js +33 -3
- package/models/operations/getagent.js.map +1 -1
- package/models/operations/getallmemorystores.d.ts +5 -195
- package/models/operations/getallmemorystores.d.ts.map +1 -1
- package/models/operations/getallmemorystores.js +3 -273
- package/models/operations/getallmemorystores.js.map +1 -1
- package/models/operations/getallprompts.d.ts +20 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +16 -3
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +20 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +16 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +20 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +16 -2
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +40 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +36 -3
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listagenttasks.d.ts +40 -0
- package/models/operations/listagenttasks.d.ts.map +1 -1
- package/models/operations/listagenttasks.js +36 -3
- package/models/operations/listagenttasks.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.d.ts +5 -5
- package/models/operations/listdatasources.d.ts.map +1 -1
- package/models/operations/listdatasources.js +4 -4
- package/models/operations/listdatasources.js.map +1 -1
- package/models/operations/listpromptversions.d.ts +20 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +16 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememorystore.d.ts +5 -196
- package/models/operations/retrievememorystore.d.ts.map +1 -1
- package/models/operations/retrievememorystore.js +3 -273
- package/models/operations/retrievememorystore.js.map +1 -1
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/runagent.d.ts +40 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +36 -6
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +40 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +39 -6
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +80 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +73 -7
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +5 -195
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +3 -290
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +40 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +33 -7
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +10 -10
- package/package.json +1 -1
- package/packages/orq-rc/docs/sdks/agents/README.md +2 -0
- package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -2
- package/packages/orq-rc/examples/package-lock.json +1 -1
- package/packages/orq-rc/jsr.json +1 -1
- package/packages/orq-rc/package-lock.json +2 -2
- package/packages/orq-rc/package.json +1 -1
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
- package/packages/orq-rc/src/mcp-server/server.ts +1 -1
- package/packages/orq-rc/src/models/operations/createagent.ts +38 -23
- package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/createknowledge.ts +1 -7
- package/packages/orq-rc/src/models/operations/createprompt.ts +4 -4
- package/packages/orq-rc/src/models/operations/createtool.ts +14 -10
- package/packages/orq-rc/src/models/operations/duplicateagent.ts +21 -15
- package/packages/orq-rc/src/models/operations/duplicatetool.ts +29 -11
- package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
- package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
- package/packages/orq-rc/src/models/operations/getagent.ts +21 -15
- package/packages/orq-rc/src/models/operations/getalltools.ts +14 -10
- package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
- package/packages/orq-rc/src/models/operations/listagents.ts +21 -15
- package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievetool.ts +14 -10
- package/packages/orq-rc/src/models/operations/runagent.ts +12 -8
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +12 -8
- package/packages/orq-rc/src/models/operations/syncmcptool.ts +14 -10
- package/packages/orq-rc/src/models/operations/updateagent.ts +35 -23
- package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/updateprompt.ts +4 -4
- package/packages/orq-rc/src/models/operations/updatetool.ts +25 -10
- package/sdk/agents.d.ts +7 -7
- package/sdk/agents.d.ts.map +1 -1
- package/sdk/agents.js +9 -9
- package/sdk/agents.js.map +1 -1
- package/src/funcs/agentsCreate.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +2 -2
- package/src/models/operations/createagent.ts +129 -0
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +423 -524
- package/src/models/operations/creatememorystore.ts +14 -1108
- package/src/models/operations/createprompt.ts +60 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +30 -0
- package/src/models/operations/deployments.ts +30 -0
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +62 -0
- package/src/models/operations/getallmemorystores.ts +7 -595
- package/src/models/operations/getallprompts.ts +30 -0
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +30 -0
- package/src/models/operations/getpromptversion.ts +30 -0
- package/src/models/operations/listagents.ts +67 -0
- package/src/models/operations/listagenttasks.ts +66 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +9 -9
- package/src/models/operations/listpromptversions.ts +30 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememorystore.ts +7 -596
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/runagent.ts +64 -0
- package/src/models/operations/streamrunagent.ts +66 -0
- package/src/models/operations/updateagent.ts +131 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememorystore.ts +7 -527
- package/src/models/operations/updateprompt.ts +60 -0
- package/src/models/operations/updatetool.ts +10 -10
- package/src/sdk/agents.ts +17 -17
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
* [retrieveTask](#retrievetask) - Retrieve a specific agent task
|
|
9
9
|
* [create](#create) - Create a new agent
|
|
10
|
-
* [list](#list) - List all agents
|
|
11
10
|
* [delete](#delete) - Delete an agent
|
|
12
11
|
* [retrieve](#retrieve) - Get an agent
|
|
13
12
|
* [update](#update) - Update an agent
|
|
14
13
|
* [invoke](#invoke) - Invoke an agent
|
|
15
14
|
* [listTasks](#listtasks) - List all tasks for an agent
|
|
15
|
+
* [list](#list) - List all agents
|
|
16
16
|
* [run](#run) - Run an agent
|
|
17
17
|
* [streamRun](#streamrun) - Run and stream agent execution
|
|
18
18
|
* [stream](#stream) - Stream agent execution events
|
|
@@ -101,7 +101,7 @@ Creates a new AI agent with specified configuration. Agents can be configured wi
|
|
|
101
101
|
|
|
102
102
|
### Example Usage
|
|
103
103
|
|
|
104
|
-
<!-- UsageSnippet language="typescript" operationID="CreateAgent" method="post" path="/v2/agents
|
|
104
|
+
<!-- UsageSnippet language="typescript" operationID="CreateAgent" method="post" path="/v2/agents" -->
|
|
105
105
|
```typescript
|
|
106
106
|
import { Orq } from "@orq-ai/node";
|
|
107
107
|
|
|
@@ -191,75 +191,6 @@ run();
|
|
|
191
191
|
| errors.CreateAgentResponseBody | 409 | application/json |
|
|
192
192
|
| errors.APIError | 4XX, 5XX | \*/\* |
|
|
193
193
|
|
|
194
|
-
## list
|
|
195
|
-
|
|
196
|
-
Retrieves a paginated list of all agents in your workspace. Each agent includes its configuration, primary model, and optional fallback model settings.
|
|
197
|
-
|
|
198
|
-
### Example Usage
|
|
199
|
-
|
|
200
|
-
<!-- UsageSnippet language="typescript" operationID="ListAgents" method="get" path="/v2/agents/" -->
|
|
201
|
-
```typescript
|
|
202
|
-
import { Orq } from "@orq-ai/node";
|
|
203
|
-
|
|
204
|
-
const orq = new Orq({
|
|
205
|
-
apiKey: process.env["ORQ_API_KEY"] ?? "",
|
|
206
|
-
});
|
|
207
|
-
|
|
208
|
-
async function run() {
|
|
209
|
-
const result = await orq.agents.list({});
|
|
210
|
-
|
|
211
|
-
console.log(result);
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
run();
|
|
215
|
-
```
|
|
216
|
-
|
|
217
|
-
### Standalone function
|
|
218
|
-
|
|
219
|
-
The standalone function version of this method:
|
|
220
|
-
|
|
221
|
-
```typescript
|
|
222
|
-
import { OrqCore } from "@orq-ai/node/core.js";
|
|
223
|
-
import { agentsList } from "@orq-ai/node/funcs/agentsList.js";
|
|
224
|
-
|
|
225
|
-
// Use `OrqCore` for best tree-shaking performance.
|
|
226
|
-
// You can create one instance of it to use across an application.
|
|
227
|
-
const orq = new OrqCore({
|
|
228
|
-
apiKey: process.env["ORQ_API_KEY"] ?? "",
|
|
229
|
-
});
|
|
230
|
-
|
|
231
|
-
async function run() {
|
|
232
|
-
const res = await agentsList(orq, {});
|
|
233
|
-
if (res.ok) {
|
|
234
|
-
const { value: result } = res;
|
|
235
|
-
console.log(result);
|
|
236
|
-
} else {
|
|
237
|
-
console.log("agentsList failed:", res.error);
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
run();
|
|
242
|
-
```
|
|
243
|
-
|
|
244
|
-
### Parameters
|
|
245
|
-
|
|
246
|
-
| Parameter | Type | Required | Description |
|
|
247
|
-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
248
|
-
| `request` | [operations.ListAgentsRequest](../../models/operations/listagentsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
249
|
-
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
250
|
-
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
251
|
-
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
252
|
-
|
|
253
|
-
### Response
|
|
254
|
-
|
|
255
|
-
**Promise\<[operations.ListAgentsResponseBody](../../models/operations/listagentsresponsebody.md)\>**
|
|
256
|
-
|
|
257
|
-
### Errors
|
|
258
|
-
|
|
259
|
-
| Error Type | Status Code | Content Type |
|
|
260
|
-
| --------------- | --------------- | --------------- |
|
|
261
|
-
| errors.APIError | 4XX, 5XX | \*/\* |
|
|
262
|
-
|
|
263
194
|
## delete
|
|
264
195
|
|
|
265
196
|
Permanently deletes an agent and all its configuration, including primary and fallback model settings.
|
|
@@ -703,6 +634,75 @@ run();
|
|
|
703
634
|
| errors.ListAgentTasksResponseBody | 404 | application/json |
|
|
704
635
|
| errors.APIError | 4XX, 5XX | \*/\* |
|
|
705
636
|
|
|
637
|
+
## list
|
|
638
|
+
|
|
639
|
+
Retrieves a paginated list of all agents in your workspace. Each agent includes its configuration, primary model, and optional fallback model settings.
|
|
640
|
+
|
|
641
|
+
### Example Usage
|
|
642
|
+
|
|
643
|
+
<!-- UsageSnippet language="typescript" operationID="ListAgents" method="get" path="/v2/agents/" -->
|
|
644
|
+
```typescript
|
|
645
|
+
import { Orq } from "@orq-ai/node";
|
|
646
|
+
|
|
647
|
+
const orq = new Orq({
|
|
648
|
+
apiKey: process.env["ORQ_API_KEY"] ?? "",
|
|
649
|
+
});
|
|
650
|
+
|
|
651
|
+
async function run() {
|
|
652
|
+
const result = await orq.agents.list({});
|
|
653
|
+
|
|
654
|
+
console.log(result);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
run();
|
|
658
|
+
```
|
|
659
|
+
|
|
660
|
+
### Standalone function
|
|
661
|
+
|
|
662
|
+
The standalone function version of this method:
|
|
663
|
+
|
|
664
|
+
```typescript
|
|
665
|
+
import { OrqCore } from "@orq-ai/node/core.js";
|
|
666
|
+
import { agentsList } from "@orq-ai/node/funcs/agentsList.js";
|
|
667
|
+
|
|
668
|
+
// Use `OrqCore` for best tree-shaking performance.
|
|
669
|
+
// You can create one instance of it to use across an application.
|
|
670
|
+
const orq = new OrqCore({
|
|
671
|
+
apiKey: process.env["ORQ_API_KEY"] ?? "",
|
|
672
|
+
});
|
|
673
|
+
|
|
674
|
+
async function run() {
|
|
675
|
+
const res = await agentsList(orq, {});
|
|
676
|
+
if (res.ok) {
|
|
677
|
+
const { value: result } = res;
|
|
678
|
+
console.log(result);
|
|
679
|
+
} else {
|
|
680
|
+
console.log("agentsList failed:", res.error);
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
run();
|
|
685
|
+
```
|
|
686
|
+
|
|
687
|
+
### Parameters
|
|
688
|
+
|
|
689
|
+
| Parameter | Type | Required | Description |
|
|
690
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
691
|
+
| `request` | [operations.ListAgentsRequest](../../models/operations/listagentsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
692
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
693
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
694
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
695
|
+
|
|
696
|
+
### Response
|
|
697
|
+
|
|
698
|
+
**Promise\<[operations.ListAgentsResponseBody](../../models/operations/listagentsresponsebody.md)\>**
|
|
699
|
+
|
|
700
|
+
### Errors
|
|
701
|
+
|
|
702
|
+
| Error Type | Status Code | Content Type |
|
|
703
|
+
| --------------- | --------------- | --------------- |
|
|
704
|
+
| errors.APIError | 4XX, 5XX | \*/\* |
|
|
705
|
+
|
|
706
706
|
## run
|
|
707
707
|
|
|
708
708
|
Executes an agent with the provided configuration using A2A message format. If the agent already exists with the same configuration, it will be reused. If the configuration differs, a new version is created. The fallback model is configured at the agent level and will be used automatically if the primary model fails during execution.
|
package/funcs/agentsCreate.js
CHANGED
|
@@ -64,7 +64,7 @@ async function $do(client, request, options) {
|
|
|
64
64
|
const body = payload === undefined
|
|
65
65
|
? null
|
|
66
66
|
: (0, encodings_js_1.encodeJSON)("body", payload, { explode: true });
|
|
67
|
-
const path = (0, url_js_1.pathToFunc)("/v2/agents
|
|
67
|
+
const path = (0, url_js_1.pathToFunc)("/v2/agents")();
|
|
68
68
|
const headers = new Headers((0, primitives_js_1.compactMap)({
|
|
69
69
|
"Content-Type": "application/json",
|
|
70
70
|
Accept: "application/json",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agentsCreate.js","sourceRoot":"","sources":["../src/funcs/agentsCreate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BH,oCAuBC;AAnDD,sDAAiD;AACjD,sDAAwC;AACxC,wDAAkD;AAClD,kDAA8C;AAE9C,oDAA4E;AAC5E,0CAA2C;AAQ3C,kEAAoD;AAIpD,0EAA4D;AAC5D,gDAAwD;AAGxD;;;;;GAKG;AACH,SAAgB,YAAY,CAC1B,MAAe,EACf,OAAuD,EACvD,OAAwB;IAexB,OAAO,IAAI,qBAAU,CAAC,GAAG,CACvB,MAAM,EACN,OAAO,EACP,OAAO,CACR,CAAC,CAAC;AACL,CAAC;AAED,KAAK,UAAU,GAAG,CAChB,MAAe,EACf,OAAuD,EACvD,OAAwB;IAkBxB,MAAM,MAAM,GAAG,IAAA,sBAAS,EACtB,OAAO,EACP,CAAC,KAAK,EAAE,EAAE,CACR,UAAU,CAAC,qCAAqC,CAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,EAC1E,yBAAyB,CAC1B,CAAC;IACF,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;QACf,OAAO,CAAC,MAAM,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IACzC,CAAC;IACD,MAAM,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC;IAC7B,MAAM,IAAI,GAAG,OAAO,KAAK,SAAS;QAChC,CAAC,CAAC,IAAI;QACN,CAAC,CAAC,IAAA,yBAAU,EAAC,MAAM,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;IAEnD,MAAM,IAAI,GAAG,IAAA,mBAAU,EAAC,
|
|
1
|
+
{"version":3,"file":"agentsCreate.js","sourceRoot":"","sources":["../src/funcs/agentsCreate.ts"],"names":[],"mappings":"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"}
|
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -39,8 +39,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
39
39
|
export declare const SDK_METADATA: {
|
|
40
40
|
readonly language: "typescript";
|
|
41
41
|
readonly openapiDocVersion: "2.0";
|
|
42
|
-
readonly sdkVersion: "3.14.
|
|
43
|
-
readonly genVersion: "2.755.
|
|
44
|
-
readonly userAgent: "speakeasy-sdk/typescript 3.14.
|
|
42
|
+
readonly sdkVersion: "3.14.41";
|
|
43
|
+
readonly genVersion: "2.755.9";
|
|
44
|
+
readonly userAgent: "speakeasy-sdk/typescript 3.14.41 2.755.9 2.0 @orq-ai/node";
|
|
45
45
|
};
|
|
46
46
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "2.0",
|
|
31
|
-
sdkVersion: "3.14.
|
|
32
|
-
genVersion: "2.755.
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 3.14.
|
|
31
|
+
sdkVersion: "3.14.41",
|
|
32
|
+
genVersion: "2.755.9",
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 3.14.41 2.755.9 2.0 @orq-ai/node",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
package/mcp-server/mcp-server.js
CHANGED
|
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
|
|
|
22
22
|
exports.app = (0, core_1.buildApplication)(routes, {
|
|
23
23
|
name: "mcp",
|
|
24
24
|
versionInfo: {
|
|
25
|
-
currentVersion: "3.14.
|
|
25
|
+
currentVersion: "3.14.41",
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
(0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
|
package/mcp-server/server.js
CHANGED
|
@@ -110,7 +110,7 @@ const toolsUpdate_js_1 = require("./tools/toolsUpdate.js");
|
|
|
110
110
|
function createMCPServer(deps) {
|
|
111
111
|
const server = new mcp_js_1.McpServer({
|
|
112
112
|
name: "Orq",
|
|
113
|
-
version: "3.14.
|
|
113
|
+
version: "3.14.41",
|
|
114
114
|
});
|
|
115
115
|
const client = new core_js_1.OrqCore({
|
|
116
116
|
apiKey: deps.apiKey,
|
|
@@ -143,12 +143,12 @@ function createMCPServer(deps) {
|
|
|
143
143
|
tool(deploymentsStream_js_1.tool$deploymentsStream);
|
|
144
144
|
tool(agentsRetrieveTask_js_1.tool$agentsRetrieveTask);
|
|
145
145
|
tool(agentsCreate_js_1.tool$agentsCreate);
|
|
146
|
-
tool(agentsList_js_1.tool$agentsList);
|
|
147
146
|
tool(agentsDelete_js_1.tool$agentsDelete);
|
|
148
147
|
tool(agentsRetrieve_js_1.tool$agentsRetrieve);
|
|
149
148
|
tool(agentsUpdate_js_1.tool$agentsUpdate);
|
|
150
149
|
tool(agentsInvoke_js_1.tool$agentsInvoke);
|
|
151
150
|
tool(agentsListTasks_js_1.tool$agentsListTasks);
|
|
151
|
+
tool(agentsList_js_1.tool$agentsList);
|
|
152
152
|
tool(agentsRun_js_1.tool$agentsRun);
|
|
153
153
|
tool(agentsStreamRun_js_1.tool$agentsStreamRun);
|
|
154
154
|
tool(agentsStream_js_1.tool$agentsStream);
|
package/mcp-server/server.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.js","sourceRoot":"","sources":["../src/mcp-server/server.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"server.js","sourceRoot":"","sources":["../src/mcp-server/server.ts"],"names":[],"mappings":"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"}
|
|
@@ -112,6 +112,17 @@ export declare const CreateAgentModelType: {
|
|
|
112
112
|
* Enables or disables the thinking mode capability
|
|
113
113
|
*/
|
|
114
114
|
export type CreateAgentModelType = ClosedEnum<typeof CreateAgentModelType>;
|
|
115
|
+
/**
|
|
116
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
117
|
+
*/
|
|
118
|
+
export declare const ThinkingLevel: {
|
|
119
|
+
readonly Low: "low";
|
|
120
|
+
readonly High: "high";
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
124
|
+
*/
|
|
125
|
+
export type ThinkingLevel = ClosedEnum<typeof ThinkingLevel>;
|
|
115
126
|
export type Thinking = {
|
|
116
127
|
/**
|
|
117
128
|
* Enables or disables the thinking mode capability
|
|
@@ -121,6 +132,10 @@ export type Thinking = {
|
|
|
121
132
|
* Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
|
|
122
133
|
*/
|
|
123
134
|
budgetTokens: number;
|
|
135
|
+
/**
|
|
136
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
137
|
+
*/
|
|
138
|
+
thinkingLevel?: ThinkingLevel | undefined;
|
|
124
139
|
};
|
|
125
140
|
/**
|
|
126
141
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -394,6 +409,17 @@ export declare const FallbackModelsType: {
|
|
|
394
409
|
* Enables or disables the thinking mode capability
|
|
395
410
|
*/
|
|
396
411
|
export type FallbackModelsType = ClosedEnum<typeof FallbackModelsType>;
|
|
412
|
+
/**
|
|
413
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
414
|
+
*/
|
|
415
|
+
export declare const FallbackModelsThinkingLevel: {
|
|
416
|
+
readonly Low: "low";
|
|
417
|
+
readonly High: "high";
|
|
418
|
+
};
|
|
419
|
+
/**
|
|
420
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
421
|
+
*/
|
|
422
|
+
export type FallbackModelsThinkingLevel = ClosedEnum<typeof FallbackModelsThinkingLevel>;
|
|
397
423
|
export type FallbackModelsThinking = {
|
|
398
424
|
/**
|
|
399
425
|
* Enables or disables the thinking mode capability
|
|
@@ -403,6 +429,10 @@ export type FallbackModelsThinking = {
|
|
|
403
429
|
* Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
|
|
404
430
|
*/
|
|
405
431
|
budgetTokens: number;
|
|
432
|
+
/**
|
|
433
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
434
|
+
*/
|
|
435
|
+
thinkingLevel?: FallbackModelsThinkingLevel | undefined;
|
|
406
436
|
};
|
|
407
437
|
/**
|
|
408
438
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -1087,6 +1117,17 @@ export declare const CreateAgentType: {
|
|
|
1087
1117
|
* Enables or disables the thinking mode capability
|
|
1088
1118
|
*/
|
|
1089
1119
|
export type CreateAgentType = ClosedEnum<typeof CreateAgentType>;
|
|
1120
|
+
/**
|
|
1121
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
1122
|
+
*/
|
|
1123
|
+
export declare const CreateAgentThinkingLevel: {
|
|
1124
|
+
readonly Low: "low";
|
|
1125
|
+
readonly High: "high";
|
|
1126
|
+
};
|
|
1127
|
+
/**
|
|
1128
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
1129
|
+
*/
|
|
1130
|
+
export type CreateAgentThinkingLevel = ClosedEnum<typeof CreateAgentThinkingLevel>;
|
|
1090
1131
|
export type CreateAgentThinking = {
|
|
1091
1132
|
/**
|
|
1092
1133
|
* Enables or disables the thinking mode capability
|
|
@@ -1096,6 +1137,10 @@ export type CreateAgentThinking = {
|
|
|
1096
1137
|
* Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
|
|
1097
1138
|
*/
|
|
1098
1139
|
budgetTokens: number;
|
|
1140
|
+
/**
|
|
1141
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
1142
|
+
*/
|
|
1143
|
+
thinkingLevel?: CreateAgentThinkingLevel | undefined;
|
|
1099
1144
|
};
|
|
1100
1145
|
/**
|
|
1101
1146
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -1348,6 +1393,17 @@ export declare const CreateAgentFallbackModelsType: {
|
|
|
1348
1393
|
* Enables or disables the thinking mode capability
|
|
1349
1394
|
*/
|
|
1350
1395
|
export type CreateAgentFallbackModelsType = ClosedEnum<typeof CreateAgentFallbackModelsType>;
|
|
1396
|
+
/**
|
|
1397
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
1398
|
+
*/
|
|
1399
|
+
export declare const CreateAgentFallbackModelsThinkingLevel: {
|
|
1400
|
+
readonly Low: "low";
|
|
1401
|
+
readonly High: "high";
|
|
1402
|
+
};
|
|
1403
|
+
/**
|
|
1404
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
1405
|
+
*/
|
|
1406
|
+
export type CreateAgentFallbackModelsThinkingLevel = ClosedEnum<typeof CreateAgentFallbackModelsThinkingLevel>;
|
|
1351
1407
|
export type CreateAgentFallbackModelsThinking = {
|
|
1352
1408
|
/**
|
|
1353
1409
|
* Enables or disables the thinking mode capability
|
|
@@ -1357,6 +1413,10 @@ export type CreateAgentFallbackModelsThinking = {
|
|
|
1357
1413
|
* Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
|
|
1358
1414
|
*/
|
|
1359
1415
|
budgetTokens: number;
|
|
1416
|
+
/**
|
|
1417
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
1418
|
+
*/
|
|
1419
|
+
thinkingLevel?: CreateAgentFallbackModelsThinkingLevel | undefined;
|
|
1360
1420
|
};
|
|
1361
1421
|
/**
|
|
1362
1422
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -1710,11 +1770,16 @@ export declare const CreateAgentModelType$inboundSchema: z.ZodNativeEnum<typeof
|
|
|
1710
1770
|
/** @internal */
|
|
1711
1771
|
export declare const CreateAgentModelType$outboundSchema: z.ZodNativeEnum<typeof CreateAgentModelType>;
|
|
1712
1772
|
/** @internal */
|
|
1773
|
+
export declare const ThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof ThinkingLevel>;
|
|
1774
|
+
/** @internal */
|
|
1775
|
+
export declare const ThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof ThinkingLevel>;
|
|
1776
|
+
/** @internal */
|
|
1713
1777
|
export declare const Thinking$inboundSchema: z.ZodType<Thinking, z.ZodTypeDef, unknown>;
|
|
1714
1778
|
/** @internal */
|
|
1715
1779
|
export type Thinking$Outbound = {
|
|
1716
1780
|
type: string;
|
|
1717
1781
|
budget_tokens: number;
|
|
1782
|
+
thinking_level?: string | undefined;
|
|
1718
1783
|
};
|
|
1719
1784
|
/** @internal */
|
|
1720
1785
|
export declare const Thinking$outboundSchema: z.ZodType<Thinking$Outbound, z.ZodTypeDef, Thinking>;
|
|
@@ -1928,11 +1993,16 @@ export declare const FallbackModelsType$inboundSchema: z.ZodNativeEnum<typeof Fa
|
|
|
1928
1993
|
/** @internal */
|
|
1929
1994
|
export declare const FallbackModelsType$outboundSchema: z.ZodNativeEnum<typeof FallbackModelsType>;
|
|
1930
1995
|
/** @internal */
|
|
1996
|
+
export declare const FallbackModelsThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof FallbackModelsThinkingLevel>;
|
|
1997
|
+
/** @internal */
|
|
1998
|
+
export declare const FallbackModelsThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof FallbackModelsThinkingLevel>;
|
|
1999
|
+
/** @internal */
|
|
1931
2000
|
export declare const FallbackModelsThinking$inboundSchema: z.ZodType<FallbackModelsThinking, z.ZodTypeDef, unknown>;
|
|
1932
2001
|
/** @internal */
|
|
1933
2002
|
export type FallbackModelsThinking$Outbound = {
|
|
1934
2003
|
type: string;
|
|
1935
2004
|
budget_tokens: number;
|
|
2005
|
+
thinking_level?: string | undefined;
|
|
1936
2006
|
};
|
|
1937
2007
|
/** @internal */
|
|
1938
2008
|
export declare const FallbackModelsThinking$outboundSchema: z.ZodType<FallbackModelsThinking$Outbound, z.ZodTypeDef, FallbackModelsThinking>;
|
|
@@ -2479,11 +2549,16 @@ export declare const CreateAgentType$inboundSchema: z.ZodNativeEnum<typeof Creat
|
|
|
2479
2549
|
/** @internal */
|
|
2480
2550
|
export declare const CreateAgentType$outboundSchema: z.ZodNativeEnum<typeof CreateAgentType>;
|
|
2481
2551
|
/** @internal */
|
|
2552
|
+
export declare const CreateAgentThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof CreateAgentThinkingLevel>;
|
|
2553
|
+
/** @internal */
|
|
2554
|
+
export declare const CreateAgentThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof CreateAgentThinkingLevel>;
|
|
2555
|
+
/** @internal */
|
|
2482
2556
|
export declare const CreateAgentThinking$inboundSchema: z.ZodType<CreateAgentThinking, z.ZodTypeDef, unknown>;
|
|
2483
2557
|
/** @internal */
|
|
2484
2558
|
export type CreateAgentThinking$Outbound = {
|
|
2485
2559
|
type: string;
|
|
2486
2560
|
budget_tokens: number;
|
|
2561
|
+
thinking_level?: string | undefined;
|
|
2487
2562
|
};
|
|
2488
2563
|
/** @internal */
|
|
2489
2564
|
export declare const CreateAgentThinking$outboundSchema: z.ZodType<CreateAgentThinking$Outbound, z.ZodTypeDef, CreateAgentThinking>;
|
|
@@ -2677,11 +2752,16 @@ export declare const CreateAgentFallbackModelsType$inboundSchema: z.ZodNativeEnu
|
|
|
2677
2752
|
/** @internal */
|
|
2678
2753
|
export declare const CreateAgentFallbackModelsType$outboundSchema: z.ZodNativeEnum<typeof CreateAgentFallbackModelsType>;
|
|
2679
2754
|
/** @internal */
|
|
2755
|
+
export declare const CreateAgentFallbackModelsThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof CreateAgentFallbackModelsThinkingLevel>;
|
|
2756
|
+
/** @internal */
|
|
2757
|
+
export declare const CreateAgentFallbackModelsThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof CreateAgentFallbackModelsThinkingLevel>;
|
|
2758
|
+
/** @internal */
|
|
2680
2759
|
export declare const CreateAgentFallbackModelsThinking$inboundSchema: z.ZodType<CreateAgentFallbackModelsThinking, z.ZodTypeDef, unknown>;
|
|
2681
2760
|
/** @internal */
|
|
2682
2761
|
export type CreateAgentFallbackModelsThinking$Outbound = {
|
|
2683
2762
|
type: string;
|
|
2684
2763
|
budget_tokens: number;
|
|
2764
|
+
thinking_level?: string | undefined;
|
|
2685
2765
|
};
|
|
2686
2766
|
/** @internal */
|
|
2687
2767
|
export declare const CreateAgentFallbackModelsThinking$outboundSchema: z.ZodType<CreateAgentFallbackModelsThinking$Outbound, z.ZodTypeDef, CreateAgentFallbackModelsThinking>;
|