--- 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: