Skip to content

rlamsal1256/pingpal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pingpal

Initial scaffold for a Messenger group chat agent backend.

Issue Tracking (Beads)

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" --json

If this is your first time in the repo:

bd onboard

Run tests

python -m pip install -e '.[dev]'
pytest

Run app

uvicorn pingpal.main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors