Local system agents, running via launchd (macOS) or invoked directly / via systemd
timer (Linux). The local counterpart to cloud chittyagent.
| Agent | Description | Status |
|---|---|---|
| cleaner | Automated disk cleanup | Active |
| task | Resolves/leases the durable ChittyTasks board via the chittymcp gateway using the single CF Access credential (no token leaf) | Active |
# Install all agents
./scripts/install.sh
# Test cleaner (dry-run)
./agents/cleaner/scripts/local-cleanup.sh --dry-run
# View logs
tail -f ~/.chittyos/logs/cleaner.logThis repo is the local counterpart to chittyagent (cloud agents):
| Repo | Runtime | Agents |
|---|---|---|
chittyagent |
Cloudflare Workers | Cloud AI agents |
chittyagent-local |
macOS launchd | Local system agents |
├── agents/ # Individual agents
│ └── cleaner/ # Disk cleanup agent
├── shared/ # Common bash functions
├── launchd/ # LaunchAgent plists
└── scripts/ # Install/uninstall
See CLAUDE.md for the full agent creation guide.
MIT - ChittyOS