diff --git a/scripts/provision-letta-resident.ts b/scripts/provision-letta-resident.ts index ddb32a9..eb0864f 100644 --- a/scripts/provision-letta-resident.ts +++ b/scripts/provision-letta-resident.ts @@ -41,7 +41,6 @@ const agentId = await client.createAgent({ baseTools: [], permissionMode: "unrestricted", skillSources: ["bundled", "global", "agent"], - systemInfoReminder: false, dreaming: { trigger: "off" }, tags: ["thoughtstream", "resident"], }); @@ -57,7 +56,7 @@ process.stdout.write(`${JSON.stringify({ agentId, model, statePath, - memfs: true, + memfsRequested: true, permissionMode: "unrestricted", skillSources: ["bundled", "global", "agent"], }, null, 2)}\n`);