mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-28 11:21:15 +00:00
* refactor: clarify prepared auth value * feat(cloud-workers): add inference proxy protocol * feat(cloud-workers): persist inference turns * feat(cloud-workers): execute gateway inference turns * fix(cloud-workers): support adaptive inference reasoning * fix(gateway): constrain worker inference policy options * test(gateway): cover worker inference SQLite store
6 lines
267 B
TypeScript
6 lines
267 B
TypeScript
/**
|
|
* Runtime SDK subpath for resolving approval requests over the gateway.
|
|
*/
|
|
export type { ApprovalResolveResult } from "../../packages/gateway-protocol/src/schema/approvals.js";
|
|
export { resolveApprovalOverGateway } from "../infra/approval-gateway-resolver.js";
|