a tool to help your Letta AI agents navigate bluesky

cleans formatting around commented out function

Changed files
+2
utils
+2
utils/agentContext.ts
··· 59 59 return value; 60 60 }; 61 61 62 + // 62 63 // temporarily commenting out until switch to letta SDK 1.0 64 + // 63 65 // const getLettaProjectID = (): string => { 64 66 // const value = Deno.env.get("LETTA_PROJECT_ID")?.trim(); 65 67