AI Agent Lab 1.1.0 adds Gradio hosting for Claude Code demos

AI Agent Lab v1.1.0 has been released. The post says this version adds Gradio hosting so Claude Code can build and show app demos from end to end. It says Claude Code writes an app, runs `python app.py`, and the demo becomes live at `gradio.${DOMAIN}` with HTTPS and SSO. The release also shipped the SKA Explorer suite with nine interactive demos served this way.

Key points

  • AI Agent Lab v1.1.0 adds Gradio hosting.
  • The post describes a flow where Claude Code writes an app and runs `python app.py`.
  • The demo goes live at `gradio.${DOMAIN}` with HTTPS and SSO.
  • The SKA Explorer suite includes nine interactive demos served through this setup.
  • This is most relevant for makers who want faster app demo creation and sharing.

Quick term guide

AI agent
An AI program that can inspect information and suggest what to do next.
release
A published version of software that people can download or use.
hosting
Hosting means putting a website or app on a server so people can use it online.
Explore
Instagram’s page for recommended posts and accounts.
tracking
Collecting records of what a user does inside an app.
workflows
The specific order of steps taken to finish a piece of work.
workflow
A repeatable set of steps for getting a task done.
handoff
Passing work from one step, person, or tool to another.
Read original