Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

A2A Chat IFrame v0.1.5

Choose a tag to compare

@github-actions github-actions released this 03 Nov 18:11
· 16 commits to main since this release
c96fe4e

A2A Chat IFrame Distribution v0.1.5

Downloads

Archive Files

  • a2achat-iframe-0.1.5.zip - Versioned distribution (ZIP)
  • a2achat-iframe-latest.zip - Same as above (for stable URLs)

Individual Files

All iframe distribution files are also available as individual downloads below.

Installation

Option 1: Using ZIP file

  1. Download the zip file
  2. Extract to your web server
  3. Embed using an iframe:
<iframe 
  src="path/to/dist/iframe.html?agentCard=YOUR_AGENT_URL" 
  width="400" 
  height="600">
</iframe>

Option 2: Using individual files

  1. Download all individual files (HTML, JS, CSS) from the assets below
  2. Place them in the same directory on your web server
  3. Embed using the iframe.html file

Configuration

See the IFrame documentation for all available configuration options.