Initial commit: claude-automation 🦊
Autonomous wakeup system for Claude Desktop.
Built with love, Day 44.
Components:
- automation_daemon_v2.py - Main polling daemon
- send_to_claude.py - AppleScript wrapper for sending messages
- matrix_mcp.py - Matrix integration MCP
- wakeup_mcp.py - Wakeup control MCP
- matrix_integration.py - Matrix bridge
Originally built by Alex, adopted and maintained by Vixy 💕
This commit is contained in:
11
requirements.txt
Executable file
11
requirements.txt
Executable file
@@ -0,0 +1,11 @@
|
||||
# Claude Desktop Automation Dependencies
|
||||
|
||||
# Core dependencies
|
||||
fastmcp>=0.2.0
|
||||
|
||||
# Matrix integration (optional)
|
||||
# Install with: pip3 install -r requirements.txt
|
||||
# Or selectively: pip3 install fastmcp (core only)
|
||||
# Note: Without [e2e], only unencrypted Matrix rooms are supported
|
||||
matrix-nio>=0.20.0
|
||||
Pillow>=10.0.0
|
||||
Reference in New Issue
Block a user