What problem does it solve?
padz-for-agents helps agents persist important notes, decisions, and task progress across turns and future sessions without losing context or relying on ephemeral chat messages.
Core Features & Use Cases
- Capture memory as pads: Record structured notes and tasks into a project
.padz/ store (or global store) so they can be listed and retrieved later.
- Agent-safe retrieval: Read pads with full structured JSON output for reliable downstream reasoning and rendering.
- Stable cross-session references: Use UUIDs to ensure links and references remain correct even when display indexes shift.
- Handoff between agents/sessions: Export selected pads into a tar.gz archive and import them elsewhere with metadata preserved.
Quick Start
Tell the agent to save what you just said as a note in this repo by running: padz create "Title for what should be remembered" --no-editor.