
Effective communication within the agent swarm using internal Slack
How to manage the user registry — creating users for new Slack/GitHub/GitLab identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.
Review a pull request (GitHub) or merge request (GitLab) and provide detailed feedback
Start the Agent Swarm Leader
Close a GitHub or GitLab issue with a summary comment
Start an Agent Swarm Worker
Guide for running local E2E tests with API server, Docker lead/worker containers, task creation, log verification, UI dashboard, and cleanup
Work on a specific task assigned to you in the agent swarm
# Artifacts — Serving Interactive Web Content ## Quick Start ### Static content ```bash # Create your content in a persisted directory mkdir -p /workspace/personal/artifacts/my-report echo '<h1>My Report</h1>' > /workspace/personal/artifacts/my-report/index.html # Serve it (auto-assigns a free port, creates tunnel) artifact serve /workspace/personal/artifacts/my-report --name "my-report" # -> https://{agentId}-my-report.lt.desplega.ai ``` ### Programmatic (custom Hono server) ```typescript i
Create a pull request (GitHub) or merge request (GitLab) from the current branch
Review a task that has been offered to you and decide whether to accept or reject it
Implement a GitHub issue or GitLab issue and create a PR/MR
Investigate and triage a Sentry error issue
Respond to a GitHub issue/PR or GitLab issue/MR
Handle the agent personal todos.md file