- README - Quick start guide
- EXAMPLES - Use cases and examples
- Design Doc - System architecture
- Protocol Spec - Message protocol
- GitHub Issues - Bug reports
- GitHub Discussions - Questions & ideas
- Pull Requests - Contributions
# Check if port is in use
lsof -i :8765
# Kill existing process
kill -9 <PID># Verify router is running
curl http://127.0.0.1:8765/status- Ensure you're using macOS (Linux support coming soon)
- Check
TERMINAL_ADAPTERenvironment variable
| Issue | Solution |
|---|---|
| "Connection refused" | Start the router first |
| "Agent not found" | Check agent ID (MAIN, A, B, C, D) |
| "Message timeout" | Check router logs, verify network |
| "Permission denied" | Make scripts executable: chmod +x scripts/*.sh |
For questions or feedback:
- Open a GitHub Discussion
- Email: [your-email]
MIT License - see LICENSE