This repository was archived by the owner on Nov 19, 2025. It is now read-only.
A2A Chat IFrame v0.1.5
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
- Download the zip file
- Extract to your web server
- 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
- Download all individual files (HTML, JS, CSS) from the assets below
- Place them in the same directory on your web server
- Embed using the iframe.html file
Configuration
See the IFrame documentation for all available configuration options.