Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.36 KB

File metadata and controls

53 lines (40 loc) · 1.36 KB

Support & Resources

Getting Help

Documentation

Community

Common Issues

Router won't start

# Check if port is in use
lsof -i :8765
# Kill existing process
kill -9 <PID>

Agent can't connect

# Verify router is running
curl http://127.0.0.1:8765/status

Terminal windows don't open

  • Ensure you're using macOS (Linux support coming soon)
  • Check TERMINAL_ADAPTER environment variable

Troubleshooting

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

Contact

For questions or feedback:

License

MIT License - see LICENSE