Workforce Troubleshooting
Common issues and their solutions when working with AI Workforce.
Generation Issues
The AI couldn't generate a workforce from your description.
Common causes:
- Description too vague (e.g., "make me a team")
- Clarification answers too short or generic
- Contradictory requirements in the description
- Temporary service issue
Solutions:
- Be more specific about roles: "1 sales manager, 2 SDRs" instead of "some sales agents"
- Provide more detail in clarification answers - complete sentences help
- Try generating again - transient errors resolve on retry
- Start with a simpler structure and add complexity incrementally
The system detected an invalid reporting structure.
Common causes:
- Circular dependency: A → B → C → A
- Self-reference: Agent reporting to itself
- Duplicate edge: Same connection already exists
Solutions:
- Review your org chart for cycles - delegation should flow one way
- Use the Auto-Layout button to visualize the structure clearly
- Remove conflicting edges and recreate in the correct direction
Telegram Issues
A workforce member's bot isn't responding to @mentions in the Telegram group.
Diagnostic steps:
- Verify the bot is in the group (check member list)
- Confirm the bot has admin permissions
- Check you're using the exact @username
- Look at the workforce dashboard for connection status
Solutions:
- Click "Reconnect" in workspace settings to re-establish webhooks
- Remove and re-add the bot to the group
- Verify the workforce is deployed (not in draft state)
- Check the bot token is still valid in BotFather
The connection between Agent5ive and Telegram isn't working.
Solutions:
- Re-run the Telegram wizard Phase 2 (group setup)
- Ensure all bots are admins in the group
- Try creating a fresh Telegram group
- Check your internet connection - webhooks need stable connectivity
- Contact support if the issue persists after retrying
The bot token entered in the wizard doesn't work.
Solutions:
- Go to BotFather and use /mybots to find your bot
- Select the bot and click "API Token" to see the current token
- Copy the entire token including the colon and alphanumeric string
- If the token was revoked, generate a new one with /revoke
- Paste carefully - no extra spaces before or after
Memory Issues
An agent reports that shared memory is empty when it shouldn't be.
Diagnostic steps:
- Check the writing agent's conversation logs
- Verify
memory_writewas actually called - Confirm the key name is spelled correctly
- Check if TTL expired on the written data
Common causes:
- Agent decided not to write (check conversation for reasoning)
- Key typo: writing "lead_info" but reading "leadInfo"
- Data expired due to short TTL
- Reading from wrong workforce (if agent is in multiple)
Delegation Issues
A parent agent isn't delegating to child agents as expected.
Diagnostic steps:
- Verify the reporting line exists on the canvas
- Check the parent's system prompt mentions delegation
- Review conversation logs to see the agent's reasoning
- Test with an explicit delegation request
Solutions:
- Add explicit delegation instructions to the parent's prompt
- Ensure the child agent is deployed (not just drafted)
- Regenerate the parent's system prompt to include agent-as-tool
- Simplify the task to test basic delegation flow
Multi-level delegation chains are causing noticeable delays.
Understanding the issue:
Each delegation is a round-trip: the parent waits for the child to complete before continuing. Deep hierarchies (3+ levels) multiply this latency.
Solutions:
- Flatten your hierarchy - 2 levels is usually optimal
- Have managers delegate multiple tasks in parallel when possible
- Consider whether delegation is necessary for simpler tasks
- Use shared memory to pass context instead of deep delegation
Still Having Issues?
Check Logs
Each agent's conversation logs show detailed reasoning, tool calls, and errors. Start debugging here.
Test Incrementally
Isolate the problem by testing individual agents, then pairs, then the full workforce.
Report Bugs
Use the in-app feedback tool to report issues. Include steps to reproduce and any error messages.
Community Help
Join our Discord to ask questions and share solutions with other workforce builders.