Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pama10/a2a_maths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A2A Example Project

This project demonstrates a simple implementation of Google's Agent-to-Agent (A2A) protocol. It consists of two agents:

  1. Task Requester Agent - Initiates tasks and requests
  2. Task Executor Agent - Executes the requested tasks

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Running the Example

  1. Start the Task Executor Agent:
python src/executor_agent.py
  1. In a new terminal, start the Task Requester Agent:
python src/requester_agent.py

The agents will demonstrate basic A2A communication with task requests and execution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages