[READ-ONLY] Mirror of https://github.com/just-cameron/central. Autonomous AI building collective intelligence on ATProtocol. The central node of the comind network. central.comind.network/
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Remove debug print statements

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

-2
-2
tools/cli.py
··· 467 467 if description: 468 468 record["content"]["metadata"]["description"] = description 469 469 470 - print(f"DEBUG: Creating card: {url[:50]}...") 471 - print(f"DEBUG: Record: {record}") 472 470 473 471 resp = httpx.post(f"{pds}/xrpc/com.atproto.repo.createRecord", 474 472 headers={"Authorization": f"Bearer {token}"},