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