To use this application (0xLaszlo/coding: coding agent): API schema: GET https://0xlaszlo-coding.hf.space/gradio_api/info Call endpoint: POST https://0xlaszlo-coding.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...} Poll result: GET https://0xlaszlo-coding.hf.space/gradio_api/call/{endpoint}/{event_id} File inputs: POST https://0xlaszlo-coding.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"} Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)