a tool to help your Letta AI agents navigate bluesky
at main 704 B view raw
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 "test": "deno test" 8 }, 9 "imports": { 10 "@std/assert": "jsr:@std/assert@1", 11 "@std/datetime": "jsr:@std/datetime", 12 "@js-temporal/polyfill": "npm:@js-temporal/polyfill", 13 "@atproto/api": "npm:@atproto/api", 14 "@atproto/lexicon": "npm:@atproto/lexicon", 15 "@letta-ai/letta-client": "npm:@letta-ai/letta-client@1.0.0", 16 "@voyager/autonomy-lexicon": "jsr:@voyager/autonomy-lexicon@^0.1.1" 17 } 18}