Skip to main content

StateSet Computer Use Agents - Quick Start Guide

🚀 Quick Setup

1. Install and Activate

2. Run Your First Agent

📋 Common Commands

Agent-Specific Commands

Auto-Close Agent

Social Media Agent

LinkedIn Agent

Slack Support Agent

Shopify Agent

General Purpose Commands

🔧 Configuration Examples

Setting Display Resolution

Edit main.py:

API key Configuration

Replace in main.py:

Custom Agent Selection Logic

Add to get_active_agents() function:

📊 Monitoring Commands

View Logs in Real-Time

Check Screenshots

🛠️ Troubleshooting Commands

Check Dependencies

Test Display

Verify API Connectivity

💡 Usage Examples

Example 1: Close Support Tickets

Example 2: Social Media Monitoring

Example 3: LinkedIn Outreach

Example 4: Slack Customer Support

Example 5: Shopify Management

🔑 Key Environment Variables

📈 Performance Tips

  1. Run Multiple Agents: Use ”&” to run agents in background
  2. Limit Token Usage: Modify in code
  3. Reduce Screenshot Frequency: Modify in code

🛡️ Security Quick Checks

📝 Notes

  • Always use Ctrl+C for graceful shutdown
  • Screenshots are saved in screenshots/{AGENT_TYPE}/
  • Logs show [AGENT_TYPE] prefix for easy filtering
  • Billing only occurs for completed tasks
  • Virtual display must be running (DISPLAY=:1)

For detailed documentation, see USERGUIDE.md