Orchid
github.com原文 ↗
Orchid 是本地优先的 agent 调试代理,通过 proxy 记录 LLM 调用、tool invocation 和其它 API 流量。它支持逐步 replay、检查 prompt/response/token/cost、离线 deterministic replay,并把数据存到本地 SQLite;thin SDK 可 patch Python 的 httpx/requests 或 Node fetch。它解决的是 agent 调试中“只看到最终失败,看不到中间因果”的问题。
–浏览
评论 · Comments