{"id":23123255,"url":"https://github.com/wrannaman/rememberall","last_synced_at":"2025-04-06T04:12:20.392Z","repository":{"id":267640435,"uuid":"901592591","full_name":"wrannaman/rememberall","owner":"wrannaman","description":"solving long term memory storage for llms","archived":false,"fork":false,"pushed_at":"2025-01-06T16:29:37.000Z","size":1330,"stargazers_count":120,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T03:06:35.840Z","etag":null,"topics":["llm","long-term-memory","memory"],"latest_commit_sha":null,"homepage":"https://rememberall.xyz","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wrannaman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-11T00:23:38.000Z","updated_at":"2025-03-13T11:23:45.000Z","dependencies_parsed_at":"2025-02-24T01:07:13.396Z","dependency_job_id":"e8661aa5-547a-4156-a30d-61169b411b8e","html_url":"https://github.com/wrannaman/rememberall","commit_stats":null,"previous_names":["wrannaman/rememberall"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrannaman%2Frememberall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrannaman%2Frememberall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrannaman%2Frememberall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrannaman%2Frememberall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wrannaman","download_url":"https://codeload.github.com/wrannaman/rememberall/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430873,"owners_count":20937874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["llm","long-term-memory","memory"],"created_at":"2024-12-17T07:33:19.943Z","updated_at":"2025-04-06T04:12:20.376Z","avatar_url":"https://github.com/wrannaman.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# rememberall 🔮\n\nA secure, open-source long-term memory solution for GPT Store builders and AI developers. Just mention `@rememberall` in your custom GPT to unlock persistent memory across conversations.\n\n## For GPT Builders\n\n1. Install from GPT Store\n2. Add to your custom GPT's configuration using `./api/openapi.yaml`\n3. Your GPT now has persistent memory!\n\n### How It Works\n\n#### 1. Store Memories\n![Input Example](readme_assets/input.png)\n*Your GPT can store important information from conversations*\n\n#### 2. Load Past Context\n![Load Memory](readme_assets/load_memory.png)\n*Easily retrieve relevant memories when needed*\n\n#### 3. Natural Interactions\n![Remember Example](readme_assets/remember.png)\n*Seamless integration with conversation flow*\n\n#### 4. Manage Memories\n![Dashboard UI](readme_assets/ui.png)\n*Intuitive dashboard for memory management*\n\n```typescript\n// Example usage in your GPT's system prompt\nWhen user mentions past conversations, use @rememberall to recall context:\nUser: \"What did we discuss about authentication last week?\"\nAssistant: Let me check @rememberall\nAssistant: According to our previous discussion, we implemented JWT-based auth...\n```\n\n## For Developers\n\n### Features\n- 🔒 **Privacy-First**: Self-host your memory store\n- 🚀 **Vector-Based**: Efficient semantic search\n- 🔗 **Easy Integration**: Simple REST API\n- 📦 **Open Source**: Customize and extend as needed\n\n### Quick Start\n\n1. Deploy using Docker Compose:\n\n```bash\ngit clone https://github.com/yourusername/rememberall.git\ncd rememberall/deploy\ndocker-compose up -d\n```\n\n2. Available API Endpoints:\n\n```http\n# List or search memories\nGET /memories?search=query\u0026limit=10\u0026offset=0\n\n# Create new memory\nPOST /memory\n{\n    \"memory\": \"Your memory text here\"\n}\n```\n\n3. Authentication:\n- All endpoints require Bearer token authentication\n- Include token in requests: `Authorization: Bearer your-jwt-token`\n\n### API Response Examples\n\nGet Memories:\n\n```json\n{\n    \"success\": true,\n    \"memories\": [\n        {\n            \"id\": \"mem_123\",\n            \"memory\": \"Discussion about authentication systems\"\n        }\n    ]\n}\n```\n\nCreate Memory:\n\n```json\n{\n    \"success\": true,\n    \"memory\": {\n        \"id\": \"mem_124\",\n        \"memory\": \"New project requirements discussion\"\n    }\n}\n```\n\n## Architecture \u0026 Security\n- End-to-end encryption\n- Self-hosted vector storage\n- Fine-grained access control\n- GDPR-compliant data handling","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrannaman%2Frememberall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrannaman%2Frememberall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrannaman%2Frememberall/lists"}