Skip to content

pmTouchedTheCode/pi-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

pi-agents

Synced local Pi agent configuration and skills.

Included

  • .pi/agent/settings.json
  • .pi/agent/agents/
  • .pi/agent/extensions/
  • .pi/agent/prompts/
  • .agents/.skill-lock.json
  • .agents/skills/

Excluded

  • .pi/agent/auth.json (contains OAuth tokens / secrets)
  • .pi/agent/bin/ (local machine-specific binaries)

Apply to a machine

From this repo root:

rsync -a .pi/agent/ ~/.pi/agent/
rsync -a .agents/ ~/.agents/

Refresh repo from current local machine

rsync -a --delete --exclude 'auth.json' --exclude 'bin/' ~/.pi/agent/ ./.pi/agent/
rsync -a --delete ~/.agents/ ./.agents/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors