home.social

#a2a — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #a2a, aggregated by home.social.

fetched live
  1. ⚔️ Agent Arena runs structured head-to-head debates between AI agents with side-by-side argumentation, and the community votes on the strongest arguments

    🧰 59 #MCP tools let agents post, comment, vote, search & manage communities over REST, MCP or #A2A

  2. #A2A - Connecting lands and people across the #Algonquin to #Adirondacks region

    "For a resilient, ecologically connected #A2ARegion that sustains a full range of native #wildlife and enhances people’s quality of life for generations to come.

    The time to reconnect is now.

    Nature cannot survive on isolated islands. Between #AlgonquinPark and the Adirondacks, a crisis of fragmentation is unfolding.

    Roads, development, and borders have severed ancient migratory pathways, trapping wildlife in habitat pockets too small to sustain genetic diversity, find food, or adapt to a rapidly changing climate. When we isolate nature, we weaken the very systems that sustain us.

    The A2A region is a continental lifeline. As one of the last remaining large-scale, #IntactForest and #wetland linkages in #EasternNorthAmerica, this corridor represents our best opportunity to ensure wildlife can move north–south across the #GreatLakes#SaintLawrence system.

    Our mission is to heal and reconnect these landscapes. We must repair these broken links to restore the interconnected web of biodiversity that sustains the health of our region and the resilience of the entire continent."

    Learn more:
    a2acollaborative.org/

    #SolarPunkSunday #WildlifeCorridor #PreserveTheForest #ReconnectNature #US #Canada #Biodiversity #Interconnectedness #RestoringNature #NorthAmerica #NatureCorridors

  3. Your #AIAgent works fine — until you need it to do more. New capability = more coupling. Soon, every change touches everything. @LoMagnette looks at how #A2A enables agents to collaborate instead of growing endlessly.

    Keep your system changeable: javapro.io/2026/03/18/a2a-buil

    #Java

  4. I got accepted as an ambassador for @AgenticAIFdn!

    Super interested in pushing adoption of the open agent communication standards like #mcp & #a2a

    Thank you to @techgirl1908 for getting this all together!
    #linuxfoundation

  5. A2A изнутри: как AI-агенты из разных сервисов договариваются друг с другом

    У вас работает AI-агент. У соседней команды — свой, на другом фреймворке, в другом сервисе. Рано или поздно вашему агенту понадобится позвать их агента: «сходи найди факты, я подожду, дальше сам». Казалось бы — обычный HTTP-запрос, и дело с концом. А дело не с концом. Чужой агент — это не ручка, которая отдаёт число за 50 мс: он думает минутами, переспрашивает посреди работы, отваливается по таймауту, а результат хочет отдавать потоком. Натянуть всё это на голый REST — отдельная боль. Ровно для случая "агент ↔ агент" Google сделал протокол A2A : в марте 2026 вышла версия 1.0, проект уже под крылом Linux Foundation. Разбираю протокол изнутри, жизненный цикл задачи, стриминг, human-in-the-loop — и сервер с клиентом, который поднимается у себя за пять минут.

    habr.com/ru/articles/1041918/

    #agents #a2a #python #autogen #ag2 #ai

  6. Hands-on Java tutorial: two Quarkus services, local ticket triage, remote remediation over A2A, and the service boundary that stops a helpdesk app from quietly owning the knowledge base too. the-main-thread.com/p/a2a-java #Java #Quarkus #A2A

  7. 30 секунд вместо 30 минут: как мы автоматизировали генерирование конфигураций потоковой обработки с помощью RAG и A2A

    Привет, Хабр! Меня зовут Дмитрий Титов, я DevOps-инженер в команде интеграционных сервисов Platform V Synapse в СберТехе. Наша команда работает над продуктом Platform V Streaming Event Processing — программным решением для фильтрации и трансформации форматов событий, агрегирования и выявления аномалий и закономерностей. В этой статье я расскажу, как мы создали систему автоматического генерирования конфигураций для одного из компонентов нашего продукта, используя RAG (Retrieval-Augmented Generation), векторные базы данных и межагентное взаимодействие по протоколу A2A.

    habr.com/ru/companies/sberbank

    #сбертех #synapse #platform_v #platform_v_synapse #rag #a2a #автоматизация #dsl

  8. Quite an interesting forward-looking conversation on this week's #ITOps Query vodcast!

    Outshift by Cisco published a whitepaper titled "Scaling out Superintelligence" in January that suggests that new standard network layers will be required for #AIagents and humans to work together at scale. It also began designing a distributed infrastructure to support those layers, which it calls the "#InternetofCognition," that helps agents and humans think together with a shared semantic context. In this episode, Guillaume De Saint Marc, vice president of engineering at Outshift, discusses how the project evolved and what's coming next.

    In today’s episode, we’ll cover…

    -- #Artificialsuperintelligence – definition and challenges

    -- Proposed #OSI model Layers 8 and 9 for #agenticAI

    -- The Internet of Cognition vs #Agntcy and #A2A protocols

    And more!

    lnkd.in/epkprGp4

  9. Your #AIAgent works fine — until you need it to do more. New capability = more coupling. Soon, every change touches everything. @LoMagnette looks at how #A2A enables agents to collaborate instead of growing endlessly.

    Keep your system changeable: javapro.io/2026/03/18/a2a-buil

    #Java

  10. Как A2A‑протокол обеспечивает оркестрацию ИИ‑агентов

    Мир AI-разработки стремительно движется от парадигмы «один модельный вызов — один ответ» к системам, в которых множество специализированных агентов решают сложные задачи совместно. Представьте себе оркестр, где каждый музыкант — это отдельный AI-агент со своей специализацией: один анализирует данные, другой генерирует код, третий проверяет результаты. Такие мультиагентные системы позволяют декомпозировать и задачу ускорять выполнение за счёт параллельной работы. Крупнейшие игроки — Google, Microsoft, IBM — уже делают ставку на эту парадигму как на фундамент приложений следующего поколения. Однако путь от прототипа к работающему продукту усеян типичными провалами. На Reddit (MachineLearning) или Хабр разработчики часть жалуются: «Агенты теряют контекст при передаче задач», «Они зациклились в бесконечных дебатах, сожгли весь бюджет на токены, а результата нуль». Анализ таких кейсов показывает: дело не в «глупости» LLM или неудачных промптах. Корень зла почти всегда лежит в отсутствии грамотной оркестрации. В этой статье я подробно разберу тему оркестрации AI-агентов с использованием протокола A2A, а также его эффективное расширение за счет AGP, чтобы показать, как эти инструменты упрощают сложные мультиагентные системы.

    habr.com/ru/companies/cloud_ru

    #ai #ml #a2a_protocol #a2a #mcpserver #mcp #агентные_системы

  11. Adding more capabilities to your #AIAgent? Congrats — you’re building a monolith. @LoMagnette explores how #A2A enables distributed, collaborating agents instead.
    Stop scaling vertically. Start designing agent systems.

    Build systems that actually scale:
    javapro.io/2026/03/18/a2a-buil

  12. One common challenge with systems is agent/tool discovery. To solve this, I built a registry service for , , , and message-based , so virtually any agent/tool can list itself for discovery within a system.

    github.com/marimerllc/agentreg

  13. One common challenge with #agentic systems is agent/tool discovery. To solve this, I built a registry service for #a2a, #mcp, #acp, and message-based #a2a, so virtually any agent/tool can list itself for discovery within a system. github.com/marimerllc/a...

    GitHub - MarimerLLC/agentregis...

  14. Lesson learned: use at least #claude haiku if your agent uses tools, cheaper models hallucinate way too much. #rockbot is starting to shape up pretty well today; good tool use, subagents, #a2a agents - truly productive #ai. github.com/marimerllc/r...

  15. #rockbot now has a _ton_ of new features after the weekend! Supports #a2a protocol, subagents, background tasks, 3 levels of memory, and has major identity updates. I gave up trying to use #deepseek and have been using #haiku, and that helps - worth the extra cost imo. github.com/marimerllc/r...

    GitHub - MarimerLLC/rockbot: A...

  16. 🟪 Agent To Agent A2A | Copilot Studio to Google Cloud
    Can Microsoft Copilot call a Google Cloud agent? See a compact demo that unifies agents across platforms and reduces architectural silos.

    💡 A2A protocol basics
    🔍 Agent Card JSON schema
    ⚖️ Custom Connector auto generation

    ▶︎hubsite365.com/en-ww/citizen-d

    The walkthrough links a Copilot Studio master agent to a GCP hosted agent and shows endpoint driven connector creation. Ideal for customer service and retail scenarios seeking unified AI workflows. Watch the demo to reproduce this in your environment. 🚀

    #A2A #CopilotStudio #GoogleCloud #AIIntegration