PPTAgent

Created By
icip-cas8 months ago
Please run `uv pip install pptagent` first
Overview

What is PPTAgent?

PPTAgent is an innovative system designed to automatically generate presentations from documents, inspired by human methods of presentation creation. It employs a two-step process to ensure high-quality output and includes a comprehensive evaluation framework called PPTEval.

How to use PPTAgent?

To use PPTAgent, first install it using the command uv pip install pptagent. You can then run the system with a pre-built Docker image or through the provided server command.

Key features of PPTAgent?

  • Dynamic Content Generation: Automatically creates slides with integrated text and images.
  • Smart Reference Learning: Utilizes existing presentations without manual annotation.
  • Comprehensive Quality Assessment: Evaluates presentations based on multiple quality metrics.

Use cases of PPTAgent?

  1. Generating presentations for academic conferences.
  2. Creating marketing slides for product launches.
  3. Evaluating the quality of existing presentations for improvement.

FAQ from PPTAgent?

  • Can PPTAgent generate presentations in multiple languages?

Yes! PPTAgent supports multiple languages for content generation.

  • Is PPTAgent open-source?

Yes! The codebase is open-sourced and available on GitHub.

  • How does PPTEval work?

PPTEval assesses presentations based on content accuracy, design appeal, and coherence of ideas.

Server Config

{
  "mcpServers": {
    "pptagent": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "pptagent",
        "--with",
        "python-pptx@git+https://github.com/Force1ess/python-pptx@219513d7d81a61961fc541578c1857d08b43aa2a",
        "pptagent-mcp"
      ],
      "env": {
        "PPTAGENT_MODEL": "openai/gpt-4.1",
        "PPTAGENT_API_BASE": "http://localhost:8000/v1",
        "PPTAGENT_API_KEY": "your_key"
      }
    }
  }
}
Project Info
Created At
8 months ago
Updated At
7 months ago
Author Name
icip-cas
Star
-
Language
-
License
-

Recommend Servers

View All
Voyei

3 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

13 hours ago