@letta-ai/letta-client 0.1.82 → 0.1.83
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/api/resources/agents/client/Client.d.ts +2 -2
- package/api/resources/agents/client/Client.js +12 -18
- package/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/api/resources/agents/resources/context/client/Client.js +1 -1
- package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/api/resources/agents/resources/messages/client/Client.js +5 -5
- package/api/resources/agents/resources/passages/client/Client.js +3 -3
- package/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/api/resources/agents/resources/tools/client/Client.js +3 -3
- package/api/resources/blocks/client/Client.js +6 -6
- package/api/resources/groups/client/Client.d.ts +6 -14
- package/api/resources/groups/client/Client.js +28 -72
- package/api/resources/groups/resources/messages/client/Client.js +4 -4
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.js +6 -6
- package/api/resources/jobs/client/Client.js +4 -4
- package/api/resources/models/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +4 -4
- package/api/resources/runs/client/Client.js +7 -7
- package/api/resources/sources/client/Client.js +6 -6
- package/api/resources/sources/resources/files/client/Client.js +3 -3
- package/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/api/resources/steps/client/Client.js +2 -2
- package/api/resources/tag/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +1 -1
- package/api/resources/tools/client/Client.js +16 -16
- package/api/resources/voice/client/Client.js +1 -1
- package/dist/api/resources/agents/client/Client.d.ts +2 -2
- package/dist/api/resources/agents/client/Client.js +12 -18
- package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/passages/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/tools/client/Client.js +3 -3
- package/dist/api/resources/blocks/client/Client.js +6 -6
- package/dist/api/resources/groups/client/Client.d.ts +6 -14
- package/dist/api/resources/groups/client/Client.js +28 -72
- package/dist/api/resources/groups/resources/messages/client/Client.js +4 -4
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.js +6 -6
- package/dist/api/resources/jobs/client/Client.js +4 -4
- package/dist/api/resources/models/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +4 -4
- package/dist/api/resources/runs/client/Client.js +7 -7
- package/dist/api/resources/sources/client/Client.js +6 -6
- package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
- package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/steps/client/Client.js +2 -2
- package/dist/api/resources/tag/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +1 -1
- package/dist/api/resources/tools/client/Client.js +16 -16
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +9 -57
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/reference.md
CHANGED
|
@@ -1544,7 +1544,7 @@ await client.agents.create();
|
|
|
1544
1544
|
</dl>
|
|
1545
1545
|
</details>
|
|
1546
1546
|
|
|
1547
|
-
<details><summary><code>client.agents.<a href="/src/api/resources/agents/client/Client.ts">exportAgentSerialized</a>(agentId) ->
|
|
1547
|
+
<details><summary><code>client.agents.<a href="/src/api/resources/agents/client/Client.ts">exportAgentSerialized</a>(agentId) -> unknown</code></summary>
|
|
1548
1548
|
<dl>
|
|
1549
1549
|
<dd>
|
|
1550
1550
|
|
|
@@ -1556,7 +1556,7 @@ await client.agents.create();
|
|
|
1556
1556
|
<dl>
|
|
1557
1557
|
<dd>
|
|
1558
1558
|
|
|
1559
|
-
Export the serialized JSON representation of an agent.
|
|
1559
|
+
Export the serialized JSON representation of an agent, formatted with indentation.
|
|
1560
1560
|
|
|
1561
1561
|
</dd>
|
|
1562
1562
|
</dl>
|
|
@@ -2286,7 +2286,7 @@ await client.groups.retrieve("group_id");
|
|
|
2286
2286
|
</dl>
|
|
2287
2287
|
</details>
|
|
2288
2288
|
|
|
2289
|
-
<details><summary><code>client.groups.<a href="/src/api/resources/groups/client/Client.ts">
|
|
2289
|
+
<details><summary><code>client.groups.<a href="/src/api/resources/groups/client/Client.ts">delete</a>(groupId) -> unknown</code></summary>
|
|
2290
2290
|
<dl>
|
|
2291
2291
|
<dd>
|
|
2292
2292
|
|
|
@@ -2298,7 +2298,7 @@ await client.groups.retrieve("group_id");
|
|
|
2298
2298
|
<dl>
|
|
2299
2299
|
<dd>
|
|
2300
2300
|
|
|
2301
|
-
|
|
2301
|
+
Delete a multi-agent group.
|
|
2302
2302
|
|
|
2303
2303
|
</dd>
|
|
2304
2304
|
</dl>
|
|
@@ -2314,7 +2314,7 @@ Create a new multi-agent group with the specified configuration.
|
|
|
2314
2314
|
<dd>
|
|
2315
2315
|
|
|
2316
2316
|
```typescript
|
|
2317
|
-
await client.groups.
|
|
2317
|
+
await client.groups.delete("group_id");
|
|
2318
2318
|
```
|
|
2319
2319
|
|
|
2320
2320
|
</dd>
|
|
@@ -2338,14 +2338,6 @@ await client.groups.modifyGroup("group_id");
|
|
|
2338
2338
|
<dl>
|
|
2339
2339
|
<dd>
|
|
2340
2340
|
|
|
2341
|
-
**request:** `Letta.GroupUpdate`
|
|
2342
|
-
|
|
2343
|
-
</dd>
|
|
2344
|
-
</dl>
|
|
2345
|
-
|
|
2346
|
-
<dl>
|
|
2347
|
-
<dd>
|
|
2348
|
-
|
|
2349
2341
|
**requestOptions:** `Groups.RequestOptions`
|
|
2350
2342
|
|
|
2351
2343
|
</dd>
|
|
@@ -2357,7 +2349,7 @@ await client.groups.modifyGroup("group_id");
|
|
|
2357
2349
|
</dl>
|
|
2358
2350
|
</details>
|
|
2359
2351
|
|
|
2360
|
-
<details><summary><code>client.groups.<a href="/src/api/resources/groups/client/Client.ts">
|
|
2352
|
+
<details><summary><code>client.groups.<a href="/src/api/resources/groups/client/Client.ts">modify</a>(groupId, { ...params }) -> Letta.Group</code></summary>
|
|
2361
2353
|
<dl>
|
|
2362
2354
|
<dd>
|
|
2363
2355
|
|
|
@@ -2369,7 +2361,7 @@ await client.groups.modifyGroup("group_id");
|
|
|
2369
2361
|
<dl>
|
|
2370
2362
|
<dd>
|
|
2371
2363
|
|
|
2372
|
-
|
|
2364
|
+
Create a new multi-agent group with the specified configuration.
|
|
2373
2365
|
|
|
2374
2366
|
</dd>
|
|
2375
2367
|
</dl>
|
|
@@ -2385,7 +2377,7 @@ Delete a multi-agent group.
|
|
|
2385
2377
|
<dd>
|
|
2386
2378
|
|
|
2387
2379
|
```typescript
|
|
2388
|
-
await client.groups.
|
|
2380
|
+
await client.groups.modify("group_id");
|
|
2389
2381
|
```
|
|
2390
2382
|
|
|
2391
2383
|
</dd>
|
|
@@ -2409,47 +2401,7 @@ await client.groups.delete("group_id");
|
|
|
2409
2401
|
<dl>
|
|
2410
2402
|
<dd>
|
|
2411
2403
|
|
|
2412
|
-
**
|
|
2413
|
-
|
|
2414
|
-
</dd>
|
|
2415
|
-
</dl>
|
|
2416
|
-
</dd>
|
|
2417
|
-
</dl>
|
|
2418
|
-
|
|
2419
|
-
</dd>
|
|
2420
|
-
</dl>
|
|
2421
|
-
</details>
|
|
2422
|
-
|
|
2423
|
-
<details><summary><code>client.groups.<a href="/src/api/resources/groups/client/Client.ts">modify</a>(groupId) -> void</code></summary>
|
|
2424
|
-
<dl>
|
|
2425
|
-
<dd>
|
|
2426
|
-
|
|
2427
|
-
#### 🔌 Usage
|
|
2428
|
-
|
|
2429
|
-
<dl>
|
|
2430
|
-
<dd>
|
|
2431
|
-
|
|
2432
|
-
<dl>
|
|
2433
|
-
<dd>
|
|
2434
|
-
|
|
2435
|
-
```typescript
|
|
2436
|
-
await client.groups.modify("group_id");
|
|
2437
|
-
```
|
|
2438
|
-
|
|
2439
|
-
</dd>
|
|
2440
|
-
</dl>
|
|
2441
|
-
</dd>
|
|
2442
|
-
</dl>
|
|
2443
|
-
|
|
2444
|
-
#### ⚙️ Parameters
|
|
2445
|
-
|
|
2446
|
-
<dl>
|
|
2447
|
-
<dd>
|
|
2448
|
-
|
|
2449
|
-
<dl>
|
|
2450
|
-
<dd>
|
|
2451
|
-
|
|
2452
|
-
**groupId:** `string`
|
|
2404
|
+
**request:** `Letta.GroupUpdate`
|
|
2453
2405
|
|
|
2454
2406
|
</dd>
|
|
2455
2407
|
</dl>
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
|
1
|
+
export declare const SDK_VERSION = "0.1.83";
|
package/version.js
CHANGED