Introducing A2A Registry Discover and collaborate with AI agents using Google's A2A protocol!

Posts Tagged "Open source"

Contribute in YC startups through Open Source

This blog post discusses how you can contribute to Y Combinator (YC) backed startups through open source projects. It provides list of open source Summer 2025 batch YC start ups and highlights the benefits of open source contributions for both developers and startups.

What Is n8n ? Nodemation = n8n

n8n is a powerful open-source workflow automation tool that lets you connect apps and services with no-code or low-code logic. This blog introduces n8n with a simple example that uses Google and Slack to automate daily email summaries using AI.

Comparing Multi-Agent Framework SDKs

I compared four leading multi-agent development frameworks including LangChain, CrewAI, OpenAI Agent SDK, and Google ADK, using a consistent teaching-agent example to highlight their strengths and trade-offs. This blog helps developers choose the right toolkit for building collaborative AI systems based on ease of use, model support, and scalability.

DevTo AI Agent with A2A and MCP

The DevTo AI Agent leverages the power of Agent-to-Agent (A2A) communication and Model Context Protocol (MCP) to automate and streamline interactions with the Dev.to platform. It enables tasks like article creation, user profile management, comment handling, and follower analysis.

A2A and MCP Combined Implementation

This blog explores the combined implementation of Agent-to-Agent (A2A) and Model Context Protocol (MCP) to enable dynamic communication and tool usage across autonomous AI agents to retrieve real time stock market data.

A2A Protocol Implementation

Explore how to interact with AI agents using the Agent-to-Agent (A2A) Protocol via CLI and UI. Learn to set up, register, and communicate with agents for seamless multi-turn conversations.