Add persistent memory to any agent so it can remember prior work, maintain context across sessions, and continue long-running workflows.
- Initial release of persistent-agent-memory skill. - Enables any agent to store, retrieve, and delete persistent memories powered by Coral Bricks. - Stores all content in the default collection, allowing context to persist across agent sessions and long-running workflows. - Provides three command-line tools: coral_store, coral_retrieve, and coral_delete_matching for managing memories by meaning. - Allows attaching free-form JSON metadata to memories. - Setup requires a CORAL_API_KEY; optional API URL override supported.