This repo provides a simple sample for A2A agent server that uses griptape extension as backend.
This repo(extension) does not support extended a2a functions such as authentication.
After installing dependencies, start server on a terminal. Note: I assume that you use virtual environment.
python server.py
And then start client.
python client.py --prompt="What are the sales for this month? Reply my question according to sales-record.txt file."