@letta-ai/letta-code 0.29.13 → 0.30.1
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/dist/mcp-client.js +2 -2
- package/dist/mcp-client.js.map +1 -1
- package/dist/schedules.js +189 -0
- package/dist/schedules.js.map +10 -0
- package/dist/types/cron/scheduled-task-prompt.d.ts +35 -0
- package/dist/types/cron/scheduled-task-prompt.d.ts.map +1 -0
- package/dist/types/schedules.d.ts +8 -0
- package/dist/types/schedules.d.ts.map +1 -0
- package/dist/types/types/protocol_v2.d.ts +12 -0
- package/dist/types/types/protocol_v2.d.ts.map +1 -1
- package/letta.js +839 -580
- package/package.json +14 -1
- package/scripts/source-file-size-baseline.json +3 -3
package/dist/mcp-client.js
CHANGED
|
@@ -16849,7 +16849,7 @@ class StreamableHTTPClientTransport {
|
|
|
16849
16849
|
// src/mcp-client.ts
|
|
16850
16850
|
var DEFAULT_CLIENT_INFO = {
|
|
16851
16851
|
name: "letta-code",
|
|
16852
|
-
version: "0.
|
|
16852
|
+
version: "0.30.1"
|
|
16853
16853
|
};
|
|
16854
16854
|
async function connectMcpServer(config2, options = {}) {
|
|
16855
16855
|
let client = new Client(options.clientInfo ?? DEFAULT_CLIENT_INFO);
|
|
@@ -16974,4 +16974,4 @@ export {
|
|
|
16974
16974
|
connectMcpServer
|
|
16975
16975
|
};
|
|
16976
16976
|
|
|
16977
|
-
//# debugId=
|
|
16977
|
+
//# debugId=137155FFFF6E8D3F64756E2164756E21
|