Provider error proxy for simulating various types of errors (#5091)

This commit is contained in:
David Katz
2025-11-18 17:28:07 -05:00
committed by GitHub
parent afc8d8ca46
commit 1d8d6a1788
4 changed files with 1624 additions and 0 deletions
@@ -0,0 +1,9 @@
[project]
name = "provider-error-proxy"
version = "0.1.0"
description = "HTTP proxy for simulating provider errors in Goose"
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.9.0",
"brotli>=1.1.0",
]