Use this file to discover all available pages before exploring further.
Execute and manage your AI agents with confidence. Learn how to run agents manually, set up automated execution, monitor performance, and troubleshoot issues for reliable automation workflows.
Running agents in mixus involves multiple execution methods, from manual one-time runs to sophisticated automated workflows. Whether you need immediate task execution or ongoing automation, mixus provides flexible options to meet your requirements.
# In any chat, mention your agent@customer-support-agent "Handle this customer inquiry about billing"# Direct agent conversationStart a conversation with: Customer Support Agent# Dashboard executionNavigate to Agents β [Agent Name] β Run Now
Integrate agent capabilities into ongoing conversations:
# Request agent assistance in team chat"@sales-agent Generate a proposal for the client we discussed"# Use agent in analysis workflow"@data-agent Analyze the attached spreadsheet and create visualizations"# Multi-agent coordination"@research-agent Find market data, then @report-agent create a summary"
You can also run agents using simple natural language commands:
# Basic syntax"run agent {agent name}"# Examples"run agent customer support""run agent daily report generator""execute agent sales assistant"# With additional context"run agent data processor with this CSV file""run agent email responder but focus on urgent messages"# When multiple agents have similar names"run agent marketing" β System will show all matching agentsSelect specific agent: "run agent 1" or use the specific agent ID
How it works:
The system recognizes βrun agentβ or βexecute agentβ followed by the agent name
If multiple agents match the name, youβll see a list with details (name, ID, creator, description)
You can add context with βwith this dataβ or modify behavior with βbutβ¦β instructions
The agent runs immediately in the current chat context
Set up agents to respond to changes in connected services:
# Email-based triggers"Run when new emails arrive in support inbox"# CRM triggers"Execute when lead status changes to 'qualified'"# Calendar triggers"Activate 15 minutes before scheduled meetings"# Slack triggers"Run when mentioned in #emergency channel"
# Data analysis taskAgent: "Analyze last quarter's sales data and identify top performers"# Customer communicationAgent: "Send follow-up emails to all trial users ending this week"# Content creationAgent: "Create social media posts for next week's product launch"
1. Research Agent: "Gather market data on competitors"2. Analysis Agent: "Analyze the research data for trends"3. Report Agent: "Create executive summary"4. Distribution Agent: "Send report to stakeholder list"
β Error: CRM connection timeoutπ Auto-retry: Attempt 2 of 3 in 30 secondsπ Fallback: Using cached customer dataβ Continued execution with degraded functionalityπ§ Alert sent to integration admin
β οΈ Warning: Approaching social media API rate limitπ Current usage: 148/180 requests (next reset: 15 minutes)π Implementing exponential backoffβΈοΈ Queuing remaining posts for next windowπ Estimated completion: 18 minutes
π§ CRM integration unavailableπ Switching to local customer databaseβ οΈ Note: Real-time data may be limitedβΆοΈ Continuing with available informationπ§ Customer service team notified
β Agent failed at Step 3: Generate reportπ§ Recovery options: 1. Restart from beginning 2. Resume from Step 3 3. Skip Step 3 and continue 4. Restart with different parameters
Phase 1: Manual execution with supervision
Phase 2: Scheduled execution with monitoring
Phase 3: Event-driven execution with full automation
Phase 4: Multi-agent workflows with error handling
2. **Test Before Production** ```plaintext# Development environment testing - Test with sample data - Verify all integration connections - Check error handling scenarios - Validate output quality # Staging environment validation - Run with production-like data - Test performance under load - Verify monitoring and alerting - Confirm backup and recovery procedures
### Security and Compliance1. **Access Control** - Use least-privilege principle for agent permissions - Regularly audit and rotate integration credentials - Implement approval workflows for sensitive operations - Monitor agent actions for security compliance2. **Data Protection** - Encrypt sensitive data in agent configurations - Implement data retention policies for execution logs - Ensure compliance with privacy regulations - Use secure channels for all external communications3. **Audit and Logging** - Maintain detailed logs of all agent executions - Implement tamper-proof audit trails - Regular compliance reporting and review - Document all changes to agent configurations## Troubleshooting### Performance Issues#### Slow Execution**Problem**: Agent takes longer than expected to complete tasks**Solutions**:- Review integration response times- Optimize data queries and processing logic- Implement caching for frequently accessed data- Consider breaking complex tasks into smaller steps#### High Resource Usage**Problem**: Agent consumes excessive CPU or memory**Solutions**:- Analyze processing logic for inefficiencies- Implement pagination for large data sets- Optimize file processing and memory usage- Scale infrastructure if consistently high usage is justified#### Frequent Timeouts**Problem**: Agent executions frequently timeout**Solutions**:- Increase timeout limits for complex operations- Implement progress checkpoints for long-running tasks- Optimize external API call patterns- Consider asynchronous processing for time-intensive operations### Reliability Issues#### Inconsistent Results**Problem**: Agent produces different outputs for similar inputs**Solutions**:- Review and clarify agent instructions- Implement input validation and normalization- Add deterministic processing steps where possible- Monitor for external data source variations#### Integration Failures**Problem**: External service connections frequently fail**Solutions**:- Implement robust retry mechanisms- Add circuit breaker patterns for unreliable services- Create fallback data sources or processes- Monitor service status and plan for outages## Related Features- [Creating Agents](/agents/creating) - Learn how to build effective agents- [Agent Scheduling](/agents/scheduling) - Set up automated execution schedules- [Integrations](/integrations/overview) - Connect agents to external services- [Monitoring & Analytics](/monitoring/overview) - Track agent performance## What's Next?Ready to start running your agents effectively? Here are your next steps:1. **[Create your first agent](/agents/creating)** if you haven't already2. **[Set up monitoring](/monitoring/agents)** to track performance3. **[Configure scheduling](/agents/scheduling)** for automated execution4. **[Explore agent examples](/agents/examples)** for inspiration and best practices---*Need help optimizing your agent execution? Contact our [support team](/support/contact) or check our [troubleshooting guide](/support/troubleshooting).*