Spaces:
Runtime error
Runtime error
| 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: | |