glm45v3 / README.md
Benny-Tang's picture
Update README.md
02eb949 verified

A newer version of the Gradio SDK is available: 6.14.0

Upgrade
metadata
title: Glm45v3
emoji: πŸƒ
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 5.42.0
app_file: app.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

🧭 GLM 4.5 Multi-Agent Control Panel (FastAPI + Gradio)

This Space exposes:

  • FastAPI endpoints at /api/agent1..4 and /api/run_all
  • A Gradio UI at / to message one agent or all agents at once
  • Both run inside the same process (no port conflicts), with files kept separate for testability.

Structure

  • api.py β€” FastAPI app, endpoints, and the agent logic (GLM 4.5 call stub).
  • main.py β€” Gradio UI (no server launch).
  • app.py β€” Mounts Gradio onto the FastAPI app; Space entrypoint.
  • requirements.txt, huggingface.yml β€” Space config.

Environment

Optionally set your GLM API key: