@letta-ai/letta-code 0.1.11 → 0.1.12
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/letta.js +4 -2
- package/package.json +1 -1
package/letta.js
CHANGED
|
@@ -6288,7 +6288,7 @@ var package_default;
|
|
|
6288
6288
|
var init_package = __esm(() => {
|
|
6289
6289
|
package_default = {
|
|
6290
6290
|
name: "@letta-ai/letta-code",
|
|
6291
|
-
version: "0.1.
|
|
6291
|
+
version: "0.1.12",
|
|
6292
6292
|
description: "Letta Code is a CLI tool for interacting with stateful Letta agents from the terminal.",
|
|
6293
6293
|
type: "module",
|
|
6294
6294
|
bin: {
|
|
@@ -9377,6 +9377,7 @@ async function createAgent(name = "letta-cli-agent", model = "anthropic/claude-s
|
|
|
9377
9377
|
context_window_limit: 200000,
|
|
9378
9378
|
tools: toolNames,
|
|
9379
9379
|
block_ids: blockIds,
|
|
9380
|
+
tags: ["origin:letta-code"],
|
|
9380
9381
|
include_base_tools: false,
|
|
9381
9382
|
include_base_tool_rules: false,
|
|
9382
9383
|
initial_message_sequence: []
|
|
@@ -43200,6 +43201,7 @@ async function createAgent2(name = "letta-cli-agent", model = "anthropic/claude-
|
|
|
43200
43201
|
context_window_limit: 200000,
|
|
43201
43202
|
tools: toolNames,
|
|
43202
43203
|
block_ids: blockIds,
|
|
43204
|
+
tags: ["origin:letta-code"],
|
|
43203
43205
|
include_base_tools: false,
|
|
43204
43206
|
include_base_tool_rules: false,
|
|
43205
43207
|
initial_message_sequence: []
|
|
@@ -43671,4 +43673,4 @@ Note: Flags should use double dashes for full names (e.g., --yolo, not -yolo)`);
|
|
|
43671
43673
|
}
|
|
43672
43674
|
main();
|
|
43673
43675
|
|
|
43674
|
-
//# debugId=
|
|
43676
|
+
//# debugId=EBDC2BA0C86BA81D64756E2164756E21
|