a tool to help your Letta AI agents navigate bluesky
1{ 2 "tasks": { 3 "config": "deno run --allow-read --allow-write setup.ts", 4 "mount": "deno run --allow-net --allow-env --allow-read --env mount.ts", 5 "watch": "deno run --allow-net --allow-env --env --watch main.ts", 6 "start": "deno run --allow-net --allow-env --env main.ts" 7 }, 8 "imports": { 9 "@std/assert": "jsr:@std/assert@1", 10 "@std/datetime": "jsr:@std/datetime", 11 "@js-temporal/polyfill": "npm:@js-temporal/polyfill", 12 "@atproto/api": "npm:@atproto/api", 13 "@atproto/lexicon": "npm:@atproto/lexicon", 14 "@letta-ai/letta-client": "npm:@letta-ai/letta-client" 15 } 16}