Created
April 14, 2026 21:11
-
-
Save rms1000watt/e333ab06d3fcb2004312ce77af43180c to your computer and use it in GitHub Desktop.
Easy Usage of MemPalace for Opencode AI Agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| pip3 install mempalace | |
| mempalace init ~/mempalace | |
| mempalace mine ~/.local/share/opencode/storage/message/ --mode convos | |
| npx skills add -y -g MemPalace/mempalace | |
| opencode run "what happened with my code" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment