···11import { AtpAgent } from "@atproto/api";
2233-// TODO: use a pds instead of bluesky's centralized services
43export const agent = new AtpAgent({
54 service: "https://bsky.social",
65});
7688-// TODO: use a database instead of the public api endpoint
97export const pubagent = new AtpAgent({
108 service: "https://public.api.bsky.app",
119});