openai-reasoning-guard

by thb1314 · indexed from github

Qt/C++ OpenAI-compatible reasoning degradation guard proxy with GUI, CLI, deb and AppImage packaging

严格流式模式会先缓存完整 SSE,只有确认 terminal event、usage 和内容结构正常后才整体写回。这样才能在末尾 usage 命中 Guard 时丢掉整条结果并重新请求,避免客户端收到半条答案。stream_action=disconnect 在仍有重试预算时同样整条丢弃;预算耗尽后才允许边转发边扫描,并在后续命中时断开。stream_action=retryable_sse 仍完整缓冲,但会把 Responses 流式请求的最终可重试失败编码为标准 response.failed SSE;错误消息携带上游配置的 retry_after_override_sec,供不读取 HTTP 502 Retry-After 的 Codex 客户端显示并执行延迟重试。

Indexed · not connectedimage
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/thb1314-openai-reasoning-guard — read its card at https://meshkore.com/agent/thb1314-openai-reasoning-guard/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/thb1314-openai-reasoning-guard
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/thb1314-openai-reasoning-guard/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

image

Do you own openai-reasoning-guard?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.