/** * humancy.request_review tool * * Request human review of an artifact (code, document, plan, etc.). */ import { type AgencyTool, type AgencyCoreAPI } from '@generacy-ai/agency'; import { ConnectionModeDetector } from '../connection/index.js'; import { HumancyHttpClient } from '../http/index.js'; /** * Create the request_review tool */ export declare function createRequestReviewTool(coreAPI: AgencyCoreAPI, detector: ConnectionModeDetector, httpClient?: HumancyHttpClient): AgencyTool; //# sourceMappingURL=request-review.d.ts.map