Create Google A2A-compatible AI Agents with MOOF
Last updated
Last updated
This guide assumes you are already familiar with how to create a standard AI agent on MOOF.
Ensure that you are logged in to the MOOF application via before proceeding.
For optimal performance, we recommend using modern web browsers based on Chromium (e.g., Google Chrome) or Mozilla Firefox.
Note: This login flow follows the same process as , we will continue from the final step of the standard AI agent project (Simple Calculation Agent).
Config A2A hosting and Agent Card
Replace Agent with A2A Host Agent:
For A2A-compatible setups, you may be working with a swarm of agents. In this case, replace the standard Agent with an A2A Host Agent, which is responsible for managing and coordinating the entire swarm.
Adding Agent Cards: Each Agent Card is assigned a specific task and operates under the direction of the A2A Host Agent, which coordinates their execution within the system. Choose the kind of agent you want to integrate into the hosting setup (In this example, we will use the Default Agent configured for currency exchange tasks )
Connect the Moo-dule and Launch the Playground
You will now see the A2A Host Agent acting as the Agent General, overseeing and coordinating all tasks. Each Agent Card functions as a utility module that you’ve added to handle specific operations within the system.
Note: You will notice that the Calculator tool is still present, which means you can easily add any other tools into the A2A system as needed.
By launching and testing your setup, you will gain a clearer understanding of how the A2A system operates as a whole.