use-casebeginner
Content Creation
A2A agents for writing, editing, and generating media content. From blog posts to video generation.
Agents (5)
Content Writer (Official Sample)
A2A Project
59
Official A2A java sample agent: Content Writer
1,329media-contentjavaOfficial
Content Planner (Official Sample)
A2A Project
59
Official A2A python sample agent: Content Planner
1,329utilitypythonOfficial
Content Editor (Official Sample)
A2A Project
59
Official A2A java sample agent: Content Editor
1,329utilityjavaOfficial
Veo Video Gen (Official Sample)
A2A Project
59
Official A2A python sample agent: Veo Video Gen
1,329media-contentpythonOfficial
A2A StoryLab
dondetir
28
An educational demonstration of Google's Agent-to-Agent (A2A) protocol v1 through a multi-agent storytelling system. Three AI agents collaborate iteratively to adapt and enhance stories, showcasing real-world A2A communication patterns.
orchestrationpython
Getting Started
Pick an agent to see setup instructions.
1Clone the repository
$ git clone https://github.com/a2aproject/a2a-samples
2Navigate to the project
$ cd a2a-samples/samples/java/agents/content_writer
3Install dependencies
$ mvn install
4Run the agent
$ mvn exec:java