Overview
What is poc-a2a-google
poc-a2a-google is a proof of concept (POC) that utilizes the A2A (Agent-to-Agent) protocol to enable users to interact with automated agents for resolving business issues without the need for traditional support. It is built using React, Golang, and Server-Sent Events (SSE).
How to Use
To run the poc-a2a-google locally, navigate to the backend directory and execute 'go run main.go' to start the backend. Then, go to the frontend directory, install dependencies with 'npm install', and run the development server using 'npm run dev'. Access the frontend at http://localhost:3000.
Key Features
Key features include a React frontend for user interaction, a Golang backend that manages tasks and delegates them to specialized agents, such as a Pricing Agent and a Proposal Agent. The system leverages the A2A protocol for seamless communication between agents.
Where to Use
poc-a2a-google can be used in various domains where automated problem resolution is beneficial, including customer support, pricing inquiries, compliance checks, and financial advice.
Use Cases
Use cases for poc-a2a-google include users resolving pricing discrepancies through the Pricing Agent, obtaining proposal suggestions via the Proposal Agent, and expanding the system to include additional agents for different business needs.