Introduction

Hello, I'm Cao from the JAPAN AI Official Agent team. JAPAN AI Inc. released the "Slide Creation Assistant v2" in April 2025.

This agent analyzes company-specific PowerPoint templates and automatically generates content that matches slide masters. Traditional presentation creation was time-consuming work for many business professionals, but this agent solved the following challenges:

・Using customized templates

・Supporting additional editing instructions

・Inserting graphs and images

・Integration with other agent plugins

The "Slide Creation Assistant v2" is a specialized agent that can process, generate, and edit PPTX files, performing everything from template analysis to slide generation and editing in an integrated manner. This article explains the technical aspects of this agent.

image4-2-1536x864.webp

Architecture Overview

The slide generation agent primarily uses two tools

**1. Slide generation tool:**Integrates template analysis and slide generation functions

2. Slide editing tool:Integrates existing slide content extraction and editing functions

These tools inherit from a common base class, providing consistent error handling and functionality. This integration significantly improved user experience and code maintainability.

System Architecture Diagram

The following is a conceptual system architecture diagram of the slide generation agent v2.

image.png

Workflow

The following sequence diagram shows how each tool collaborates to realize slide creation and editing functionality.

image.png