This is a Python-based IDE monitoring system that uses Claude AI for orchestration.

Before running the application, you need to set the ANTHROPIC_API_KEY environment variable:
export SANDWICH_ANTHROPIC_API_KEY=your-claude-api-key-here
The system also requires a monitor_config.json
file with additional API keys and settings. See CLAUDE.md for detailed configuration instructions.
claude_monitor.py
For more detailed information about the architecture and usage, see CLAUDE.md.