Your agent starts from zero every session. Give it a memory that actually persists.
Zero config. Works in 30 seconds. No re-explaining required.
# Zero install. Just works.
$ npx agentrem add "Deploy to prod" --due tomorrow --priority 2
$ npx agentrem check
$ npx agentrem list --json
Session ends, context gone? Not anymore.
--json on every command. Built for agents to read and write — not another human UI with an API bolted on.--install. Fires reminders even when your agent is sleeping. No cron hacks needed.Stop re-explaining context every session. Add this to your agent's instructions and it just works:
Run agentrem setup to generate these instructions automatically.
## Reminders (agentrem)
You have access to `agentrem` for persistent reminders across sessions.
- Session start: `agentrem check --type time,session --budget 800`
- Add: `agentrem add "<content>" --due "<when>" --priority <1-5>`
- Block until next reminder: `agentrem check --watch --timeout 60`
- Commands: add, check, list, search, complete, snooze, stats
- Use --json for structured output
Wherever your agent runs, agentrem runs. No vendor lock-in. No proprietary memory APIs.
Just say when. No date format gymnastics.
Paste these into your agent's context. It'll figure out the rest.