# Custom task with general agent./start-general-agent.sh "your task description here"# Multiple agents simultaneouslypython main.py "auto-close tickets and social media monitoring"
# Set display for GUI applicationsexport DISPLAY=:1# Optional: Set Anthropic API keyexport ANTHROPIC_API_KEY="your-key-here"# Optional: Set workspace pathexport WORKSPACE_PATH="/home/user/stateset-computer-use-agent"