Mostly based on CrewAI example
https://github.com/google/A2A/tree/main/samples/python/agents/crewai
https://docs.crewai.com/introduction
The LLM model used is Gemma3 (4b) with Ollama
Used Stable Difussion 3.5 Large model https://huggingface.co/stabilityai/stable-diffusion-3.5-large
This model was used to generate the image in the tool called by the CrewAI Agent.
source .venv/bin/activate
uv run . --host localhost --port 9999source .venv/bin/activate
uv run test_client.pyThe purpose of this project is to learn about all these new technologies.