Commit Graph

7 Commits

Author SHA1 Message Date
Docker Config Backup
b74c7d79ca Fix double authentication and Matrix-Signal bridge issues
Authentication fixes:
- Removed auth.js from all HTML pages (was causing double prompts)
- Removed .htaccess and .htpasswd files (redundant with Caddy)
- Now using only Caddy basic auth: langmem / langmem2025

Signal bridge fixes:
- Found Signal bridge bot: @signalbot:matrix.klas.chat
- Created DM room between Claude user and bridge bot
- Sent login command to register Claude with Signal bridge
- Claude should now be able to bridge messages to Signal

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 14:06:13 +02:00
Docker Config Backup
a529b6e323 Complete Claude Matrix integration setup
- Created Claude Matrix user via Synapse container
- Successfully joined Home Assistant room
- Generated access token and saved configuration
- Updated global Claude configuration with new credentials
- Added claude-matrix-config.json with complete setup details

Claude user: @claude:matrix.klas.chat
Token: syt_Y2xhdWRl_CoBgPoHbtMOxhvOUcMnz_2WRPZJ
Messages now sent as dedicated Claude user account

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 13:46:33 +02:00
Docker Config Backup
103d68ffe2 Add Caddy authentication and Claude Matrix user setup
- Created caddyfile-docs-update.txt with Caddy basic auth configuration
- Fixed documentation path from /home/klas/langmem-docs to /home/klas/langmem/docs
- Added basic auth with credentials: langmem / langmem2025
- Created create-claude-matrix-user.md with user creation instructions
- Added get-claude-token.py script for automated Matrix setup
- Includes token retrieval, room joining, and configuration export

Manual steps required:
1. Update /etc/caddy/Caddyfile with new docs.klas.chat config
2. Reload Caddy: sudo systemctl reload caddy
3. Create Claude Matrix user via admin panel
4. Run get-claude-token.py to complete setup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 13:35:21 +02:00
Docker Config Backup
e706ca593c Add authenticated documentation server
- Created docs_server.py with HTTP basic authentication
- Added start-docs-server.sh for easy startup
- Updated README.md with documentation access instructions
- Provides working authentication when .htaccess isn't supported

Usage: ./start-docs-server.sh [port]
Credentials: langmem / langmem2025

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 13:31:03 +02:00
Docker Config Backup
d086af72ee Add basic authentication to documentation
- Added .htaccess with Apache basic auth configuration
- Created .htpasswd with username 'langmem' and password 'langmem2025'
- Added auth.js for JavaScript-based authentication backup
- Updated all HTML pages to include authentication script
- Added AUTH_INFO.md with access credentials and setup info

Credentials: langmem / langmem2025

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 13:27:23 +02:00
Docker Config Backup
9d289d2a81 Remove Matrix integration from project
- Removed matrix_notifier.py, send_matrix_message.py, debug_matrix.py
- Removed store_matrix_communication.py and check_room_messages.py
- Matrix communication is now Claude's personal functionality
- Clean project focused purely on fact-based memory system

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 13:22:58 +02:00
Docker Config Backup
46faa78237 Initial commit: LangMem fact-based AI memory system with docs and MCP integration
- Complete fact-based memory API with mem0-inspired approach
- Individual fact extraction and deduplication
- ADD/UPDATE/DELETE memory actions
- Precision search with 0.86+ similarity scores
- MCP server for Claude Code integration
- Neo4j graph relationships and PostgreSQL vector storage
- Comprehensive documentation with architecture and API docs
- Matrix communication integration
- Production-ready Docker setup with Ollama and Supabase

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 13:16:19 +02:00