docs: add Agent Teams with Opus 4.8 announcement article
This commit is contained in:
parent
cb35992cff
commit
37334aad0d
2 changed files with 92 additions and 0 deletions
46
docs/articles/agent-teams-opus-4-8.en.md
Normal file
46
docs/articles/agent-teams-opus-4-8.en.md
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Agent Teams with Claude Opus 4.8
|
||||
|
||||
Claude Opus 4.8 made a single agent noticeably stronger. But the real productivity jump comes when this model powers **a whole team of agents** that talk to each other, coordinate, and autonomously carry a task through to the result.
|
||||
|
||||
Here's what that looks like in practice.
|
||||
|
||||
## A team of agents instead of just one
|
||||
|
||||
You assemble a team of several Opus 4.8 agents and assign roles: lead, backend, frontend, reviewer — whatever fits your task. From there they work in parallel, each in their own area.
|
||||
|
||||
If you're not ready for a full team yet, there's a solo mode with a single agent that manages its own task list. You can grow it into a full team later.
|
||||
|
||||
## They talk and coordinate
|
||||
|
||||
This isn't a bunch of independent chats. The agents:
|
||||
- message each other inside the team
|
||||
- hand off results and ask each other for clarification
|
||||
- code-review each other's work
|
||||
- create and close tasks on a shared kanban board on their own
|
||||
|
||||
And here's something you usually don't see anywhere else: **you can run multiple teams at once, and they coordinate between themselves**. Spin up parallel teams for different tracks (say, backend and frontend, or two features at once) — their leads will talk to each other, sync progress, and pass results down the chain.
|
||||
|
||||
You set the goal at a high level — breakdown, distribution, and execution happen without you.
|
||||
|
||||
## Everything is visible in the UI
|
||||
|
||||
In real time:
|
||||
- **Kanban** with tasks moving across statuses
|
||||
- **Diff viewer** for every task: accept / reject / comment
|
||||
- **Agent-to-agent chat** plus direct messages with any of them
|
||||
- **Detailed logs** for every agent — what it did, which commands it ran, which decisions it made
|
||||
- **Per-task view**: open a card on the kanban and see everything tied to it — code changes, agent conversations, comments, logs. No confusion about what belongs where
|
||||
- **Active agent sessions** with open links
|
||||
- **Notifications** when the team is done or needs your input
|
||||
|
||||
## Not just Claude
|
||||
|
||||
Beyond Opus 4.8, you can plug **Codex** and **OpenCode** agents into the same team _(200+ models, 70+ LLM providers)_. Different runtimes coexist within a single team — pick the strengths of each where they fit best, without locking yourself into one vendor.
|
||||
|
||||
## Under the hood
|
||||
|
||||
Local, no cloud, free, open source. It works through the Claude / Codex / OpenCode CLIs you already have installed — no separate app-level API keys required.
|
||||
|
||||
---
|
||||
|
||||
> Screenshots and video below.
|
||||
46
docs/articles/agent-teams-opus-4-8.ru.md
Normal file
46
docs/articles/agent-teams-opus-4-8.ru.md
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Agent Teams with Claude Opus 4.8
|
||||
|
||||
С выходом Claude Opus 4.8 одиночный агент стал заметно сильнее. Но настоящий скачок продуктивности — когда на этой модели работает **целая команда агентов**, которые общаются между собой, координируются и автономно доводят задачу до результата.
|
||||
|
||||
Ниже — как это выглядит на практике.
|
||||
|
||||
## Команда агентов вместо одного
|
||||
|
||||
Вы собираете команду из нескольких Opus 4.8-агентов и распределяете роли: лид, бэкенд, фронтенд, ревьюер — что угодно под вашу задачу. Дальше они работают параллельно, каждый в своей зоне.
|
||||
|
||||
Если не хочется сразу команду — есть solo-режим с одним агентом, который сам ведёт свои задачи. Дальше его можно развернуть в полноценную команду.
|
||||
|
||||
## Они общаются и координируются
|
||||
|
||||
Это не несколько независимых чатов. Агенты:
|
||||
- пишут друг другу внутри команды
|
||||
- передают результаты, спрашивают уточнения
|
||||
- делают код-ревью работы коллег
|
||||
- сами создают и закрывают задачи на общем канбане
|
||||
|
||||
И ещё одна штука, которой обычно нет нигде: **команд может быть несколько, и они координируются между собой**. Можно поднять параллельно несколько команд под разные направления (например, бэкенд и фронтенд, или две фичи сразу) — и их лиды будут общаться друг с другом, синхронизировать работу, передавать результаты по цепочке.
|
||||
|
||||
Вы ставите цель на высоком уровне — декомпозиция, распределение и исполнение происходят без вашего участия.
|
||||
|
||||
## Всё видно в UI
|
||||
|
||||
В реальном времени:
|
||||
- **Канбан** с движением задач по статусам
|
||||
- **Diff-вьювер** на каждую задачу: accept / reject / комментарий
|
||||
- **Переписка** агентов между собой и личные DM с любым из них
|
||||
- **Подробные логи** каждого агента — что он делал, какие команды запускал, какие решения принимал
|
||||
- **Срез по задаче**: открываете карточку на канбане и видите всё, что к ней относится — изменения в коде, переписку агентов, комментарии, логи. Никакой путаницы, что к чему привязано
|
||||
- **Активные сессии агентов** с открытыми ссылками
|
||||
- **Уведомления**, когда команда закончила или ей нужно ваше решение
|
||||
|
||||
## Не только Claude
|
||||
|
||||
Помимо Opus 4.8, в команду можно подключать агентов на **Codex** и **OpenCode** _(200+ моделей, 70+ LLM-провайдеров)_. В одной команде спокойно уживаются разные рантаймы — берёте сильные стороны каждого там, где они уместны, без привязки к одному вендору.
|
||||
|
||||
## Под капотом
|
||||
|
||||
Локально, без облака, бесплатно, open source. Работает через уже установленные у вас CLI Claude / Codex / OpenCode — отдельные API-ключи на уровне приложения не нужны.
|
||||
|
||||
---
|
||||
|
||||
> Скриншоты и видео — ниже.
|
||||
Loading…
Reference in a new issue