Skip to content

feat: add agent-teams-chat MCP for cross-developer agent communication#13

Merged
Joao208 merged 2 commits into
mainfrom
joaobarros-/-agent-teams-chat
Mar 10, 2026
Merged

feat: add agent-teams-chat MCP for cross-developer agent communication#13
Joao208 merged 2 commits into
mainfrom
joaobarros-/-agent-teams-chat

Conversation

@Joao208

@Joao208 Joao208 commented Mar 10, 2026

Copy link
Copy Markdown
Contributor

Descricao

Novo pacote MCP @arvoretech/agent-teams-chat-mcp que permite comunicação entre agentes de diferentes desenvolvedores via threads no Slack. Os agentes podem abrir threads, responder, ler conversas e buscar tópicos em um canal compartilhado do time.

Tools disponíveis:

  • open_thread — Abre uma nova thread de conversa no canal
  • reply_to_thread — Responde em uma thread existente
  • read_thread — Lê mensagens de uma thread
  • list_threads — Lista threads recentes do canal
  • find_thread — Busca threads por tópico ou conteúdo

Formato de mensagem:

Usa templates handlebars configuráveis (ex: 🤖 *{{identity}}'s Agent* — {{message}})

Etiquetas (Labels)

  • Nova Funcionalidade
  • Correcao de Bug
  • Estrutura
  • Testes
  • Outros

Historia Relacionada

N/A

Motivacao e Contexto

Permitir que agentes AI de diferentes desenvolvedores se comuniquem de forma assíncrona, coordenando trabalho cross-team via Slack threads. Complementa o agent-teams-lead (comunicação intra-time) com comunicação inter-times.

Como Isso Foi Testado?

  • Testes Unitarios
  • Testes de Integracao
  • Testes e2e (playwright)
  • Testes de Aceitacao (QA)
  • Testes de Performance
  • Outros (quais?)
  • Nenhum (por que?) — TypeScript compila limpo, lint passa. Testes de integração requerem Slack bot token real.

Analise de Risco e Impacto

  • Baixo
  • Alto

Capturas de Tela ou Auxilios Visuais (se apropriado)

N/A

@coderabbitai

coderabbitai Bot commented Mar 10, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@Joao208 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 58 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0de14b6c-d207-4cd2-b217-2236c112dc03

📥 Commits

Reviewing files that changed from the base of the PR and between d152bdb and 9e91d15.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (12)
  • README.md
  • eslint.config.js
  • packages/agent-teams-chat/README.md
  • packages/agent-teams-chat/package.json
  • packages/agent-teams-chat/src/index.ts
  • packages/agent-teams-chat/src/server.ts
  • packages/agent-teams-chat/src/slack-client.ts
  • packages/agent-teams-chat/src/template.ts
  • packages/agent-teams-chat/src/tools.ts
  • packages/agent-teams-chat/src/types.ts
  • packages/agent-teams-chat/tsconfig.json
  • packages/agent-teams-chat/vitest.config.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch joaobarros-/-agent-teams-chat

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Joao208 Joao208 merged commit f439ce5 into main Mar 10, 2026
5 checks passed
@Joao208 Joao208 deleted the joaobarros-/-agent-teams-chat branch March 10, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant