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
56
Official A2A Java sample: content writing agent for automated content generation
1,329media-contentjavaOfficial
Content Planner (Official Sample)
A2A Project
56
Official A2A Python sample: content planning agent for editorial workflow automation
1,329generalpythonOfficial
Content Editor (Official Sample)
A2A Project
56
Official A2A Java sample: content editing agent with AI-powered writing assistance
1,329generaljavaOfficial
Veo Video Gen (Official Sample)
A2A Project
56
Official A2A Python sample: Veo video generation agent with AI-powered content creation
1,329media-contentpythonOfficial
A2A StoryLab
dondetir
26
Educational A2A protocol demo with multi-agent storytelling: three AI agents collaborate on stories
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