Common Issues#
Coworker Not Executing#
When using the SDK to execute AgentFlows (AI Coworkers), ensure all agents within the coworker are assigned specific goals and tasks. Verify that the coworker is properly linked to its corresponding triggers and workflows.SDK Troubleshooting Steps:Missing or invalid agentflow_id
Incomplete input_variables required by the workflow
AgentFlow not properly configured in Wexa Studio
Missing project permissions
API Calls Failing#
When connector API calls fail, double-check connector configurations using the SDK:✅ Authentication: Confirm that API keys or credentials are correctly entered in connector configuration
✅ Headers: Ensure all required headers are present and correctly formatted
✅ Endpoints: Validate that the API endpoints are correct and accessible
✅ Connector Status: Verify connector is active and properly configured
Refer to the Wexa Connectors Documentation for detailed setup instructions.Table Not Updating#
When tables are not updating as expected through SDK operations:Trigger Sequence Verification:AI Coworker lacks write permissions for the Wexa Table
Trigger sequence is incorrect
Debugging Tips#
Live Logs#
Utilize the SDK's execution monitoring APIs to view real-time logs of agent activities and identify where issues may be occurring:Logger Skill Agents#
Implement Logger skill agents at critical points within your workflow to capture and record data for debugging purposes. Use the SDK to add logging capabilities:Sandbox Mode#
Test individual agent logic using the SDK's execution APIs in a controlled manner. Start executions with test data to isolate and resolve issues without affecting the live environment:Permissions & Security#
Scoped Credentials#
AI Coworkers operate using scoped credentials, ensuring they have access only to the resources necessary for their tasks. The SDK respects these permissions:Per-Agent Access Control#
Assign specific access permissions to individual agents for Wexa Tables, enhancing data security and integrity. Use the SDK to configure agent permissions:Encrypted Credential Stores#
Store all connector credentials in encrypted formats to protect sensitive information. The SDK handles authentication securely:Free Plan Restrictions#
Maximum of 10 AI Coworkers per organization: When using the SDK, you can check the number of AgentFlows:
Wexa Tables#
Support up to 100,000 rows per table: Monitor table size using the SDK:
API Call Limits#
API call limits vary based on the connector type and subscription plan. The SDK includes automatic retry logic for rate-limited requests:For additional support and resources, consider exploring the Wexa AI Beginner Course, which offers step-by-step tutorials to help you effectively utilize Wexa AI's capabilities through the Python SDK.Modified at 2026-01-02 08:29:15