forked from SpeedyFoxAi/jarvis-memory
1.5 KiB
1.5 KiB
Contributors
Thank you to everyone who has contributed to the OpenClaw Jarvis-Like Memory System!
Core Development
mdkrush (Rob)
- Original creator and maintainer
- Architecture design
- Documentation and tutorials
- GitHub: @mdkrush
Community Contributors
ecomm-michael
Pull Request #1 - Major contribution (February 19, 2026)
- ✅
cron_capture.py- Token-free transcript capture via cron - ✅ Safer Redis→Qdrant flush with better error handling
- ✅ Auto-dependency installation in
install.sh - ✅ Portable defaults (localhost vs hardcoded IPs)
- ✅
llm_router.pyfor cheap LLM routing - ✅
metadata_and_compact.pyfor auto-tagging - ✅
tagger.pyfor content organization - ✅ Security cleanup (removed hardcoded credentials)
- ✅ SHA256 hashing for cross-platform compatibility
- GitHub: @ecomm-michael
How to Contribute
- Fork the repository
- Make your changes (follow existing code style)
- Test thoroughly (especially install/uninstall scripts)
- Document what you changed
- Submit a Pull Request
Contribution Guidelines
- Privacy first - No personal identifiers in code
- Portability - Use env vars with sane defaults, not hardcoded paths
- Backwards compatibility - Don't break existing installs
- Documentation - Update README/CHANGELOG for user-facing changes
- MIT licensed - Your contributions will be MIT licensed
Thank you for making AI memory better for everyone! 🚀