Hacker News new | ask | show | jobs
Show HN: Composable AI in the Unix command line (linuxtoaster.com)
2 points by dirk94018 54 days ago
1 comments

But wait.. there's even more..

Jam did a great job with its times and while. But sometimes you want map, so we wrote a couple more command line utilities:

imessage bot toast "reply in a friendly tone"

email bot toast "reply in a friendly tone"

One line agents. You now have an iMessage assistant and an email assistant running. Personality lives in a `.persona` file next to it, so you can version it, grep it, diff it.

No webhook setup. No OAuth dance. No "agent platform." The bot is just `toast` wrapped in a daemon that knows how to read from iMessage or IMAP and write back. Unix composition all the way down.