Initial scaffold for a Messenger group chat agent backend.
This repo uses bd (Beads) for task tracking.
# Show unblocked work
bd ready --json
# Claim work
bd update <id> --claim --json
# Close work
bd close <id> --reason "Completed" --jsonIf this is your first time in the repo:
bd onboardpython -m pip install -e '.[dev]'
pytestuvicorn pingpal.main:app --reload