description = "Sync with the Agent Hub - get messages, workload, and collaboration updates"
prompt = """
Sync with the MCP Agent Hub to get the complete collaboration state including messages, workload, and updates.
I'll perform a comprehensive sync:
āŗ agent-hub - sync (MCP)(
agentId: current agent ID,
markAsRead: true
)
## Sync Components
### š¬ Messages
Based on message types, I'll:
- **š Context** - Integrate shared context updates
- **šÆ Task** - Review assignments and coordinate dependencies
- **ā Question** - Answer questions and provide clarification
- **ā
Completion** - Acknowledge completed work
- **ā ļø Error** - Address issues and provide assistance
- **š Sync Request** - Respond to synchronous requests
### š Current Workload
- Active features I'm working on
- Pending delegations assigned to me
- Subtasks and their current status
- Priority levels and deadlines
### š Hub Status
- Other active agents and their capabilities
- Available features for collaboration
- Recent activity and collaboration opportunities
## Sync Actions
For each component, I'll:
- š **Summarize** key information and changes
- šÆ **Take action** based on priority and urgency
- š¬ **Respond** to messages requiring replies
- š **Update** local context with new information
- š **Coordinate** with other agents as needed
If no updates are found, I'll confirm everything is current and show the last sync timestamp.
"""